{"success":true,"data":[{"name":"stripe-api","port":8000,"base_path":"/","endpoints_count":588,"is_running":true,"version":"2026-01-28.clover","definition":"name: stripe-api\nversion: 2026-01-28.clover\ndescription: null\nserver:\n port: null\n base_path: /\n proxy_base_url: null\n cors: null\n record_unknown: false\nmodels:\n account:\n description: |-\n This is an object representing a Stripe account. You can retrieve it to see\n properties on the account like its current requirements or if the account is\n enabled to make live charges or receive payouts.\n\n For accounts where [controller.requirement_collection](/api/accounts/object#account_object-controller-requirement_collection)\n is `application`, which includes Custom accounts, the properties below are always\n returned.\n\n For accounts where [controller.requirement_collection](/api/accounts/object#account_object-controller-requirement_collection)\n is `stripe`, which includes Standard and Express accounts, some properties are only returned\n until you create an [Account Link](/api/account_links) or [Account Session](/api/account_sessions)\n to start Connect Onboarding. Learn about the [differences between accounts](/connect/accounts).\n properties:\n business_profile:\n anyOf:\n - $ref: '#/components/schemas/account_business_profile'\n description: Business information about the account.\n nullable: true\n business_type:\n description: The business type.\n enum:\n - company\n - government_entity\n - individual\n - non_profit\n nullable: true\n type: string\n x-stripeBypassValidation: true\n capabilities:\n $ref: '#/components/schemas/account_capabilities'\n charges_enabled:\n description: Whether the account can process charges.\n type: boolean\n company:\n $ref: '#/components/schemas/legal_entity_company'\n controller:\n $ref: '#/components/schemas/account_unification_account_controller'\n country:\n description: The account's country.\n maxLength: 5000\n type: string\n created:\n description: Time at which the account was connected. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n default_currency:\n 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).\n maxLength: 5000\n type: string\n details_submitted:\n 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.\n type: boolean\n email:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n external_accounts:\n 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.\n properties:\n data:\n description: The list contains all external accounts that have been attached to the Stripe account. These may be bank accounts or cards.\n items:\n anyOf:\n - $ref: '#/components/schemas/bank_account'\n - $ref: '#/components/schemas/card'\n title: Polymorphic\n x-stripeBypassValidation: true\n type: array\n has_more:\n description: True if this list has another page of items after this one that can be fetched.\n type: boolean\n object:\n description: String representing the object's type. Objects of the same type share the same value. Always has the value `list`.\n enum:\n - list\n type: string\n url:\n description: The URL where this list can be accessed.\n maxLength: 5000\n type: string\n required:\n - data\n - has_more\n - object\n - url\n title: ExternalAccountList\n type: object\n x-expandableFields:\n - data\n future_requirements:\n $ref: '#/components/schemas/account_future_requirements'\n groups:\n anyOf:\n - $ref: '#/components/schemas/account_group_membership'\n description: The groups associated with the account.\n nullable: true\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n individual:\n $ref: '#/components/schemas/person'\n metadata:\n additionalProperties:\n maxLength: 500\n type: string\n 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.\n type: object\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - account\n type: string\n payouts_enabled:\n description: Whether the funds in this account can be paid out.\n type: boolean\n requirements:\n $ref: '#/components/schemas/account_requirements'\n settings:\n anyOf:\n - $ref: '#/components/schemas/account_settings'\n description: Options for customizing how the account functions within Stripe.\n nullable: true\n tos_acceptance:\n $ref: '#/components/schemas/account_tos_acceptance'\n type:\n description: The Stripe account type. Can be `standard`, `express`, `custom`, or `none`.\n enum:\n - custom\n - express\n - none\n - standard\n type: string\n required:\n - id\n - object\n title: Account\n type: object\n x-expandableFields:\n - business_profile\n - capabilities\n - company\n - controller\n - external_accounts\n - future_requirements\n - groups\n - individual\n - requirements\n - settings\n - tos_acceptance\n x-resourceId: account\n account_annual_revenue:\n description: ''\n properties:\n amount:\n description: A non-negative integer representing the amount in the [smallest currency unit](/currencies#zero-decimal).\n nullable: true\n type: integer\n currency:\n 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).\n format: currency\n nullable: true\n type: string\n fiscal_year_end:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n title: AccountAnnualRevenue\n type: object\n x-expandableFields: []\n account_bacs_debit_payments_settings:\n description: ''\n properties:\n display_name:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n service_user_number:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n title: AccountBacsDebitPaymentsSettings\n type: object\n x-expandableFields: []\n account_branding_settings:\n description: ''\n properties:\n icon:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/file'\n 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.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/file'\n logo:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/file'\n 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.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/file'\n primary_color:\n description: A CSS hex color value representing the primary branding color for this account\n maxLength: 5000\n nullable: true\n type: string\n secondary_color:\n description: A CSS hex color value representing the secondary branding color for this account\n maxLength: 5000\n nullable: true\n type: string\n title: AccountBrandingSettings\n type: object\n x-expandableFields:\n - icon\n - logo\n account_business_profile:\n description: ''\n properties:\n annual_revenue:\n anyOf:\n - $ref: '#/components/schemas/account_annual_revenue'\n description: The applicant's gross annual revenue for its preceding fiscal year.\n nullable: true\n estimated_worker_count:\n description: An estimated upper bound of employees, contractors, vendors, etc. currently working for the business.\n nullable: true\n type: integer\n mcc:\n 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.'\n maxLength: 5000\n nullable: true\n type: string\n minority_owned_business_designation:\n description: Whether the business is a minority-owned, women-owned, and/or LGBTQI+ -owned business.\n items:\n enum:\n - lgbtqi_owned_business\n - minority_owned_business\n - none_of_these_apply\n - prefer_not_to_answer\n - women_owned_business\n type: string\n nullable: true\n type: array\n monthly_estimated_revenue:\n $ref: '#/components/schemas/account_monthly_estimated_revenue'\n name:\n description: The customer-facing business name.\n maxLength: 5000\n nullable: true\n type: string\n product_description:\n description: Internal-only description of the product sold or service provided by the business. It's used by Stripe for risk and underwriting purposes.\n maxLength: 40000\n nullable: true\n type: string\n support_address:\n anyOf:\n - $ref: '#/components/schemas/address'\n description: A publicly available mailing address for sending support issues to.\n nullable: true\n support_email:\n description: A publicly available email address for sending support issues to.\n maxLength: 5000\n nullable: true\n type: string\n support_phone:\n description: A publicly available phone number to call with support issues.\n maxLength: 5000\n nullable: true\n type: string\n support_url:\n description: A publicly available website for handling support issues.\n maxLength: 5000\n nullable: true\n type: string\n url:\n description: The business's publicly available website.\n maxLength: 5000\n nullable: true\n type: string\n title: AccountBusinessProfile\n type: object\n x-expandableFields:\n - annual_revenue\n - monthly_estimated_revenue\n - support_address\n account_capabilities:\n description: ''\n properties:\n acss_debit_payments:\n 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.\n enum:\n - active\n - inactive\n - pending\n type: string\n affirm_payments:\n description: The status of the Affirm capability of the account, or whether the account can directly process Affirm charges.\n enum:\n - active\n - inactive\n - pending\n type: string\n afterpay_clearpay_payments:\n description: The status of the Afterpay Clearpay capability of the account, or whether the account can directly process Afterpay Clearpay charges.\n enum:\n - active\n - inactive\n - pending\n type: string\n alma_payments:\n description: The status of the Alma capability of the account, or whether the account can directly process Alma payments.\n enum:\n - active\n - inactive\n - pending\n type: string\n amazon_pay_payments:\n description: The status of the AmazonPay capability of the account, or whether the account can directly process AmazonPay payments.\n enum:\n - active\n - inactive\n - pending\n type: string\n au_becs_debit_payments:\n 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.\n enum:\n - active\n - inactive\n - pending\n type: string\n bacs_debit_payments:\n description: The status of the Bacs Direct Debits payments capability of the account, or whether the account can directly process Bacs Direct Debits charges.\n enum:\n - active\n - inactive\n - pending\n type: string\n bancontact_payments:\n description: The status of the Bancontact payments capability of the account, or whether the account can directly process Bancontact charges.\n enum:\n - active\n - inactive\n - pending\n type: string\n bank_transfer_payments:\n description: The status of the customer_balance payments capability of the account, or whether the account can directly process customer_balance charges.\n enum:\n - active\n - inactive\n - pending\n type: string\n billie_payments:\n description: The status of the Billie capability of the account, or whether the account can directly process Billie payments.\n enum:\n - active\n - inactive\n - pending\n type: string\n blik_payments:\n description: The status of the blik payments capability of the account, or whether the account can directly process blik charges.\n enum:\n - active\n - inactive\n - pending\n type: string\n boleto_payments:\n description: The status of the boleto payments capability of the account, or whether the account can directly process boleto charges.\n enum:\n - active\n - inactive\n - pending\n type: string\n card_issuing:\n description: The status of the card issuing capability of the account, or whether you can use Issuing to distribute funds on cards\n enum:\n - active\n - inactive\n - pending\n type: string\n card_payments:\n description: The status of the card payments capability of the account, or whether the account can directly process credit and debit card charges.\n enum:\n - active\n - inactive\n - pending\n type: string\n cartes_bancaires_payments:\n 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.\n enum:\n - active\n - inactive\n - pending\n type: string\n cashapp_payments:\n description: The status of the Cash App Pay capability of the account, or whether the account can directly process Cash App Pay payments.\n enum:\n - active\n - inactive\n - pending\n type: string\n crypto_payments:\n description: The status of the Crypto capability of the account, or whether the account can directly process Crypto payments.\n enum:\n - active\n - inactive\n - pending\n type: string\n eps_payments:\n description: The status of the EPS payments capability of the account, or whether the account can directly process EPS charges.\n enum:\n - active\n - inactive\n - pending\n type: string\n fpx_payments:\n description: The status of the FPX payments capability of the account, or whether the account can directly process FPX charges.\n enum:\n - active\n - inactive\n - pending\n type: string\n gb_bank_transfer_payments:\n 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.\n enum:\n - active\n - inactive\n - pending\n type: string\n giropay_payments:\n description: The status of the giropay payments capability of the account, or whether the account can directly process giropay charges.\n enum:\n - active\n - inactive\n - pending\n type: string\n grabpay_payments:\n description: The status of the GrabPay payments capability of the account, or whether the account can directly process GrabPay charges.\n enum:\n - active\n - inactive\n - pending\n type: string\n ideal_payments:\n description: The status of the iDEAL payments capability of the account, or whether the account can directly process iDEAL charges.\n enum:\n - active\n - inactive\n - pending\n type: string\n india_international_payments:\n description: The status of the india_international_payments capability of the account, or whether the account can process international charges (non INR) in India.\n enum:\n - active\n - inactive\n - pending\n type: string\n jcb_payments:\n 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.\n enum:\n - active\n - inactive\n - pending\n type: string\n jp_bank_transfer_payments:\n 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.\n enum:\n - active\n - inactive\n - pending\n type: string\n kakao_pay_payments:\n description: The status of the KakaoPay capability of the account, or whether the account can directly process KakaoPay payments.\n enum:\n - active\n - inactive\n - pending\n type: string\n klarna_payments:\n description: The status of the Klarna payments capability of the account, or whether the account can directly process Klarna charges.\n enum:\n - active\n - inactive\n - pending\n type: string\n konbini_payments:\n description: The status of the konbini payments capability of the account, or whether the account can directly process konbini charges.\n enum:\n - active\n - inactive\n - pending\n type: string\n kr_card_payments:\n description: The status of the KrCard capability of the account, or whether the account can directly process KrCard payments.\n enum:\n - active\n - inactive\n - pending\n type: string\n legacy_payments:\n description: The status of the legacy payments capability of the account.\n enum:\n - active\n - inactive\n - pending\n type: string\n link_payments:\n description: The status of the link_payments capability of the account, or whether the account can directly process Link charges.\n enum:\n - active\n - inactive\n - pending\n type: string\n mb_way_payments:\n description: The status of the MB WAY payments capability of the account, or whether the account can directly process MB WAY charges.\n enum:\n - active\n - inactive\n - pending\n type: string\n mobilepay_payments:\n description: The status of the MobilePay capability of the account, or whether the account can directly process MobilePay charges.\n enum:\n - active\n - inactive\n - pending\n type: string\n multibanco_payments:\n description: The status of the Multibanco payments capability of the account, or whether the account can directly process Multibanco charges.\n enum:\n - active\n - inactive\n - pending\n type: string\n mx_bank_transfer_payments:\n 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.\n enum:\n - active\n - inactive\n - pending\n type: string\n naver_pay_payments:\n description: The status of the NaverPay capability of the account, or whether the account can directly process NaverPay payments.\n enum:\n - active\n - inactive\n - pending\n type: string\n nz_bank_account_becs_debit_payments:\n 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.\n enum:\n - active\n - inactive\n - pending\n type: string\n oxxo_payments:\n description: The status of the OXXO payments capability of the account, or whether the account can directly process OXXO charges.\n enum:\n - active\n - inactive\n - pending\n type: string\n p24_payments:\n description: The status of the P24 payments capability of the account, or whether the account can directly process P24 charges.\n enum:\n - active\n - inactive\n - pending\n type: string\n pay_by_bank_payments:\n description: The status of the pay_by_bank payments capability of the account, or whether the account can directly process pay_by_bank charges.\n enum:\n - active\n - inactive\n - pending\n type: string\n payco_payments:\n description: The status of the Payco capability of the account, or whether the account can directly process Payco payments.\n enum:\n - active\n - inactive\n - pending\n type: string\n paynow_payments:\n description: The status of the paynow payments capability of the account, or whether the account can directly process paynow charges.\n enum:\n - active\n - inactive\n - pending\n type: string\n payto_payments:\n description: The status of the PayTo capability of the account, or whether the account can directly process PayTo charges.\n enum:\n - active\n - inactive\n - pending\n type: string\n pix_payments:\n description: The status of the pix payments capability of the account, or whether the account can directly process pix charges.\n enum:\n - active\n - inactive\n - pending\n type: string\n promptpay_payments:\n description: The status of the promptpay payments capability of the account, or whether the account can directly process promptpay charges.\n enum:\n - active\n - inactive\n - pending\n type: string\n revolut_pay_payments:\n description: The status of the RevolutPay capability of the account, or whether the account can directly process RevolutPay payments.\n enum:\n - active\n - inactive\n - pending\n type: string\n samsung_pay_payments:\n description: The status of the SamsungPay capability of the account, or whether the account can directly process SamsungPay payments.\n enum:\n - active\n - inactive\n - pending\n type: string\n satispay_payments:\n description: The status of the Satispay capability of the account, or whether the account can directly process Satispay payments.\n enum:\n - active\n - inactive\n - pending\n type: string\n sepa_bank_transfer_payments:\n 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.\n enum:\n - active\n - inactive\n - pending\n type: string\n sepa_debit_payments:\n description: The status of the SEPA Direct Debits payments capability of the account, or whether the account can directly process SEPA Direct Debits charges.\n enum:\n - active\n - inactive\n - pending\n type: string\n sofort_payments:\n description: The status of the Sofort payments capability of the account, or whether the account can directly process Sofort charges.\n enum:\n - active\n - inactive\n - pending\n type: string\n swish_payments:\n description: The status of the Swish capability of the account, or whether the account can directly process Swish payments.\n enum:\n - active\n - inactive\n - pending\n type: string\n tax_reporting_us_1099_k:\n description: The status of the tax reporting 1099-K (US) capability of the account.\n enum:\n - active\n - inactive\n - pending\n type: string\n tax_reporting_us_1099_misc:\n description: The status of the tax reporting 1099-MISC (US) capability of the account.\n enum:\n - active\n - inactive\n - pending\n type: string\n transfers:\n description: The status of the transfers capability of the account, or whether your platform can transfer funds to the account.\n enum:\n - active\n - inactive\n - pending\n type: string\n treasury:\n description: The status of the banking capability, or whether the account can have bank accounts.\n enum:\n - active\n - inactive\n - pending\n type: string\n twint_payments:\n description: The status of the TWINT capability of the account, or whether the account can directly process TWINT charges.\n enum:\n - active\n - inactive\n - pending\n type: string\n us_bank_account_ach_payments:\n 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.\n enum:\n - active\n - inactive\n - pending\n type: string\n us_bank_transfer_payments:\n 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.\n enum:\n - active\n - inactive\n - pending\n type: string\n zip_payments:\n description: The status of the Zip capability of the account, or whether the account can directly process Zip charges.\n enum:\n - active\n - inactive\n - pending\n type: string\n title: AccountCapabilities\n type: object\n x-expandableFields: []\n account_capability_future_requirements:\n description: ''\n properties:\n alternatives:\n 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.\n items:\n $ref: '#/components/schemas/account_requirements_alternative'\n nullable: true\n type: array\n current_deadline:\n 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.\n format: unix-time\n nullable: true\n type: integer\n currently_due:\n 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.\n items:\n maxLength: 5000\n type: string\n type: array\n disabled_reason:\n 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.\n enum:\n - other\n - paused.inactivity\n - pending.onboarding\n - pending.review\n - platform_disabled\n - platform_paused\n - rejected.inactivity\n - rejected.other\n - rejected.unsupported_business\n - requirements.fields_needed\n nullable: true\n type: string\n x-stripeBypassValidation: true\n errors:\n description: Details about validation and verification failures for `due` requirements that must be resolved.\n items:\n $ref: '#/components/schemas/account_requirements_error'\n type: array\n eventually_due:\n description: Fields you must collect when all thresholds are reached. As they become required, they appear in `currently_due` as well.\n items:\n maxLength: 5000\n type: string\n type: array\n past_due:\n 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`.\n items:\n maxLength: 5000\n type: string\n type: array\n pending_verification:\n 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.\n items:\n maxLength: 5000\n type: string\n type: array\n required:\n - currently_due\n - errors\n - eventually_due\n - past_due\n - pending_verification\n title: AccountCapabilityFutureRequirements\n type: object\n x-expandableFields:\n - alternatives\n - errors\n account_capability_requirements:\n description: ''\n properties:\n alternatives:\n 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.\n items:\n $ref: '#/components/schemas/account_requirements_alternative'\n nullable: true\n type: array\n current_deadline:\n 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.\n format: unix-time\n nullable: true\n type: integer\n currently_due:\n 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.\n items:\n maxLength: 5000\n type: string\n type: array\n disabled_reason:\n description: Description of why the capability is disabled. [Learn more about handling verification issues](https://docs.stripe.com/connect/handling-api-verification).\n enum:\n - other\n - paused.inactivity\n - pending.onboarding\n - pending.review\n - platform_disabled\n - platform_paused\n - rejected.inactivity\n - rejected.other\n - rejected.unsupported_business\n - requirements.fields_needed\n nullable: true\n type: string\n x-stripeBypassValidation: true\n errors:\n description: Details about validation and verification failures for `due` requirements that must be resolved.\n items:\n $ref: '#/components/schemas/account_requirements_error'\n type: array\n eventually_due:\n 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.\n items:\n maxLength: 5000\n type: string\n type: array\n past_due:\n description: Fields that haven't been resolved by `current_deadline`. These fields need to be resolved to enable the capability on the account.\n items:\n maxLength: 5000\n type: string\n type: array\n pending_verification:\n 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.\n items:\n maxLength: 5000\n type: string\n type: array\n required:\n - currently_due\n - errors\n - eventually_due\n - past_due\n - pending_verification\n title: AccountCapabilityRequirements\n type: object\n x-expandableFields:\n - alternatives\n - errors\n account_card_issuing_settings:\n description: ''\n properties:\n tos_acceptance:\n $ref: '#/components/schemas/card_issuing_account_terms_of_service'\n title: AccountCardIssuingSettings\n type: object\n x-expandableFields:\n - tos_acceptance\n account_card_payments_settings:\n description: ''\n properties:\n decline_on:\n $ref: '#/components/schemas/account_decline_charge_on'\n statement_descriptor_prefix:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n statement_descriptor_prefix_kana:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n statement_descriptor_prefix_kanji:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n title: AccountCardPaymentsSettings\n type: object\n x-expandableFields:\n - decline_on\n account_dashboard_settings:\n description: ''\n properties:\n display_name:\n description: The display name for this account. This is used on the Stripe Dashboard to differentiate between accounts.\n maxLength: 5000\n nullable: true\n type: string\n timezone:\n 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).\n maxLength: 5000\n nullable: true\n type: string\n title: AccountDashboardSettings\n type: object\n x-expandableFields: []\n account_decline_charge_on:\n description: ''\n properties:\n avs_failure:\n 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.\n type: boolean\n cvc_failure:\n description: Whether Stripe automatically declines charges with an incorrect CVC. This setting only applies when a CVC is provided and it fails bank verification.\n type: boolean\n required:\n - avs_failure\n - cvc_failure\n title: AccountDeclineChargeOn\n type: object\n x-expandableFields: []\n account_future_requirements:\n description: ''\n properties:\n alternatives:\n 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.\n items:\n $ref: '#/components/schemas/account_requirements_alternative'\n nullable: true\n type: array\n current_deadline:\n 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.\n format: unix-time\n nullable: true\n type: integer\n currently_due:\n 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.\n items:\n maxLength: 5000\n type: string\n nullable: true\n type: array\n disabled_reason:\n description: This is typed as an enum for consistency with `requirements.disabled_reason`.\n enum:\n - action_required.requested_capabilities\n - listed\n - other\n - platform_paused\n - rejected.fraud\n - rejected.incomplete_verification\n - rejected.listed\n - rejected.other\n - rejected.platform_fraud\n - rejected.platform_other\n - rejected.platform_terms_of_service\n - rejected.terms_of_service\n - requirements.past_due\n - requirements.pending_verification\n - under_review\n nullable: true\n type: string\n errors:\n description: Details about validation and verification failures for `due` requirements that must be resolved.\n items:\n $ref: '#/components/schemas/account_requirements_error'\n nullable: true\n type: array\n eventually_due:\n description: Fields you must collect when all thresholds are reached. As they become required, they appear in `currently_due` as well.\n items:\n maxLength: 5000\n type: string\n nullable: true\n type: array\n past_due:\n 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`.\n items:\n maxLength: 5000\n type: string\n nullable: true\n type: array\n pending_verification:\n 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.\n items:\n maxLength: 5000\n type: string\n nullable: true\n type: array\n title: AccountFutureRequirements\n type: object\n x-expandableFields:\n - alternatives\n - errors\n account_group_membership:\n description: ''\n properties:\n payments_pricing:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n title: AccountGroupMembership\n type: object\n x-expandableFields: []\n account_invoices_settings:\n description: ''\n properties:\n default_account_tax_ids:\n description: The list of default Account Tax IDs to automatically include on invoices. Account Tax IDs get added when an invoice is finalized.\n items:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/tax_id'\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/tax_id'\n nullable: true\n type: array\n hosted_payment_method_save:\n 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.\n enum:\n - always\n - never\n - offer\n nullable: true\n type: string\n title: AccountInvoicesSettings\n type: object\n x-expandableFields:\n - default_account_tax_ids\n account_link:\n description: |-\n Account Links are the means by which a Connect platform grants a connected account permission to access\n Stripe-hosted applications, such as Connect Onboarding.\n\n Related guide: [Connect Onboarding](https://docs.stripe.com/connect/custom/hosted-onboarding)\n properties:\n created:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n expires_at:\n description: The timestamp at which this account link will expire.\n format: unix-time\n type: integer\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - account_link\n type: string\n url:\n description: The URL for the account link.\n maxLength: 5000\n type: string\n required:\n - created\n - expires_at\n - object\n - url\n title: AccountLink\n type: object\n x-expandableFields: []\n x-resourceId: account_link\n account_monthly_estimated_revenue:\n description: ''\n properties:\n amount:\n description: A non-negative integer representing how much to charge in the [smallest currency unit](/currencies#zero-decimal).\n type: integer\n currency:\n 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).\n format: currency\n type: string\n required:\n - amount\n - currency\n title: AccountMonthlyEstimatedRevenue\n type: object\n x-expandableFields: []\n account_payments_settings:\n description: ''\n properties:\n statement_descriptor:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n statement_descriptor_kana:\n 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).\n maxLength: 5000\n nullable: true\n type: string\n statement_descriptor_kanji:\n 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).\n maxLength: 5000\n nullable: true\n type: string\n title: AccountPaymentsSettings\n type: object\n x-expandableFields: []\n account_payout_settings:\n description: ''\n properties:\n debit_negative_balances:\n 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`.\n type: boolean\n schedule:\n $ref: '#/components/schemas/transfer_schedule'\n statement_descriptor:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n required:\n - debit_negative_balances\n - schedule\n title: AccountPayoutSettings\n type: object\n x-expandableFields:\n - schedule\n account_requirements:\n description: ''\n properties:\n alternatives:\n 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.\n items:\n $ref: '#/components/schemas/account_requirements_alternative'\n nullable: true\n type: array\n current_deadline:\n 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.\n format: unix-time\n nullable: true\n type: integer\n currently_due:\n 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.\n items:\n maxLength: 5000\n type: string\n nullable: true\n type: array\n disabled_reason:\n description: If the account is disabled, this enum describes why. [Learn more about handling verification issues](https://docs.stripe.com/connect/handling-api-verification).\n enum:\n - action_required.requested_capabilities\n - listed\n - other\n - platform_paused\n - rejected.fraud\n - rejected.incomplete_verification\n - rejected.listed\n - rejected.other\n - rejected.platform_fraud\n - rejected.platform_other\n - rejected.platform_terms_of_service\n - rejected.terms_of_service\n - requirements.past_due\n - requirements.pending_verification\n - under_review\n nullable: true\n type: string\n errors:\n description: Details about validation and verification failures for `due` requirements that must be resolved.\n items:\n $ref: '#/components/schemas/account_requirements_error'\n nullable: true\n type: array\n eventually_due:\n 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.\n items:\n maxLength: 5000\n type: string\n nullable: true\n type: array\n past_due:\n description: Fields that haven't been resolved by `current_deadline`. These fields need to be resolved to enable the account.\n items:\n maxLength: 5000\n type: string\n nullable: true\n type: array\n pending_verification:\n 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.\n items:\n maxLength: 5000\n type: string\n nullable: true\n type: array\n title: AccountRequirements\n type: object\n x-expandableFields:\n - alternatives\n - errors\n account_requirements_alternative:\n description: ''\n properties:\n alternative_fields_due:\n description: Fields that can be provided to resolve all fields in `original_fields_due`.\n items:\n maxLength: 5000\n type: string\n type: array\n original_fields_due:\n description: Fields that are due and can be resolved by providing all fields in `alternative_fields_due`.\n items:\n maxLength: 5000\n type: string\n type: array\n required:\n - alternative_fields_due\n - original_fields_due\n title: AccountRequirementsAlternative\n type: object\n x-expandableFields: []\n account_requirements_error:\n description: ''\n properties:\n code:\n description: The code for the type of error.\n enum:\n - external_request\n - information_missing\n - invalid_address_city_state_postal_code\n - invalid_address_highway_contract_box\n - invalid_address_private_mailbox\n - invalid_business_profile_name\n - invalid_business_profile_name_denylisted\n - invalid_company_name_denylisted\n - invalid_dob_age_over_maximum\n - invalid_dob_age_under_18\n - invalid_dob_age_under_minimum\n - invalid_product_description_length\n - invalid_product_description_url_match\n - invalid_representative_country\n - invalid_signator\n - invalid_statement_descriptor_business_mismatch\n - invalid_statement_descriptor_denylisted\n - invalid_statement_descriptor_length\n - invalid_statement_descriptor_prefix_denylisted\n - invalid_statement_descriptor_prefix_mismatch\n - invalid_street_address\n - invalid_tax_id\n - invalid_tax_id_format\n - invalid_tos_acceptance\n - invalid_url_denylisted\n - invalid_url_format\n - invalid_url_web_presence_detected\n - invalid_url_website_business_information_mismatch\n - invalid_url_website_empty\n - invalid_url_website_inaccessible\n - invalid_url_website_inaccessible_geoblocked\n - invalid_url_website_inaccessible_password_protected\n - invalid_url_website_incomplete\n - invalid_url_website_incomplete_cancellation_policy\n - invalid_url_website_incomplete_customer_service_details\n - invalid_url_website_incomplete_legal_restrictions\n - invalid_url_website_incomplete_refund_policy\n - invalid_url_website_incomplete_return_policy\n - invalid_url_website_incomplete_terms_and_conditions\n - invalid_url_website_incomplete_under_construction\n - invalid_url_website_other\n - invalid_value_other\n - unsupported_business_type\n - verification_directors_mismatch\n - verification_document_address_mismatch\n - verification_document_address_missing\n - verification_document_corrupt\n - verification_document_country_not_supported\n - verification_document_directors_mismatch\n - verification_document_dob_mismatch\n - verification_document_duplicate_type\n - verification_document_expired\n - verification_document_failed_copy\n - verification_document_failed_greyscale\n - verification_document_failed_other\n - verification_document_failed_test_mode\n - verification_document_fraudulent\n - verification_document_id_number_mismatch\n - verification_document_id_number_missing\n - verification_document_incomplete\n - verification_document_invalid\n - verification_document_issue_or_expiry_date_missing\n - verification_document_manipulated\n - verification_document_missing_back\n - verification_document_missing_front\n - verification_document_name_mismatch\n - verification_document_name_missing\n - verification_document_nationality_mismatch\n - verification_document_not_readable\n - verification_document_not_signed\n - verification_document_not_uploaded\n - verification_document_photo_mismatch\n - verification_document_too_large\n - verification_document_type_not_supported\n - verification_extraneous_directors\n - verification_failed_address_match\n - verification_failed_authorizer_authority\n - verification_failed_business_iec_number\n - verification_failed_document_match\n - verification_failed_id_number_match\n - verification_failed_keyed_identity\n - verification_failed_keyed_match\n - verification_failed_name_match\n - verification_failed_other\n - verification_failed_representative_authority\n - verification_failed_residential_address\n - verification_failed_tax_id_match\n - verification_failed_tax_id_not_issued\n - verification_legal_entity_structure_mismatch\n - verification_missing_directors\n - verification_missing_executives\n - verification_missing_owners\n - verification_rejected_ownership_exemption_reason\n - verification_requires_additional_memorandum_of_associations\n - verification_requires_additional_proof_of_registration\n - verification_supportability\n type: string\n x-stripeBypassValidation: true\n reason:\n description: An informative message that indicates the error type and provides additional details about the error.\n maxLength: 5000\n type: string\n requirement:\n description: The specific user onboarding requirement field (in the requirements hash) that needs to be resolved.\n maxLength: 5000\n type: string\n required:\n - code\n - reason\n - requirement\n title: AccountRequirementsError\n type: object\n x-expandableFields: []\n account_sepa_debit_payments_settings:\n description: ''\n properties:\n creditor_id:\n description: SEPA creditor identifier that identifies the company making the payment.\n maxLength: 5000\n type: string\n title: AccountSepaDebitPaymentsSettings\n type: object\n x-expandableFields: []\n account_session:\n description: |-\n An AccountSession allows a Connect platform to grant access to a connected account in Connect embedded components.\n\n We recommend that you create an AccountSession each time you need to display an embedded component\n to your user. Do not save AccountSessions to your database as they expire relatively\n quickly, and cannot be used more than once.\n\n Related guide: [Connect embedded components](https://docs.stripe.com/connect/get-started-connect-embedded-components)\n properties:\n account:\n description: The ID of the account the AccountSession was created for\n maxLength: 5000\n type: string\n client_secret:\n description: |-\n The client secret of this AccountSession. Used on the client to set up secure access to the given `account`.\n\n The 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\n Refer 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.\n maxLength: 5000\n type: string\n components:\n $ref: '#/components/schemas/connect_embedded_account_session_create_components'\n expires_at:\n description: The timestamp at which this AccountSession will expire.\n format: unix-time\n type: integer\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - account_session\n type: string\n required:\n - account\n - client_secret\n - components\n - expires_at\n - livemode\n - object\n title: ConnectEmbeddedMethodAccountSessionCreateMethodAccountSession\n type: object\n x-expandableFields:\n - components\n x-resourceId: account_session\n account_settings:\n description: ''\n properties:\n bacs_debit_payments:\n $ref: '#/components/schemas/account_bacs_debit_payments_settings'\n branding:\n $ref: '#/components/schemas/account_branding_settings'\n card_issuing:\n $ref: '#/components/schemas/account_card_issuing_settings'\n card_payments:\n $ref: '#/components/schemas/account_card_payments_settings'\n dashboard:\n $ref: '#/components/schemas/account_dashboard_settings'\n invoices:\n $ref: '#/components/schemas/account_invoices_settings'\n payments:\n $ref: '#/components/schemas/account_payments_settings'\n payouts:\n $ref: '#/components/schemas/account_payout_settings'\n sepa_debit_payments:\n $ref: '#/components/schemas/account_sepa_debit_payments_settings'\n treasury:\n $ref: '#/components/schemas/account_treasury_settings'\n required:\n - branding\n - card_payments\n - dashboard\n - payments\n title: AccountSettings\n type: object\n x-expandableFields:\n - bacs_debit_payments\n - branding\n - card_issuing\n - card_payments\n - dashboard\n - invoices\n - payments\n - payouts\n - sepa_debit_payments\n - treasury\n account_terms_of_service:\n description: ''\n properties:\n date:\n description: The Unix timestamp marking when the account representative accepted the service agreement.\n nullable: true\n type: integer\n ip:\n description: The IP address from which the account representative accepted the service agreement.\n maxLength: 5000\n nullable: true\n type: string\n user_agent:\n description: The user agent of the browser from which the account representative accepted the service agreement.\n maxLength: 5000\n type: string\n title: AccountTermsOfService\n type: object\n x-expandableFields: []\n account_tos_acceptance:\n description: ''\n properties:\n date:\n description: The Unix timestamp marking when the account representative accepted their service agreement\n format: unix-time\n nullable: true\n type: integer\n ip:\n description: The IP address from which the account representative accepted their service agreement\n maxLength: 5000\n nullable: true\n type: string\n service_agreement:\n description: The user's service agreement type\n maxLength: 5000\n type: string\n user_agent:\n description: The user agent of the browser from which the account representative accepted their service agreement\n maxLength: 5000\n nullable: true\n type: string\n title: AccountTOSAcceptance\n type: object\n x-expandableFields: []\n account_treasury_settings:\n description: ''\n properties:\n tos_acceptance:\n $ref: '#/components/schemas/account_terms_of_service'\n title: AccountTreasurySettings\n type: object\n x-expandableFields:\n - tos_acceptance\n account_unification_account_controller:\n description: ''\n properties:\n fees:\n $ref: '#/components/schemas/account_unification_account_controller_fees'\n is_controller:\n 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.'\n type: boolean\n losses:\n $ref: '#/components/schemas/account_unification_account_controller_losses'\n requirement_collection:\n description: A value indicating responsibility for collecting requirements on this account. Only returned when the Connect application retrieving the resource controls the account.\n enum:\n - application\n - stripe\n type: string\n stripe_dashboard:\n $ref: '#/components/schemas/account_unification_account_controller_stripe_dashboard'\n type:\n description: The controller type. Can be `application`, if a Connect application controls the account, or `account`, if the account controls itself.\n enum:\n - account\n - application\n type: string\n required:\n - type\n title: AccountUnificationAccountController\n type: object\n x-expandableFields:\n - fees\n - losses\n - stripe_dashboard\n account_unification_account_controller_fees:\n description: ''\n properties:\n payer:\n 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).\n enum:\n - account\n - application\n - application_custom\n - application_express\n type: string\n x-stripeBypassValidation: true\n required:\n - payer\n title: AccountUnificationAccountControllerFees\n type: object\n x-expandableFields: []\n account_unification_account_controller_losses:\n description: ''\n properties:\n payments:\n description: A value indicating who is liable when this account can't pay back negative balances from payments.\n enum:\n - application\n - stripe\n type: string\n required:\n - payments\n title: AccountUnificationAccountControllerLosses\n type: object\n x-expandableFields: []\n account_unification_account_controller_stripe_dashboard:\n description: ''\n properties:\n type:\n description: A value indicating the Stripe dashboard this account has access to independent of the Connect application.\n enum:\n - express\n - full\n - none\n type: string\n required:\n - type\n title: AccountUnificationAccountControllerStripeDashboard\n type: object\n x-expandableFields: []\n address:\n description: ''\n properties:\n city:\n description: City, district, suburb, town, or village.\n maxLength: 5000\n nullable: true\n type: string\n country:\n description: Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).\n maxLength: 5000\n nullable: true\n type: string\n line1:\n description: Address line 1, such as the street, PO Box, or company name.\n maxLength: 5000\n nullable: true\n type: string\n line2:\n description: Address line 2, such as the apartment, suite, unit, or building.\n maxLength: 5000\n nullable: true\n type: string\n postal_code:\n description: ZIP or postal code.\n maxLength: 5000\n nullable: true\n type: string\n state:\n description: State, county, province, or region ([ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2)).\n maxLength: 5000\n nullable: true\n type: string\n title: Address\n type: object\n x-expandableFields: []\n alma_installments:\n description: ''\n properties:\n count:\n description: The number of installments.\n type: integer\n required:\n - count\n title: alma_installments\n type: object\n x-expandableFields: []\n amazon_pay_underlying_payment_method_funding_details:\n description: ''\n properties:\n card:\n $ref: '#/components/schemas/payment_method_details_passthrough_card'\n type:\n description: funding type of the underlying payment method.\n enum:\n - card\n nullable: true\n type: string\n title: amazon_pay_underlying_payment_method_funding_details\n type: object\n x-expandableFields:\n - card\n api_errors:\n description: ''\n properties:\n advice_code:\n 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.\n maxLength: 5000\n type: string\n charge:\n description: For card errors, the ID of the failed charge.\n maxLength: 5000\n type: string\n code:\n description: For some errors that could be handled programmatically, a short string indicating the [error code](https://docs.stripe.com/error-codes) reported.\n maxLength: 5000\n type: string\n decline_code:\n 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.\n maxLength: 5000\n type: string\n doc_url:\n description: A URL to more information about the [error code](https://docs.stripe.com/error-codes) reported.\n maxLength: 5000\n type: string\n message:\n description: A human-readable message providing more details about the error. For card errors, these messages can be shown to your users.\n maxLength: 40000\n type: string\n network_advice_code:\n 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.\n maxLength: 5000\n type: string\n network_decline_code:\n description: For payments declined by the network, an alphanumeric code which indicates the reason the payment failed.\n maxLength: 5000\n type: string\n param:\n 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.\n maxLength: 5000\n type: string\n payment_intent:\n $ref: '#/components/schemas/payment_intent'\n payment_method:\n $ref: '#/components/schemas/payment_method'\n payment_method_type:\n 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.\n maxLength: 5000\n type: string\n request_log_url:\n description: A URL to the request log entry in your dashboard.\n maxLength: 5000\n type: string\n setup_intent:\n $ref: '#/components/schemas/setup_intent'\n source:\n anyOf:\n - $ref: '#/components/schemas/bank_account'\n - $ref: '#/components/schemas/card'\n - $ref: '#/components/schemas/source'\n description: The [source object](https://docs.stripe.com/api/sources/object) for errors returned on a request involving a source.\n x-stripeBypassValidation: true\n type:\n description: The type of error returned. One of `api_error`, `card_error`, `idempotency_error`, or `invalid_request_error`\n enum:\n - api_error\n - card_error\n - idempotency_error\n - invalid_request_error\n type: string\n required:\n - type\n title: APIErrors\n type: object\n x-expandableFields:\n - payment_intent\n - payment_method\n - setup_intent\n - source\n apple_pay_domain:\n description: ''\n properties:\n created:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n domain_name:\n maxLength: 5000\n type: string\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - apple_pay_domain\n type: string\n required:\n - created\n - domain_name\n - id\n - livemode\n - object\n title: ApplePayDomain\n type: object\n x-expandableFields: []\n x-resourceId: apple_pay_domain\n application:\n description: ''\n properties:\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n name:\n description: The name of the application.\n maxLength: 5000\n nullable: true\n type: string\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - application\n type: string\n required:\n - id\n - object\n title: Application\n type: object\n x-expandableFields: []\n application_fee:\n description: ''\n properties:\n account:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/account'\n description: ID of the Stripe account this fee was taken from.\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/account'\n amount:\n description: Amount earned, in cents (or local equivalent).\n type: integer\n amount_refunded:\n description: Amount in cents (or local equivalent) refunded (can be less than the amount attribute on the fee if a partial refund was issued)\n type: integer\n application:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/application'\n description: ID of the Connect application that earned the fee.\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/application'\n balance_transaction:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/balance_transaction'\n description: Balance transaction that describes the impact of this collected application fee on your account balance (not including refunds).\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/balance_transaction'\n charge:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/charge'\n description: ID of the charge that the application fee was taken from.\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/charge'\n created:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n currency:\n 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).\n format: currency\n type: string\n fee_source:\n anyOf:\n - $ref: '#/components/schemas/platform_earning_fee_source'\n description: Polymorphic source of the application fee. Includes the ID of the object the application fee was created from.\n nullable: true\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - application_fee\n type: string\n originating_transaction:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/charge'\n description: ID of the corresponding charge on the platform account, if this fee was the result of a charge using the `destination` parameter.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/charge'\n refunded:\n description: Whether the fee has been fully refunded. If the fee is only partially refunded, this attribute will still be false.\n type: boolean\n refunds:\n description: A list of refunds that have been applied to the fee.\n properties:\n data:\n description: Details about each object.\n items:\n $ref: '#/components/schemas/fee_refund'\n type: array\n has_more:\n description: True if this list has another page of items after this one that can be fetched.\n type: boolean\n object:\n description: String representing the object's type. Objects of the same type share the same value. Always has the value `list`.\n enum:\n - list\n type: string\n url:\n description: The URL where this list can be accessed.\n maxLength: 5000\n type: string\n required:\n - data\n - has_more\n - object\n - url\n title: FeeRefundList\n type: object\n x-expandableFields:\n - data\n required:\n - account\n - amount\n - amount_refunded\n - application\n - charge\n - created\n - currency\n - id\n - livemode\n - object\n - refunded\n - refunds\n title: PlatformFee\n type: object\n x-expandableFields:\n - account\n - application\n - balance_transaction\n - charge\n - fee_source\n - originating_transaction\n - refunds\n x-resourceId: application_fee\n apps.secret:\n description: |-\n Secret Store is an API that allows Stripe Apps developers to securely persist secrets for use by UI Extensions and app backends.\n\n The 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\n All 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\n A `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\n Related guide: [Store data between page reloads](https://docs.stripe.com/stripe-apps/store-auth-data-custom-objects)\n properties:\n created:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n deleted:\n description: If true, indicates that this secret has been deleted\n type: boolean\n expires_at:\n description: The Unix timestamp for the expiry time of the secret, after which the secret deletes.\n format: unix-time\n nullable: true\n type: integer\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n name:\n description: A name for the secret that's unique within the scope.\n maxLength: 5000\n type: string\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - apps.secret\n type: string\n payload:\n description: The plaintext secret value to be stored.\n maxLength: 5000\n nullable: true\n type: string\n scope:\n $ref: '#/components/schemas/secret_service_resource_scope'\n required:\n - created\n - id\n - livemode\n - name\n - object\n - scope\n title: SecretServiceResourceSecret\n type: object\n x-expandableFields:\n - scope\n x-resourceId: apps.secret\n automatic_tax:\n description: ''\n properties:\n disabled_reason:\n description: If Stripe disabled automatic tax, this enum describes why.\n enum:\n - finalization_requires_location_inputs\n - finalization_system_error\n nullable: true\n type: string\n enabled:\n 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.\n type: boolean\n liability:\n anyOf:\n - $ref: '#/components/schemas/connect_account_reference'\n 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.\n nullable: true\n provider:\n description: The tax provider powering automatic tax.\n maxLength: 5000\n nullable: true\n type: string\n status:\n description: The status of the most recent automated tax calculation for this invoice.\n enum:\n - complete\n - failed\n - requires_location_inputs\n nullable: true\n type: string\n required:\n - enabled\n title: AutomaticTax\n type: object\n x-expandableFields:\n - liability\n balance:\n description: |-\n This is an object representing your Stripe balance. You can retrieve it to see\n the balance currently on your Stripe account.\n\n The top-level `available` and `pending` comprise your \"payments balance.\"\n\n Related guide: [Balances and settlement time](https://docs.stripe.com/payments/balances), [Understanding Connect account balances](https://docs.stripe.com/connect/account-balances)\n properties:\n available:\n 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.\n items:\n $ref: '#/components/schemas/balance_amount'\n type: array\n connect_reserved:\n 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.\n items:\n $ref: '#/components/schemas/balance_amount'\n type: array\n instant_available:\n description: Funds that you can pay out using Instant Payouts.\n items:\n $ref: '#/components/schemas/balance_amount_net'\n type: array\n issuing:\n $ref: '#/components/schemas/balance_detail'\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - balance\n type: string\n pending:\n 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.\n items:\n $ref: '#/components/schemas/balance_amount'\n type: array\n refund_and_dispute_prefunding:\n $ref: '#/components/schemas/balance_detail_ungated'\n required:\n - available\n - livemode\n - object\n - pending\n title: Balance\n type: object\n x-expandableFields:\n - available\n - connect_reserved\n - instant_available\n - issuing\n - pending\n - refund_and_dispute_prefunding\n x-resourceId: balance\n balance_amount:\n description: ''\n properties:\n amount:\n description: Balance amount.\n type: integer\n currency:\n 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).\n format: currency\n type: string\n source_types:\n $ref: '#/components/schemas/balance_amount_by_source_type'\n required:\n - amount\n - currency\n title: BalanceAmount\n type: object\n x-expandableFields:\n - source_types\n balance_amount_by_source_type:\n description: ''\n properties:\n bank_account:\n description: Amount coming from [legacy US ACH payments](https://docs.stripe.com/ach-deprecated).\n type: integer\n card:\n description: Amount coming from most payment methods, including cards as well as [non-legacy bank debits](https://docs.stripe.com/payments/bank-debits).\n type: integer\n fpx:\n description: Amount coming from [FPX](https://docs.stripe.com/payments/fpx), a Malaysian payment method.\n type: integer\n title: BalanceAmountBySourceType\n type: object\n x-expandableFields: []\n balance_amount_net:\n description: ''\n properties:\n amount:\n description: Balance amount.\n type: integer\n currency:\n 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).\n format: currency\n type: string\n net_available:\n description: Breakdown of balance by destination.\n items:\n $ref: '#/components/schemas/balance_net_available'\n type: array\n source_types:\n $ref: '#/components/schemas/balance_amount_by_source_type'\n required:\n - amount\n - currency\n title: BalanceAmountNet\n type: object\n x-expandableFields:\n - net_available\n - source_types\n balance_detail:\n description: ''\n properties:\n available:\n description: Funds that are available for use.\n items:\n $ref: '#/components/schemas/balance_amount'\n type: array\n required:\n - available\n title: BalanceDetail\n type: object\n x-expandableFields:\n - available\n balance_detail_ungated:\n description: ''\n properties:\n available:\n description: Funds that are available for use.\n items:\n $ref: '#/components/schemas/balance_amount'\n type: array\n pending:\n description: Funds that are pending\n items:\n $ref: '#/components/schemas/balance_amount'\n type: array\n required:\n - available\n - pending\n title: BalanceDetailUngated\n type: object\n x-expandableFields:\n - available\n - pending\n balance_net_available:\n description: ''\n properties:\n amount:\n description: Net balance amount, subtracting fees from platform-set pricing.\n type: integer\n destination:\n description: ID of the external account for this net balance (not expandable).\n maxLength: 5000\n type: string\n source_types:\n $ref: '#/components/schemas/balance_amount_by_source_type'\n required:\n - amount\n - destination\n title: BalanceNetAvailable\n type: object\n x-expandableFields:\n - source_types\n balance_settings:\n description: Options for customizing account balances and payout settings for a Stripe platform’s connected accounts.\n properties:\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - balance_settings\n type: string\n payments:\n $ref: '#/components/schemas/balance_settings_resource_payments'\n required:\n - object\n - payments\n title: BalanceSettingsResourceBalanceSettings\n type: object\n x-expandableFields:\n - payments\n x-resourceId: balance_settings\n balance_settings_resource_payments:\n description: ''\n properties:\n debit_negative_balances:\n 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`.\n nullable: true\n type: boolean\n payouts:\n anyOf:\n - $ref: '#/components/schemas/balance_settings_resource_payouts'\n description: Settings specific to the account's payouts.\n nullable: true\n settlement_timing:\n $ref: '#/components/schemas/balance_settings_resource_settlement_timing'\n required:\n - settlement_timing\n title: BalanceSettingsResourcePayments\n type: object\n x-expandableFields:\n - payouts\n - settlement_timing\n balance_settings_resource_payout_schedule:\n description: ''\n properties:\n interval:\n description: How frequently funds will be paid out. One of `manual` (payouts only created via API call), `daily`, `weekly`, or `monthly`.\n enum:\n - daily\n - manual\n - monthly\n - weekly\n nullable: true\n type: string\n monthly_payout_days:\n 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.\n items:\n type: integer\n type: array\n weekly_payout_days:\n 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.\n items:\n enum:\n - friday\n - monday\n - thursday\n - tuesday\n - wednesday\n type: string\n x-stripeBypassValidation: true\n type: array\n title: BalanceSettingsResourcePayoutSchedule\n type: object\n x-expandableFields: []\n balance_settings_resource_payouts:\n description: ''\n properties:\n minimum_balance_by_currency:\n additionalProperties:\n type: integer\n 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).\n nullable: true\n type: object\n schedule:\n anyOf:\n - $ref: '#/components/schemas/balance_settings_resource_payout_schedule'\n 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.\n nullable: true\n statement_descriptor:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n status:\n description: Whether the funds in this account can be paid out.\n enum:\n - disabled\n - enabled\n type: string\n required:\n - status\n title: BalanceSettingsResourcePayouts\n type: object\n x-expandableFields:\n - schedule\n balance_settings_resource_settlement_timing:\n description: ''\n properties:\n delay_days:\n description: The number of days charge funds are held before becoming available.\n type: integer\n delay_days_override:\n description: The number of days charge funds are held before becoming available. If present, overrides the default, or minimum available, for the account.\n type: integer\n required:\n - delay_days\n title: BalanceSettingsResourceSettlementTiming\n type: object\n x-expandableFields: []\n balance_transaction:\n description: |-\n Balance transactions represent funds moving through your Stripe account.\n Stripe creates them for every type of transaction that enters or leaves your Stripe account balance.\n\n Related guide: [Balance transaction types](https://docs.stripe.com/reports/balance-transaction-types)\n properties:\n amount:\n 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.\n type: integer\n available_on:\n description: The date that the transaction's net funds become available in the Stripe balance.\n format: unix-time\n type: integer\n balance_type:\n description: The balance that this transaction impacts.\n enum:\n - issuing\n - payments\n - refund_and_dispute_prefunding\n - risk_reserved\n type: string\n x-stripeBypassValidation: true\n created:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n currency:\n 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).\n format: currency\n type: string\n description:\n description: An arbitrary string attached to the object. Often useful for displaying to users.\n maxLength: 5000\n nullable: true\n type: string\n exchange_rate:\n 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`.\n nullable: true\n type: number\n fee:\n description: Fees (in cents (or local equivalent)) paid for this transaction. Represented as a positive integer when assessed.\n type: integer\n fee_details:\n description: Detailed breakdown of fees (in cents (or local equivalent)) paid for this transaction.\n items:\n $ref: '#/components/schemas/fee'\n type: array\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n net:\n 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`\n type: integer\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - balance_transaction\n type: string\n reporting_category:\n description: Learn more about how [reporting categories](https://stripe.com/docs/reports/reporting-categories) can help you understand balance transactions from an accounting perspective.\n maxLength: 5000\n type: string\n source:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/application_fee'\n - $ref: '#/components/schemas/charge'\n - $ref: '#/components/schemas/connect_collection_transfer'\n - $ref: '#/components/schemas/customer_cash_balance_transaction'\n - $ref: '#/components/schemas/dispute'\n - $ref: '#/components/schemas/fee_refund'\n - $ref: '#/components/schemas/issuing.authorization'\n - $ref: '#/components/schemas/issuing.dispute'\n - $ref: '#/components/schemas/issuing.transaction'\n - $ref: '#/components/schemas/payout'\n - $ref: '#/components/schemas/refund'\n - $ref: '#/components/schemas/reserve_transaction'\n - $ref: '#/components/schemas/tax_deducted_at_source'\n - $ref: '#/components/schemas/topup'\n - $ref: '#/components/schemas/transfer'\n - $ref: '#/components/schemas/transfer_reversal'\n description: This transaction relates to the Stripe object.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/application_fee'\n - $ref: '#/components/schemas/charge'\n - $ref: '#/components/schemas/connect_collection_transfer'\n - $ref: '#/components/schemas/customer_cash_balance_transaction'\n - $ref: '#/components/schemas/dispute'\n - $ref: '#/components/schemas/fee_refund'\n - $ref: '#/components/schemas/issuing.authorization'\n - $ref: '#/components/schemas/issuing.dispute'\n - $ref: '#/components/schemas/issuing.transaction'\n - $ref: '#/components/schemas/payout'\n - $ref: '#/components/schemas/refund'\n - $ref: '#/components/schemas/reserve_transaction'\n - $ref: '#/components/schemas/tax_deducted_at_source'\n - $ref: '#/components/schemas/topup'\n - $ref: '#/components/schemas/transfer'\n - $ref: '#/components/schemas/transfer_reversal'\n x-stripeBypassValidation: true\n status:\n description: The transaction's net funds status in the Stripe balance, which are either `available` or `pending`.\n maxLength: 5000\n type: string\n type:\n 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.'\n enum:\n - adjustment\n - advance\n - advance_funding\n - anticipation_repayment\n - application_fee\n - application_fee_refund\n - charge\n - climate_order_purchase\n - climate_order_refund\n - connect_collection_transfer\n - contribution\n - issuing_authorization_hold\n - issuing_authorization_release\n - issuing_dispute\n - issuing_transaction\n - obligation_outbound\n - obligation_reversal_inbound\n - payment\n - payment_failure_refund\n - payment_network_reserve_hold\n - payment_network_reserve_release\n - payment_refund\n - payment_reversal\n - payment_unreconciled\n - payout\n - payout_cancel\n - payout_failure\n - payout_minimum_balance_hold\n - payout_minimum_balance_release\n - refund\n - refund_failure\n - reserve_hold\n - reserve_release\n - reserve_transaction\n - reserved_funds\n - stripe_balance_payment_debit\n - stripe_balance_payment_debit_reversal\n - stripe_fee\n - stripe_fx_fee\n - tax_fee\n - topup\n - topup_reversal\n - transfer\n - transfer_cancel\n - transfer_failure\n - transfer_refund\n type: string\n required:\n - amount\n - available_on\n - balance_type\n - created\n - currency\n - fee\n - fee_details\n - id\n - net\n - object\n - reporting_category\n - status\n - type\n title: BalanceTransaction\n type: object\n x-expandableFields:\n - fee_details\n - source\n x-resourceId: balance_transaction\n bank_account:\n description: |-\n These bank accounts are payment methods on `Customer` objects.\n\n On the other hand [External Accounts](/api#external_accounts) are transfer\n destinations on `Account` objects for connected accounts.\n They can be bank accounts or debit cards as well, and are documented in the links above.\n\n Related guide: [Bank debits and transfers](/payments/bank-debits-transfers)\n properties:\n account:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/account'\n 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`.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/account'\n account_holder_name:\n description: The name of the person or business that owns the bank account.\n maxLength: 5000\n nullable: true\n type: string\n account_holder_type:\n description: The type of entity that holds the account. This can be either `individual` or `company`.\n maxLength: 5000\n nullable: true\n type: string\n account_type:\n description: The bank account type. This can only be `checking` or `savings` in most countries. In Japan, this can only be `futsu` or `toza`.\n maxLength: 5000\n nullable: true\n type: string\n available_payout_methods:\n 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.\n items:\n enum:\n - instant\n - standard\n type: string\n nullable: true\n type: array\n bank_name:\n description: Name of the bank associated with the routing number (e.g., `WELLS FARGO`).\n maxLength: 5000\n nullable: true\n type: string\n country:\n description: Two-letter ISO code representing the country the bank account is located in.\n maxLength: 5000\n type: string\n currency:\n description: Three-letter [ISO code for the currency](https://stripe.com/docs/payouts) paid out to the bank account.\n format: currency\n type: string\n customer:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/customer'\n - $ref: '#/components/schemas/deleted_customer'\n description: The ID of the customer that the bank account is associated with.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/customer'\n - $ref: '#/components/schemas/deleted_customer'\n default_for_currency:\n description: Whether this bank account is the default external account for its currency.\n nullable: true\n type: boolean\n fingerprint:\n description: Uniquely identifies this particular bank account. You can use this attribute to check whether two bank accounts are the same.\n maxLength: 5000\n nullable: true\n type: string\n future_requirements:\n anyOf:\n - $ref: '#/components/schemas/external_account_requirements'\n 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.\n nullable: true\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n last4:\n description: The last four digits of the bank account number.\n maxLength: 5000\n type: string\n metadata:\n additionalProperties:\n maxLength: 500\n type: string\n 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.\n nullable: true\n type: object\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - bank_account\n type: string\n requirements:\n anyOf:\n - $ref: '#/components/schemas/external_account_requirements'\n description: Information about the requirements for the bank account, including what information needs to be collected.\n nullable: true\n routing_number:\n description: The routing transit number for the bank account.\n maxLength: 5000\n nullable: true\n type: string\n status:\n description: |-\n 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\n For 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.\n maxLength: 5000\n type: string\n required:\n - country\n - currency\n - id\n - last4\n - object\n - status\n title: BankAccount\n type: object\n x-expandableFields:\n - account\n - customer\n - future_requirements\n - requirements\n x-resourceId: bank_account\n bank_connections_resource_account_number_details:\n description: ''\n properties:\n expected_expiry_date:\n description: When the account number is expected to expire, if applicable.\n format: unix-time\n nullable: true\n type: integer\n identifier_type:\n description: The type of account number associated with the account.\n enum:\n - account_number\n - tokenized_account_number\n type: string\n status:\n description: Whether the account number is currently active and usable for transactions.\n enum:\n - deactivated\n - transactable\n type: string\n supported_networks:\n description: The payment networks that the account number can be used for.\n items:\n enum:\n - ach\n type: string\n x-stripeBypassValidation: true\n type: array\n required:\n - identifier_type\n - status\n - supported_networks\n title: BankConnectionsResourceAccountNumberDetails\n type: object\n x-expandableFields: []\n bank_connections_resource_accountholder:\n description: ''\n properties:\n account:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/account'\n description: The ID of the Stripe account that this account belongs to. Only available when `account_holder.type` is `account`.\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/account'\n customer:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/customer'\n description: The ID for an Account representing a customer that this account belongs to. Only available when `account_holder.type` is `customer`.\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/customer'\n customer_account:\n maxLength: 5000\n type: string\n type:\n description: Type of account holder that this account belongs to.\n enum:\n - account\n - customer\n type: string\n required:\n - type\n title: BankConnectionsResourceAccountholder\n type: object\n x-expandableFields:\n - account\n - customer\n bank_connections_resource_balance:\n description: ''\n properties:\n as_of:\n description: The time that the external institution calculated this balance. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n cash:\n $ref: '#/components/schemas/bank_connections_resource_balance_api_resource_cash_balance'\n credit:\n $ref: '#/components/schemas/bank_connections_resource_balance_api_resource_credit_balance'\n current:\n additionalProperties:\n type: integer\n description: |-\n The balances owed to (or by) the account holder, before subtracting any outbound pending transactions or adding any inbound pending transactions.\n\n Each key is a three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase.\n\n Each 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.\n type: object\n type:\n description: The `type` of the balance. An additional hash is included on the balance with a name matching this value.\n enum:\n - cash\n - credit\n type: string\n required:\n - as_of\n - current\n - type\n title: BankConnectionsResourceBalance\n type: object\n x-expandableFields:\n - cash\n - credit\n bank_connections_resource_balance_api_resource_cash_balance:\n description: ''\n properties:\n available:\n additionalProperties:\n type: integer\n description: |-\n 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\n Each key is a three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase.\n\n Each 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.\n nullable: true\n type: object\n title: BankConnectionsResourceBalanceAPIResourceCashBalance\n type: object\n x-expandableFields: []\n bank_connections_resource_balance_api_resource_credit_balance:\n description: ''\n properties:\n used:\n additionalProperties:\n type: integer\n description: |-\n The credit that has been used by the account holder.\n\n Each key is a three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase.\n\n Each 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.\n nullable: true\n type: object\n title: BankConnectionsResourceBalanceAPIResourceCreditBalance\n type: object\n x-expandableFields: []\n bank_connections_resource_balance_refresh:\n description: ''\n properties:\n last_attempted_at:\n description: The time at which the last refresh attempt was initiated. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n next_refresh_available_at:\n 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.\n format: unix-time\n nullable: true\n type: integer\n status:\n description: The status of the last refresh attempt.\n enum:\n - failed\n - pending\n - succeeded\n type: string\n required:\n - last_attempted_at\n - status\n title: BankConnectionsResourceBalanceRefresh\n type: object\n x-expandableFields: []\n bank_connections_resource_link_account_session_filters:\n description: ''\n properties:\n account_subcategories:\n description: 'Restricts the Session to subcategories of accounts that can be linked. Valid subcategories are: `checking`, `savings`, `mortgage`, `line_of_credit`, `credit_card`.'\n items:\n enum:\n - checking\n - credit_card\n - line_of_credit\n - mortgage\n - savings\n type: string\n nullable: true\n type: array\n countries:\n description: List of countries from which to filter accounts.\n items:\n maxLength: 5000\n type: string\n nullable: true\n type: array\n title: BankConnectionsResourceLinkAccountSessionFilters\n type: object\n x-expandableFields: []\n bank_connections_resource_ownership_refresh:\n description: ''\n properties:\n last_attempted_at:\n description: The time at which the last refresh attempt was initiated. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n next_refresh_available_at:\n 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.\n format: unix-time\n nullable: true\n type: integer\n status:\n description: The status of the last refresh attempt.\n enum:\n - failed\n - pending\n - succeeded\n type: string\n required:\n - last_attempted_at\n - status\n title: BankConnectionsResourceOwnershipRefresh\n type: object\n x-expandableFields: []\n bank_connections_resource_transaction_refresh:\n description: ''\n properties:\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n last_attempted_at:\n description: The time at which the last refresh attempt was initiated. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n next_refresh_available_at:\n 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.\n format: unix-time\n nullable: true\n type: integer\n status:\n description: The status of the last refresh attempt.\n enum:\n - failed\n - pending\n - succeeded\n type: string\n required:\n - id\n - last_attempted_at\n - status\n title: BankConnectionsResourceTransactionRefresh\n type: object\n x-expandableFields: []\n bank_connections_resource_transaction_resource_status_transitions:\n description: ''\n properties:\n posted_at:\n description: Time at which this transaction posted. Measured in seconds since the Unix epoch.\n format: unix-time\n nullable: true\n type: integer\n void_at:\n description: Time at which this transaction was voided. Measured in seconds since the Unix epoch.\n format: unix-time\n nullable: true\n type: integer\n title: BankConnectionsResourceTransactionResourceStatusTransitions\n type: object\n x-expandableFields: []\n billing.alert:\n 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.\n properties:\n alert_type:\n description: Defines the type of the alert.\n enum:\n - usage_threshold\n type: string\n x-stripeBypassValidation: true\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - billing.alert\n type: string\n status:\n description: Status of the alert. This can be active, inactive or archived.\n enum:\n - active\n - archived\n - inactive\n nullable: true\n type: string\n title:\n description: Title of the alert.\n maxLength: 5000\n type: string\n usage_threshold:\n anyOf:\n - $ref: '#/components/schemas/thresholds_resource_usage_threshold_config'\n description: Encapsulates configuration of the alert to monitor usage on a specific [Billing Meter](https://docs.stripe.com/api/billing/meter).\n nullable: true\n required:\n - alert_type\n - id\n - livemode\n - object\n - title\n title: ThresholdsResourceAlert\n type: object\n x-expandableFields:\n - usage_threshold\n x-resourceId: billing.alert\n billing.credit_balance_summary:\n description: Indicates the billing credit balance for billing credits granted to a customer.\n properties:\n balances:\n 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.\n items:\n $ref: '#/components/schemas/credit_balance'\n type: array\n customer:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/customer'\n - $ref: '#/components/schemas/deleted_customer'\n description: The customer the balance is for.\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/customer'\n - $ref: '#/components/schemas/deleted_customer'\n customer_account:\n description: The account the balance is for.\n maxLength: 5000\n nullable: true\n type: string\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - billing.credit_balance_summary\n type: string\n required:\n - balances\n - customer\n - livemode\n - object\n title: CreditBalanceSummary\n type: object\n x-expandableFields:\n - balances\n - customer\n x-resourceId: billing.credit_balance_summary\n billing.credit_balance_transaction:\n description: A credit balance transaction is a resource representing a transaction (either a credit or a debit) against an existing credit grant.\n properties:\n created:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n credit:\n anyOf:\n - $ref: '#/components/schemas/billing_credit_grants_resource_balance_credit'\n description: Credit details for this credit balance transaction. Only present if type is `credit`.\n nullable: true\n credit_grant:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/billing.credit_grant'\n description: The credit grant associated with this credit balance transaction.\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/billing.credit_grant'\n debit:\n anyOf:\n - $ref: '#/components/schemas/billing_credit_grants_resource_balance_debit'\n description: Debit details for this credit balance transaction. Only present if type is `debit`.\n nullable: true\n effective_at:\n description: The effective time of this credit balance transaction.\n format: unix-time\n type: integer\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - billing.credit_balance_transaction\n type: string\n test_clock:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/test_helpers.test_clock'\n description: ID of the test clock this credit balance transaction belongs to.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/test_helpers.test_clock'\n type:\n description: The type of credit balance transaction (credit or debit).\n enum:\n - credit\n - debit\n nullable: true\n type: string\n required:\n - created\n - credit_grant\n - effective_at\n - id\n - livemode\n - object\n title: CreditBalanceTransaction\n type: object\n x-expandableFields:\n - credit\n - credit_grant\n - debit\n - test_clock\n x-resourceId: billing.credit_balance_transaction\n billing.credit_grant:\n description: |-\n A credit grant is an API resource that documents the allocation of some billing credits to a customer.\n\n Related guide: [Billing credits](https://docs.stripe.com/billing/subscriptions/usage-based/billing-credits)\n properties:\n amount:\n $ref: '#/components/schemas/billing_credit_grants_resource_amount'\n applicability_config:\n $ref: '#/components/schemas/billing_credit_grants_resource_applicability_config'\n category:\n description: The category of this credit grant. This is for tracking purposes and isn't displayed to the customer.\n enum:\n - paid\n - promotional\n type: string\n created:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n customer:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/customer'\n - $ref: '#/components/schemas/deleted_customer'\n description: ID of the customer receiving the billing credits.\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/customer'\n - $ref: '#/components/schemas/deleted_customer'\n customer_account:\n description: ID of the account representing the customer receiving the billing credits\n maxLength: 5000\n nullable: true\n type: string\n effective_at:\n description: The time when the billing credits become effective-when they're eligible for use.\n format: unix-time\n nullable: true\n type: integer\n expires_at:\n description: The time when the billing credits expire. If not present, the billing credits don't expire.\n format: unix-time\n nullable: true\n type: integer\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n metadata:\n additionalProperties:\n maxLength: 500\n type: string\n 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.\n type: object\n name:\n description: A descriptive name shown in dashboard.\n maxLength: 5000\n nullable: true\n type: string\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - billing.credit_grant\n type: string\n priority:\n description: The priority for applying this credit grant. The highest priority is 0 and the lowest is 100.\n nullable: true\n type: integer\n test_clock:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/test_helpers.test_clock'\n description: ID of the test clock this credit grant belongs to.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/test_helpers.test_clock'\n updated:\n description: Time at which the object was last updated. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n voided_at:\n description: The time when this credit grant was voided. If not present, the credit grant hasn't been voided.\n format: unix-time\n nullable: true\n type: integer\n required:\n - amount\n - applicability_config\n - category\n - created\n - customer\n - id\n - livemode\n - metadata\n - object\n - updated\n title: CreditGrant\n type: object\n x-expandableFields:\n - amount\n - applicability_config\n - customer\n - test_clock\n x-resourceId: billing.credit_grant\n billing.meter:\n description: |-\n 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\n Related guide: [Usage based billing](https://docs.stripe.com/billing/subscriptions/usage-based)\n properties:\n created:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n customer_mapping:\n $ref: '#/components/schemas/billing_meter_resource_customer_mapping_settings'\n default_aggregation:\n $ref: '#/components/schemas/billing_meter_resource_aggregation_settings'\n display_name:\n description: The meter's name.\n maxLength: 5000\n type: string\n event_name:\n description: The name of the meter event to record usage for. Corresponds with the `event_name` field on meter events.\n maxLength: 5000\n type: string\n event_time_window:\n description: The time window which meter events have been pre-aggregated for, if any.\n enum:\n - day\n - hour\n nullable: true\n type: string\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - billing.meter\n type: string\n status:\n description: The meter's status.\n enum:\n - active\n - inactive\n type: string\n status_transitions:\n $ref: '#/components/schemas/billing_meter_resource_billing_meter_status_transitions'\n updated:\n description: Time at which the object was last updated. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n value_settings:\n $ref: '#/components/schemas/billing_meter_resource_billing_meter_value'\n required:\n - created\n - customer_mapping\n - default_aggregation\n - display_name\n - event_name\n - id\n - livemode\n - object\n - status\n - status_transitions\n - updated\n - value_settings\n title: BillingMeter\n type: object\n x-expandableFields:\n - customer_mapping\n - default_aggregation\n - status_transitions\n - value_settings\n x-resourceId: billing.meter\n billing.meter_event:\n 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.\n properties:\n created:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n event_name:\n description: The name of the meter event. Corresponds with the `event_name` field on a meter.\n maxLength: 100\n type: string\n identifier:\n description: A unique identifier for the event.\n maxLength: 5000\n type: string\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - billing.meter_event\n type: string\n payload:\n additionalProperties:\n maxLength: 100\n type: string\n 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).\n type: object\n timestamp:\n description: The timestamp passed in when creating the event. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n required:\n - created\n - event_name\n - identifier\n - livemode\n - object\n - payload\n - timestamp\n title: BillingMeterEvent\n type: object\n x-expandableFields: []\n x-resourceId: billing.meter_event\n billing.meter_event_adjustment:\n 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.\n properties:\n cancel:\n anyOf:\n - $ref: '#/components/schemas/billing_meter_resource_billing_meter_event_adjustment_cancel'\n description: Specifies which event to cancel.\n nullable: true\n event_name:\n description: The name of the meter event. Corresponds with the `event_name` field on a meter.\n maxLength: 100\n type: string\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - billing.meter_event_adjustment\n type: string\n status:\n description: The meter event adjustment's status.\n enum:\n - complete\n - pending\n type: string\n type:\n description: Specifies whether to cancel a single event or a range of events for a time period. Time period cancellation is not supported yet.\n enum:\n - cancel\n type: string\n required:\n - event_name\n - livemode\n - object\n - status\n - type\n title: BillingMeterEventAdjustment\n type: object\n x-expandableFields:\n - cancel\n x-resourceId: billing.meter_event_adjustment\n billing.meter_event_summary:\n description: |-\n A billing meter event summary represents an aggregated view of a customer's billing meter events within a specified timeframe. It indicates how much\n usage was accrued by a customer for that period.\n\n Note: Meters events are aggregated asynchronously so the meter event summaries provide an eventually consistent view of the reported usage.\n properties:\n aggregated_value:\n 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`.\n type: number\n end_time:\n description: End timestamp for this event summary (exclusive). Must be aligned with minute boundaries.\n format: unix-time\n type: integer\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n meter:\n description: The meter associated with this event summary.\n maxLength: 5000\n type: string\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - billing.meter_event_summary\n type: string\n start_time:\n description: Start timestamp for this event summary (inclusive). Must be aligned with minute boundaries.\n format: unix-time\n type: integer\n required:\n - aggregated_value\n - end_time\n - id\n - livemode\n - meter\n - object\n - start_time\n title: BillingMeterEventSummary\n type: object\n x-expandableFields: []\n x-resourceId: billing.meter_event_summary\n billing_bill_resource_invoice_item_parents_invoice_item_parent:\n description: ''\n properties:\n subscription_details:\n anyOf:\n - $ref: '#/components/schemas/billing_bill_resource_invoice_item_parents_invoice_item_subscription_parent'\n description: Details about the subscription that generated this invoice item\n nullable: true\n type:\n description: The type of parent that generated this invoice item\n enum:\n - subscription_details\n type: string\n x-stripeBypassValidation: true\n required:\n - type\n title: BillingBillResourceInvoiceItemParentsInvoiceItemParent\n type: object\n x-expandableFields:\n - subscription_details\n billing_bill_resource_invoice_item_parents_invoice_item_subscription_parent:\n description: ''\n properties:\n subscription:\n description: The subscription that generated this invoice item\n maxLength: 5000\n type: string\n subscription_item:\n description: The subscription item that generated this invoice item\n maxLength: 5000\n type: string\n required:\n - subscription\n title: BillingBillResourceInvoiceItemParentsInvoiceItemSubscriptionParent\n type: object\n x-expandableFields: []\n billing_bill_resource_invoicing_lines_common_credited_items:\n description: ''\n properties:\n invoice:\n description: Invoice containing the credited invoice line items\n maxLength: 5000\n type: string\n invoice_line_items:\n description: Credited invoice line items\n items:\n maxLength: 5000\n type: string\n type: array\n required:\n - invoice\n - invoice_line_items\n title: BillingBillResourceInvoicingLinesCommonCreditedItems\n type: object\n x-expandableFields: []\n billing_bill_resource_invoicing_lines_common_proration_details:\n description: ''\n properties:\n credited_items:\n anyOf:\n - $ref: '#/components/schemas/billing_bill_resource_invoicing_lines_common_credited_items'\n description: For a credit proration `line_item`, the original debit line_items to which the credit proration applies.\n nullable: true\n title: BillingBillResourceInvoicingLinesCommonProrationDetails\n type: object\n x-expandableFields:\n - credited_items\n billing_bill_resource_invoicing_lines_parents_invoice_line_item_invoice_item_parent:\n description: ''\n properties:\n invoice_item:\n description: The invoice item that generated this line item\n maxLength: 5000\n type: string\n proration:\n description: Whether this is a proration\n type: boolean\n proration_details:\n anyOf:\n - $ref: '#/components/schemas/billing_bill_resource_invoicing_lines_common_proration_details'\n description: Additional details for proration line items\n nullable: true\n subscription:\n description: The subscription that the invoice item belongs to\n maxLength: 5000\n nullable: true\n type: string\n required:\n - invoice_item\n - proration\n title: BillingBillResourceInvoicingLinesParentsInvoiceLineItemInvoiceItemParent\n type: object\n x-expandableFields:\n - proration_details\n billing_bill_resource_invoicing_lines_parents_invoice_line_item_parent:\n description: ''\n properties:\n invoice_item_details:\n anyOf:\n - $ref: '#/components/schemas/billing_bill_resource_invoicing_lines_parents_invoice_line_item_invoice_item_parent'\n description: Details about the invoice item that generated this line item\n nullable: true\n subscription_item_details:\n anyOf:\n - $ref: '#/components/schemas/billing_bill_resource_invoicing_lines_parents_invoice_line_item_subscription_item_parent'\n description: Details about the subscription item that generated this line item\n nullable: true\n type:\n description: The type of parent that generated this line item\n enum:\n - invoice_item_details\n - subscription_item_details\n type: string\n x-stripeBypassValidation: true\n required:\n - type\n title: BillingBillResourceInvoicingLinesParentsInvoiceLineItemParent\n type: object\n x-expandableFields:\n - invoice_item_details\n - subscription_item_details\n billing_bill_resource_invoicing_lines_parents_invoice_line_item_subscription_item_parent:\n description: ''\n properties:\n invoice_item:\n description: The invoice item that generated this line item\n maxLength: 5000\n nullable: true\n type: string\n proration:\n description: Whether this is a proration\n type: boolean\n proration_details:\n anyOf:\n - $ref: '#/components/schemas/billing_bill_resource_invoicing_lines_common_proration_details'\n description: Additional details for proration line items\n nullable: true\n subscription:\n description: The subscription that the subscription item belongs to\n maxLength: 5000\n nullable: true\n type: string\n subscription_item:\n description: The subscription item that generated this line item\n maxLength: 5000\n type: string\n required:\n - proration\n - subscription_item\n title: BillingBillResourceInvoicingLinesParentsInvoiceLineItemSubscriptionItemParent\n type: object\n x-expandableFields:\n - proration_details\n billing_bill_resource_invoicing_parents_invoice_parent:\n description: ''\n properties:\n quote_details:\n anyOf:\n - $ref: '#/components/schemas/billing_bill_resource_invoicing_parents_invoice_quote_parent'\n description: Details about the quote that generated this invoice\n nullable: true\n subscription_details:\n anyOf:\n - $ref: '#/components/schemas/billing_bill_resource_invoicing_parents_invoice_subscription_parent'\n description: Details about the subscription that generated this invoice\n nullable: true\n type:\n description: The type of parent that generated this invoice\n enum:\n - quote_details\n - subscription_details\n type: string\n x-stripeBypassValidation: true\n required:\n - type\n title: BillingBillResourceInvoicingParentsInvoiceParent\n type: object\n x-expandableFields:\n - quote_details\n - subscription_details\n billing_bill_resource_invoicing_parents_invoice_quote_parent:\n description: ''\n properties:\n quote:\n description: The quote that generated this invoice\n maxLength: 5000\n type: string\n required:\n - quote\n title: BillingBillResourceInvoicingParentsInvoiceQuoteParent\n type: object\n x-expandableFields: []\n billing_bill_resource_invoicing_parents_invoice_subscription_parent:\n description: ''\n properties:\n metadata:\n additionalProperties:\n maxLength: 500\n type: string\n description: |-\n 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.*\n nullable: true\n type: object\n subscription:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/subscription'\n description: The subscription that generated this invoice\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/subscription'\n subscription_proration_date:\n description: Only set for upcoming invoices that preview prorations. The time used to calculate prorations.\n format: unix-time\n type: integer\n required:\n - subscription\n title: BillingBillResourceInvoicingParentsInvoiceSubscriptionParent\n type: object\n x-expandableFields:\n - subscription\n billing_bill_resource_invoicing_pricing_pricing:\n description: ''\n properties:\n price_details:\n $ref: '#/components/schemas/billing_bill_resource_invoicing_pricing_pricing_price_details'\n type:\n description: The type of the pricing details.\n enum:\n - price_details\n type: string\n x-stripeBypassValidation: true\n unit_amount_decimal:\n description: The unit amount (in the `currency` specified) of the item which contains a decimal value with at most 12 decimal places.\n format: decimal\n nullable: true\n type: string\n required:\n - type\n title: BillingBillResourceInvoicingPricingPricing\n type: object\n x-expandableFields:\n - price_details\n billing_bill_resource_invoicing_pricing_pricing_price_details:\n description: ''\n properties:\n price:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/price'\n description: The ID of the price this item is associated with.\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/price'\n product:\n description: The ID of the product this item is associated with.\n maxLength: 5000\n type: string\n required:\n - price\n - product\n title: BillingBillResourceInvoicingPricingPricingPriceDetails\n type: object\n x-expandableFields:\n - price\n billing_bill_resource_invoicing_taxes_tax:\n description: ''\n properties:\n amount:\n description: The amount of the tax, in cents (or local equivalent).\n type: integer\n tax_behavior:\n description: Whether this tax is inclusive or exclusive.\n enum:\n - exclusive\n - inclusive\n type: string\n tax_rate_details:\n anyOf:\n - $ref: '#/components/schemas/billing_bill_resource_invoicing_taxes_tax_rate_details'\n description: Additional details about the tax rate. Only present when `type` is `tax_rate_details`.\n nullable: true\n taxability_reason:\n 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.\n enum:\n - customer_exempt\n - not_available\n - not_collecting\n - not_subject_to_tax\n - not_supported\n - portion_product_exempt\n - portion_reduced_rated\n - portion_standard_rated\n - product_exempt\n - product_exempt_holiday\n - proportionally_rated\n - reduced_rated\n - reverse_charge\n - standard_rated\n - taxable_basis_reduced\n - zero_rated\n type: string\n x-stripeBypassValidation: true\n taxable_amount:\n description: The amount on which tax is calculated, in cents (or local equivalent).\n nullable: true\n type: integer\n type:\n description: The type of tax information.\n enum:\n - tax_rate_details\n type: string\n required:\n - amount\n - tax_behavior\n - taxability_reason\n - type\n title: BillingBillResourceInvoicingTaxesTax\n type: object\n x-expandableFields:\n - tax_rate_details\n billing_bill_resource_invoicing_taxes_tax_rate_details:\n description: ''\n properties:\n tax_rate:\n description: ID of the tax rate\n maxLength: 5000\n type: string\n required:\n - tax_rate\n title: BillingBillResourceInvoicingTaxesTaxRateDetails\n type: object\n x-expandableFields: []\n billing_clocks_resource_status_details_advancing_status_details:\n description: ''\n properties:\n target_frozen_time:\n description: The `frozen_time` that the Test Clock is advancing towards.\n format: unix-time\n type: integer\n required:\n - target_frozen_time\n title: BillingClocksResourceStatusDetailsAdvancingStatusDetails\n type: object\n x-expandableFields: []\n billing_clocks_resource_status_details_status_details:\n description: ''\n properties:\n advancing:\n $ref: '#/components/schemas/billing_clocks_resource_status_details_advancing_status_details'\n title: BillingClocksResourceStatusDetailsStatusDetails\n type: object\n x-expandableFields:\n - advancing\n billing_credit_grants_resource_amount:\n description: ''\n properties:\n monetary:\n anyOf:\n - $ref: '#/components/schemas/billing_credit_grants_resource_monetary_amount'\n description: The monetary amount.\n nullable: true\n type:\n description: The type of this amount. We currently only support `monetary` billing credits.\n enum:\n - monetary\n type: string\n x-stripeBypassValidation: true\n required:\n - type\n title: BillingCreditGrantsResourceAmount\n type: object\n x-expandableFields:\n - monetary\n billing_credit_grants_resource_applicability_config:\n description: ''\n properties:\n scope:\n $ref: '#/components/schemas/billing_credit_grants_resource_scope'\n required:\n - scope\n title: BillingCreditGrantsResourceApplicabilityConfig\n type: object\n x-expandableFields:\n - scope\n billing_credit_grants_resource_applicable_price:\n description: ''\n properties:\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n nullable: true\n type: string\n title: BillingCreditGrantsResourceApplicablePrice\n type: object\n x-expandableFields: []\n billing_credit_grants_resource_balance_credit:\n description: ''\n properties:\n amount:\n $ref: '#/components/schemas/billing_credit_grants_resource_amount'\n credits_application_invoice_voided:\n anyOf:\n - $ref: '#/components/schemas/billing_credit_grants_resource_balance_credits_application_invoice_voided'\n description: Details of the invoice to which the reinstated credits were originally applied. Only present if `type` is `credits_application_invoice_voided`.\n nullable: true\n type:\n description: The type of credit transaction.\n enum:\n - credits_application_invoice_voided\n - credits_granted\n type: string\n required:\n - amount\n - type\n title: BillingCreditGrantsResourceBalanceCredit\n type: object\n x-expandableFields:\n - amount\n - credits_application_invoice_voided\n billing_credit_grants_resource_balance_credits_application_invoice_voided:\n description: ''\n properties:\n invoice:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/invoice'\n description: The invoice to which the reinstated billing credits were originally applied.\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/invoice'\n invoice_line_item:\n description: The invoice line item to which the reinstated billing credits were originally applied.\n maxLength: 5000\n type: string\n required:\n - invoice\n - invoice_line_item\n title: BillingCreditGrantsResourceBalanceCreditsApplicationInvoiceVoided\n type: object\n x-expandableFields:\n - invoice\n billing_credit_grants_resource_balance_credits_applied:\n description: ''\n properties:\n invoice:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/invoice'\n description: The invoice to which the billing credits were applied.\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/invoice'\n invoice_line_item:\n description: The invoice line item to which the billing credits were applied.\n maxLength: 5000\n type: string\n required:\n - invoice\n - invoice_line_item\n title: BillingCreditGrantsResourceBalanceCreditsApplied\n type: object\n x-expandableFields:\n - invoice\n billing_credit_grants_resource_balance_debit:\n description: ''\n properties:\n amount:\n $ref: '#/components/schemas/billing_credit_grants_resource_amount'\n credits_applied:\n anyOf:\n - $ref: '#/components/schemas/billing_credit_grants_resource_balance_credits_applied'\n description: Details of how the billing credits were applied to an invoice. Only present if `type` is `credits_applied`.\n nullable: true\n type:\n description: The type of debit transaction.\n enum:\n - credits_applied\n - credits_expired\n - credits_voided\n type: string\n required:\n - amount\n - type\n title: BillingCreditGrantsResourceBalanceDebit\n type: object\n x-expandableFields:\n - amount\n - credits_applied\n billing_credit_grants_resource_monetary_amount:\n description: ''\n properties:\n currency:\n 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).\n maxLength: 5000\n type: string\n value:\n description: A positive integer representing the amount.\n type: integer\n required:\n - currency\n - value\n title: BillingCreditGrantsResourceMonetaryAmount\n type: object\n x-expandableFields: []\n billing_credit_grants_resource_scope:\n description: ''\n properties:\n price_type:\n 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`.\n enum:\n - metered\n type: string\n prices:\n 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`.\n items:\n $ref: '#/components/schemas/billing_credit_grants_resource_applicable_price'\n type: array\n title: BillingCreditGrantsResourceScope\n type: object\n x-expandableFields:\n - prices\n billing_details:\n description: ''\n properties:\n address:\n anyOf:\n - $ref: '#/components/schemas/address'\n description: Billing address.\n nullable: true\n email:\n description: Email address.\n maxLength: 5000\n nullable: true\n type: string\n name:\n description: Full name.\n maxLength: 5000\n nullable: true\n type: string\n phone:\n description: Billing phone number (including extension).\n maxLength: 5000\n nullable: true\n type: string\n tax_id:\n description: Taxpayer identification number. Used only for transactions between LATAM buyers and non-LATAM sellers.\n maxLength: 5000\n nullable: true\n type: string\n title: billing_details\n type: object\n x-expandableFields:\n - address\n billing_meter_resource_aggregation_settings:\n description: ''\n properties:\n formula:\n description: Specifies how events are aggregated.\n enum:\n - count\n - last\n - sum\n type: string\n x-stripeBypassValidation: true\n required:\n - formula\n title: BillingMeterResourceAggregationSettings\n type: object\n x-expandableFields: []\n billing_meter_resource_billing_meter_event_adjustment_cancel:\n description: ''\n properties:\n identifier:\n description: Unique identifier for the event.\n maxLength: 100\n nullable: true\n type: string\n title: BillingMeterResourceBillingMeterEventAdjustmentCancel\n type: object\n x-expandableFields: []\n billing_meter_resource_billing_meter_status_transitions:\n description: ''\n properties:\n deactivated_at:\n description: The time the meter was deactivated, if any. Measured in seconds since Unix epoch.\n format: unix-time\n nullable: true\n type: integer\n title: BillingMeterResourceBillingMeterStatusTransitions\n type: object\n x-expandableFields: []\n billing_meter_resource_billing_meter_value:\n description: ''\n properties:\n event_payload_key:\n description: The key in the meter event payload to use as the value for this meter.\n maxLength: 5000\n type: string\n required:\n - event_payload_key\n title: BillingMeterResourceBillingMeterValue\n type: object\n x-expandableFields: []\n billing_meter_resource_customer_mapping_settings:\n description: ''\n properties:\n event_payload_key:\n description: The key in the meter event payload to use for mapping the event to a customer.\n maxLength: 5000\n type: string\n type:\n description: The method for mapping a meter event to a customer.\n enum:\n - by_id\n type: string\n required:\n - event_payload_key\n - type\n title: BillingMeterResourceCustomerMappingSettings\n type: object\n x-expandableFields: []\n billing_portal.configuration:\n 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).'\n properties:\n active:\n description: Whether the configuration is active and can be used to create portal sessions.\n type: boolean\n application:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/application'\n - $ref: '#/components/schemas/deleted_application'\n description: ID of the Connect Application that created the configuration.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/application'\n - $ref: '#/components/schemas/deleted_application'\n business_profile:\n $ref: '#/components/schemas/portal_business_profile'\n created:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n default_return_url:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n features:\n $ref: '#/components/schemas/portal_features'\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n is_default:\n 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.\n type: boolean\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n login_page:\n $ref: '#/components/schemas/portal_login_page'\n metadata:\n additionalProperties:\n maxLength: 500\n type: string\n 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.\n nullable: true\n type: object\n name:\n description: The name of the configuration.\n maxLength: 5000\n nullable: true\n type: string\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - billing_portal.configuration\n type: string\n updated:\n description: Time at which the object was last updated. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n required:\n - active\n - business_profile\n - created\n - features\n - id\n - is_default\n - livemode\n - login_page\n - object\n - updated\n title: PortalConfiguration\n type: object\n x-expandableFields:\n - application\n - business_profile\n - features\n - login_page\n x-resourceId: billing_portal.configuration\n billing_portal.session:\n description: |-\n The Billing customer portal is a Stripe-hosted UI for subscription and\n billing management.\n\n A portal configuration describes the functionality and features that you\n want to provide to your customers through the portal.\n\n A portal session describes the instantiation of the customer portal for\n a particular customer. By visiting the session's URL, the customer\n can manage their subscriptions and billing details. For security reasons,\n sessions are short-lived and will expire if the customer does not visit the URL.\n Create sessions on-demand when customers intend to manage their subscriptions\n and billing details.\n\n Related guide: [Customer management](/customer-management)\n properties:\n configuration:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/billing_portal.configuration'\n description: The configuration used by this session, describing the features available.\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/billing_portal.configuration'\n created:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n customer:\n description: The ID of the customer for this session.\n maxLength: 5000\n type: string\n customer_account:\n description: The ID of the account for this session.\n maxLength: 5000\n nullable: true\n type: string\n flow:\n anyOf:\n - $ref: '#/components/schemas/portal_flows_flow'\n 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.\n nullable: true\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n locale:\n 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.\n enum:\n - auto\n - bg\n - cs\n - da\n - de\n - el\n - en\n - en-AU\n - en-CA\n - en-GB\n - en-IE\n - en-IN\n - en-NZ\n - en-SG\n - es\n - es-419\n - et\n - fi\n - fil\n - fr\n - fr-CA\n - hr\n - hu\n - id\n - it\n - ja\n - ko\n - lt\n - lv\n - ms\n - mt\n - nb\n - nl\n - pl\n - pt\n - pt-BR\n - ro\n - ru\n - sk\n - sl\n - sv\n - th\n - tr\n - vi\n - zh\n - zh-HK\n - zh-TW\n nullable: true\n type: string\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - billing_portal.session\n type: string\n on_behalf_of:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n return_url:\n description: The URL to redirect customers to when they click on the portal's link to return to your website.\n maxLength: 5000\n nullable: true\n type: string\n url:\n description: The short-lived URL of the session that gives customers access to the customer portal.\n maxLength: 5000\n type: string\n required:\n - configuration\n - created\n - customer\n - id\n - livemode\n - object\n - url\n title: PortalSession\n type: object\n x-expandableFields:\n - configuration\n - flow\n x-resourceId: billing_portal.session\n cancellation_details:\n description: ''\n properties:\n comment:\n description: Additional comments about why the user canceled the subscription, if the subscription was canceled explicitly by the user.\n maxLength: 5000\n nullable: true\n type: string\n feedback:\n description: The customer submitted reason for why they canceled, if the subscription was canceled explicitly by the user.\n enum:\n - customer_service\n - low_quality\n - missing_features\n - other\n - switched_service\n - too_complex\n - too_expensive\n - unused\n nullable: true\n type: string\n reason:\n description: Why this subscription was canceled.\n enum:\n - cancellation_requested\n - payment_disputed\n - payment_failed\n nullable: true\n type: string\n title: CancellationDetails\n type: object\n x-expandableFields: []\n capability:\n description: |-\n This is an object representing a capability for a Stripe account.\n\n Related guide: [Account capabilities](https://docs.stripe.com/connect/account-capabilities)\n properties:\n account:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/account'\n description: The account for which the capability enables functionality.\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/account'\n future_requirements:\n $ref: '#/components/schemas/account_capability_future_requirements'\n id:\n description: The identifier for the capability.\n maxLength: 5000\n type: string\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - capability\n type: string\n requested:\n description: Whether the capability has been requested.\n type: boolean\n requested_at:\n description: Time at which the capability was requested. Measured in seconds since the Unix epoch.\n format: unix-time\n nullable: true\n type: integer\n requirements:\n $ref: '#/components/schemas/account_capability_requirements'\n status:\n description: The status of the capability.\n enum:\n - active\n - inactive\n - pending\n - unrequested\n type: string\n x-stripeBypassValidation: true\n required:\n - account\n - id\n - object\n - requested\n - status\n title: AccountCapability\n type: object\n x-expandableFields:\n - account\n - future_requirements\n - requirements\n x-resourceId: capability\n card:\n description: |-\n You can store multiple cards on a customer in order to charge the customer\n later. You can also store multiple debit cards on a recipient in order to\n transfer to those cards later.\n\n Related guide: [Card payments with Sources](https://docs.stripe.com/sources/cards)\n properties:\n account:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/account'\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/account'\n address_city:\n description: City/District/Suburb/Town/Village.\n maxLength: 5000\n nullable: true\n type: string\n address_country:\n description: Billing address country, if provided when creating card.\n maxLength: 5000\n nullable: true\n type: string\n address_line1:\n description: Address line 1 (Street address/PO Box/Company name).\n maxLength: 5000\n nullable: true\n type: string\n address_line1_check:\n description: 'If `address_line1` was provided, results of the check: `pass`, `fail`, `unavailable`, or `unchecked`.'\n maxLength: 5000\n nullable: true\n type: string\n address_line2:\n description: Address line 2 (Apartment/Suite/Unit/Building).\n maxLength: 5000\n nullable: true\n type: string\n address_state:\n description: State/County/Province/Region.\n maxLength: 5000\n nullable: true\n type: string\n address_zip:\n description: ZIP or postal code.\n maxLength: 5000\n nullable: true\n type: string\n address_zip_check:\n description: 'If `address_zip` was provided, results of the check: `pass`, `fail`, `unavailable`, or `unchecked`.'\n maxLength: 5000\n nullable: true\n type: string\n allow_redisplay:\n 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”.\n enum:\n - always\n - limited\n - unspecified\n nullable: true\n type: string\n available_payout_methods:\n 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.\n items:\n enum:\n - instant\n - standard\n type: string\n nullable: true\n type: array\n brand:\n description: Card brand. Can be `American Express`, `Cartes Bancaires`, `Diners Club`, `Discover`, `Eftpos Australia`, `Girocard`, `JCB`, `MasterCard`, `UnionPay`, `Visa`, or `Unknown`.\n maxLength: 5000\n type: string\n country:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n currency:\n 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`.\n format: currency\n nullable: true\n type: string\n customer:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/customer'\n - $ref: '#/components/schemas/deleted_customer'\n 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.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/customer'\n - $ref: '#/components/schemas/deleted_customer'\n cvc_check:\n 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).'\n maxLength: 5000\n nullable: true\n type: string\n default_for_currency:\n 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.\n nullable: true\n type: boolean\n dynamic_last4:\n description: (For tokenized numbers only.) The last four digits of the device account number.\n maxLength: 5000\n nullable: true\n type: string\n exp_month:\n description: Two-digit number representing the card's expiration month.\n type: integer\n exp_year:\n description: Four-digit number representing the card's expiration year.\n type: integer\n fingerprint:\n description: |-\n 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.*\n maxLength: 5000\n nullable: true\n type: string\n funding:\n description: Card funding type. Can be `credit`, `debit`, `prepaid`, or `unknown`.\n maxLength: 5000\n type: string\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n iin:\n description: Issuer identification number of the card.\n maxLength: 5000\n type: string\n last4:\n description: The last four digits of the card.\n maxLength: 5000\n type: string\n metadata:\n additionalProperties:\n maxLength: 500\n type: string\n 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.\n nullable: true\n type: object\n name:\n description: Cardholder name.\n maxLength: 5000\n nullable: true\n type: string\n networks:\n $ref: '#/components/schemas/token_card_networks'\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - card\n type: string\n regulated_status:\n description: Status of a card based on the card issuer.\n enum:\n - regulated\n - unregulated\n nullable: true\n type: string\n status:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n tokenization_method:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n required:\n - brand\n - exp_month\n - exp_year\n - funding\n - id\n - last4\n - object\n title: Card\n type: object\n x-expandableFields:\n - account\n - customer\n - networks\n x-resourceId: card\n card_generated_from_payment_method_details:\n description: ''\n properties:\n card_present:\n $ref: '#/components/schemas/payment_method_details_card_present'\n type:\n description: The type of payment method transaction-specific details from the transaction that generated this `card` payment method. Always `card_present`.\n maxLength: 5000\n type: string\n required:\n - type\n title: card_generated_from_payment_method_details\n type: object\n x-expandableFields:\n - card_present\n card_issuing_account_terms_of_service:\n description: ''\n properties:\n date:\n description: The Unix timestamp marking when the account representative accepted the service agreement.\n nullable: true\n type: integer\n ip:\n description: The IP address from which the account representative accepted the service agreement.\n maxLength: 5000\n nullable: true\n type: string\n user_agent:\n description: The user agent of the browser from which the account representative accepted the service agreement.\n maxLength: 5000\n type: string\n title: CardIssuingAccountTermsOfService\n type: object\n x-expandableFields: []\n card_mandate_payment_method_details:\n description: ''\n properties: {}\n title: card_mandate_payment_method_details\n type: object\n x-expandableFields: []\n cash_balance:\n 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.\n properties:\n available:\n additionalProperties:\n type: integer\n 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).\n nullable: true\n type: object\n customer:\n description: The ID of the customer whose cash balance this object represents.\n maxLength: 5000\n type: string\n customer_account:\n description: The ID of an Account representing a customer whose cash balance this object represents.\n maxLength: 5000\n nullable: true\n type: string\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - cash_balance\n type: string\n settings:\n $ref: '#/components/schemas/customer_balance_customer_balance_settings'\n required:\n - customer\n - livemode\n - object\n - settings\n title: cash_balance\n type: object\n x-expandableFields:\n - settings\n x-resourceId: cash_balance\n charge:\n description: |-\n The `Charge` object represents a single attempt to move money into your Stripe account.\n PaymentIntent confirmation is the most common way to create Charges, but [Account Debits](https://docs.stripe.com/connect/account-debits) may also create Charges.\n Some legacy payment flows create Charges directly, which is not recommended for new integrations.\n properties:\n amount:\n 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).\n type: integer\n amount_captured:\n description: Amount in cents (or local equivalent) captured (can be less than the amount attribute on the charge if a partial capture was made).\n type: integer\n amount_refunded:\n description: Amount in cents (or local equivalent) refunded (can be less than the amount attribute on the charge if a partial refund was issued).\n type: integer\n application:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/application'\n description: ID of the Connect application that created the charge.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/application'\n application_fee:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/application_fee'\n description: The application fee (if any) for the charge. [See the Connect documentation](https://docs.stripe.com/connect/direct-charges#collect-fees) for details.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/application_fee'\n application_fee_amount:\n 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.\n nullable: true\n type: integer\n balance_transaction:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/balance_transaction'\n description: ID of the balance transaction that describes the impact of this charge on your account balance (not including refunds or disputes).\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/balance_transaction'\n billing_details:\n $ref: '#/components/schemas/billing_details'\n calculated_statement_descriptor:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n captured:\n description: If the charge was created without capturing, this Boolean represents whether it is still uncaptured or has since been captured.\n type: boolean\n created:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n currency:\n 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).\n format: currency\n type: string\n customer:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/customer'\n - $ref: '#/components/schemas/deleted_customer'\n description: ID of the customer this charge is for if one exists.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/customer'\n - $ref: '#/components/schemas/deleted_customer'\n description:\n description: An arbitrary string attached to the object. Often useful for displaying to users.\n maxLength: 40000\n nullable: true\n type: string\n disputed:\n description: Whether the charge has been disputed.\n type: boolean\n failure_balance_transaction:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/balance_transaction'\n description: ID of the balance transaction that describes the reversal of the balance on your account due to payment failure.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/balance_transaction'\n failure_code:\n 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).\n maxLength: 5000\n nullable: true\n type: string\n failure_message:\n description: Message to user further explaining reason for charge failure if available.\n maxLength: 5000\n nullable: true\n type: string\n fraud_details:\n anyOf:\n - $ref: '#/components/schemas/charge_fraud_details'\n description: Information on fraud assessments for the charge.\n nullable: true\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n metadata:\n additionalProperties:\n maxLength: 500\n type: string\n 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.\n type: object\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - charge\n type: string\n on_behalf_of:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/account'\n 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.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/account'\n outcome:\n anyOf:\n - $ref: '#/components/schemas/charge_outcome'\n description: Details about whether the payment was accepted, and why. See [understanding declines](https://docs.stripe.com/declines) for details.\n nullable: true\n paid:\n description: '`true` if the charge succeeded, or was successfully authorized for later capture.'\n type: boolean\n payment_intent:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/payment_intent'\n description: ID of the PaymentIntent associated with this charge, if one exists.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/payment_intent'\n payment_method:\n description: ID of the payment method used in this charge.\n maxLength: 5000\n nullable: true\n type: string\n payment_method_details:\n anyOf:\n - $ref: '#/components/schemas/payment_method_details'\n description: Details about the payment method at the time of the transaction.\n nullable: true\n presentment_details:\n $ref: '#/components/schemas/payment_flows_payment_intent_presentment_details'\n radar_options:\n $ref: '#/components/schemas/radar_radar_options'\n receipt_email:\n description: This is the email address that the receipt for this charge was sent to.\n maxLength: 5000\n nullable: true\n type: string\n receipt_number:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n receipt_url:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n refunded:\n description: Whether the charge has been fully refunded. If the charge is only partially refunded, this attribute will still be false.\n type: boolean\n refunds:\n description: A list of refunds that have been applied to the charge.\n nullable: true\n properties:\n data:\n description: Details about each object.\n items:\n $ref: '#/components/schemas/refund'\n type: array\n has_more:\n description: True if this list has another page of items after this one that can be fetched.\n type: boolean\n object:\n description: String representing the object's type. Objects of the same type share the same value. Always has the value `list`.\n enum:\n - list\n type: string\n url:\n description: The URL where this list can be accessed.\n maxLength: 5000\n type: string\n required:\n - data\n - has_more\n - object\n - url\n title: RefundList\n type: object\n x-expandableFields:\n - data\n review:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/review'\n description: ID of the review associated with this charge if one exists.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/review'\n shipping:\n anyOf:\n - $ref: '#/components/schemas/shipping'\n description: Shipping information for the charge.\n nullable: true\n source_transfer:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/transfer'\n 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.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/transfer'\n statement_descriptor:\n description: |-\n 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\n For 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.\n maxLength: 5000\n nullable: true\n type: string\n statement_descriptor_suffix:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n status:\n description: The status of the payment is either `succeeded`, `pending`, or `failed`.\n enum:\n - failed\n - pending\n - succeeded\n type: string\n transfer:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/transfer'\n description: ID of the transfer to the `destination` account (only applicable if the charge was created using the `destination` parameter).\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/transfer'\n transfer_data:\n anyOf:\n - $ref: '#/components/schemas/charge_transfer_data'\n 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.\n nullable: true\n transfer_group:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n required:\n - amount\n - amount_captured\n - amount_refunded\n - billing_details\n - captured\n - created\n - currency\n - disputed\n - id\n - livemode\n - metadata\n - object\n - paid\n - refunded\n - status\n title: Charge\n type: object\n x-expandableFields:\n - application\n - application_fee\n - balance_transaction\n - billing_details\n - customer\n - failure_balance_transaction\n - fraud_details\n - on_behalf_of\n - outcome\n - payment_intent\n - payment_method_details\n - presentment_details\n - radar_options\n - refunds\n - review\n - shipping\n - source_transfer\n - transfer\n - transfer_data\n x-resourceId: charge\n charge_fraud_details:\n description: ''\n properties:\n stripe_report:\n description: Assessments from Stripe. If set, the value is `fraudulent`.\n maxLength: 5000\n type: string\n user_report:\n description: Assessments reported by you. If set, possible values of are `safe` and `fraudulent`.\n maxLength: 5000\n type: string\n title: ChargeFraudDetails\n type: object\n x-expandableFields: []\n charge_outcome:\n description: ''\n properties:\n advice_code:\n description: An enumerated value providing a more detailed explanation on [how to proceed with an error](https://docs.stripe.com/declines#retrying-issuer-declines).\n enum:\n - confirm_card_data\n - do_not_try_again\n - try_again_later\n nullable: true\n type: string\n network_advice_code:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n network_decline_code:\n description: For charges declined by the network, an alphanumeric code which indicates the reason the charge failed.\n maxLength: 5000\n nullable: true\n type: string\n network_status:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n reason:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n risk_level:\n 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.\n maxLength: 5000\n type: string\n risk_score:\n 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.\n type: integer\n rule:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/rule'\n description: The ID of the Radar rule that matched the payment, if applicable.\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/rule'\n seller_message:\n description: A human-readable description of the outcome type and reason, designed for you (the recipient of the payment), not your customer.\n maxLength: 5000\n nullable: true\n type: string\n type:\n 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.\n maxLength: 5000\n type: string\n required:\n - type\n title: ChargeOutcome\n type: object\n x-expandableFields:\n - rule\n charge_transfer_data:\n description: ''\n properties:\n amount:\n description: The amount transferred to the destination account, if specified. By default, the entire charge amount is transferred to the destination account.\n nullable: true\n type: integer\n destination:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/account'\n description: ID of an existing, connected Stripe account to transfer funds to if `transfer_data` was specified in the charge request.\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/account'\n required:\n - destination\n title: ChargeTransferData\n type: object\n x-expandableFields:\n - destination\n checkout.session:\n description: |-\n A Checkout Session represents your customer's session as they pay for\n one-time purchases or subscriptions through [Checkout](https://docs.stripe.com/payments/checkout)\n or [Payment Links](https://docs.stripe.com/payments/payment-links). We recommend creating a\n new Session each time your customer attempts to pay.\n\n Once payment is successful, the Checkout Session will contain a reference\n to 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\n You can create a Checkout Session on your server and redirect to its URL\n to begin Checkout.\n\n Related guide: [Checkout quickstart](https://docs.stripe.com/checkout/quickstart)\n properties:\n adaptive_pricing:\n anyOf:\n - $ref: '#/components/schemas/payment_pages_checkout_session_adaptive_pricing'\n description: Settings for price localization with [Adaptive Pricing](https://docs.stripe.com/payments/checkout/adaptive-pricing).\n nullable: true\n after_expiration:\n anyOf:\n - $ref: '#/components/schemas/payment_pages_checkout_session_after_expiration'\n description: When set, provides configuration for actions to take if this Checkout Session expires.\n nullable: true\n allow_promotion_codes:\n description: Enables user redeemable promotion codes.\n nullable: true\n type: boolean\n amount_subtotal:\n description: Total of all items before discounts or taxes are applied.\n nullable: true\n type: integer\n amount_total:\n description: Total of all items after discounts and taxes are applied.\n nullable: true\n type: integer\n automatic_tax:\n $ref: '#/components/schemas/payment_pages_checkout_session_automatic_tax'\n billing_address_collection:\n description: Describes whether Checkout should collect the customer's billing address. Defaults to `auto`.\n enum:\n - auto\n - required\n nullable: true\n type: string\n branding_settings:\n $ref: '#/components/schemas/payment_pages_checkout_session_branding_settings'\n cancel_url:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n client_reference_id:\n description: |-\n A unique string to reference the Checkout Session. This can be a\n customer ID, a cart ID, or similar, and can be used to reconcile the\n Session with your internal systems.\n maxLength: 5000\n nullable: true\n type: string\n client_secret:\n description: |-\n 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.\n maxLength: 5000\n nullable: true\n type: string\n collected_information:\n anyOf:\n - $ref: '#/components/schemas/payment_pages_checkout_session_collected_information'\n description: Information about the customer collected within the Checkout Session.\n nullable: true\n consent:\n anyOf:\n - $ref: '#/components/schemas/payment_pages_checkout_session_consent'\n description: Results of `consent_collection` for this session.\n nullable: true\n consent_collection:\n anyOf:\n - $ref: '#/components/schemas/payment_pages_checkout_session_consent_collection'\n description: When set, provides configuration for the Checkout Session to gather active consent from customers.\n nullable: true\n created:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n currency:\n 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).\n format: currency\n nullable: true\n type: string\n currency_conversion:\n anyOf:\n - $ref: '#/components/schemas/payment_pages_checkout_session_currency_conversion'\n description: Currency conversion details for [Adaptive Pricing](https://docs.stripe.com/payments/checkout/adaptive-pricing) sessions created before 2025-03-31.\n nullable: true\n custom_fields:\n 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`.\n items:\n $ref: '#/components/schemas/payment_pages_checkout_session_custom_fields'\n type: array\n custom_text:\n $ref: '#/components/schemas/payment_pages_checkout_session_custom_text'\n customer:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/customer'\n - $ref: '#/components/schemas/deleted_customer'\n description: |-\n The ID of the customer for this Session.\n For Checkout Sessions in `subscription` mode or Checkout Sessions with `customer_creation` set as `always` in `payment` mode, Checkout\n will create a new customer object based on information provided\n during the payment flow unless an existing customer was provided when\n the Session was created.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/customer'\n - $ref: '#/components/schemas/deleted_customer'\n customer_account:\n description: The ID of the account for this Session.\n maxLength: 5000\n nullable: true\n type: string\n customer_creation:\n description: Configure whether a Checkout Session creates a Customer when the Checkout Session completes.\n enum:\n - always\n - if_required\n nullable: true\n type: string\n customer_details:\n anyOf:\n - $ref: '#/components/schemas/payment_pages_checkout_session_customer_details'\n 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.\n nullable: true\n customer_email:\n description: |-\n If provided, this value will be used when the Customer object is created.\n If not provided, customers will be asked to enter their email address.\n Use this parameter to prefill customer data if you already have an email\n on file. To access information about the customer once the payment flow is\n complete, use the `customer` attribute.\n maxLength: 5000\n nullable: true\n type: string\n discounts:\n description: List of coupons and promotion codes attached to the Checkout Session.\n items:\n $ref: '#/components/schemas/payment_pages_checkout_session_discount'\n nullable: true\n type: array\n excluded_payment_method_types:\n 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).\n items:\n maxLength: 5000\n type: string\n type: array\n expires_at:\n description: The timestamp at which the Checkout Session will expire.\n format: unix-time\n type: integer\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n invoice:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/invoice'\n description: ID of the invoice created by the Checkout Session, if it exists.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/invoice'\n invoice_creation:\n anyOf:\n - $ref: '#/components/schemas/payment_pages_checkout_session_invoice_creation'\n description: Details on the state of invoice creation for the Checkout Session.\n nullable: true\n line_items:\n description: The line items purchased by the customer.\n properties:\n data:\n description: Details about each object.\n items:\n $ref: '#/components/schemas/item'\n type: array\n has_more:\n description: True if this list has another page of items after this one that can be fetched.\n type: boolean\n object:\n description: String representing the object's type. Objects of the same type share the same value. Always has the value `list`.\n enum:\n - list\n type: string\n url:\n description: The URL where this list can be accessed.\n maxLength: 5000\n type: string\n required:\n - data\n - has_more\n - object\n - url\n title: PaymentPagesCheckoutSessionListLineItems\n type: object\n x-expandableFields:\n - data\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n locale:\n description: The IETF language tag of the locale Checkout is displayed in. If blank or `auto`, the browser's locale is used.\n enum:\n - auto\n - bg\n - cs\n - da\n - de\n - el\n - en\n - en-GB\n - es\n - es-419\n - et\n - fi\n - fil\n - fr\n - fr-CA\n - hr\n - hu\n - id\n - it\n - ja\n - ko\n - lt\n - lv\n - ms\n - mt\n - nb\n - nl\n - pl\n - pt\n - pt-BR\n - ro\n - ru\n - sk\n - sl\n - sv\n - th\n - tr\n - vi\n - zh\n - zh-HK\n - zh-TW\n nullable: true\n type: string\n x-stripeBypassValidation: true\n metadata:\n additionalProperties:\n maxLength: 500\n type: string\n 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.\n nullable: true\n type: object\n mode:\n description: The mode of the Checkout Session.\n enum:\n - payment\n - setup\n - subscription\n type: string\n x-stripeBypassValidation: true\n name_collection:\n $ref: '#/components/schemas/payment_pages_checkout_session_name_collection'\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - checkout.session\n type: string\n optional_items:\n description: The optional items presented to the customer at checkout.\n items:\n $ref: '#/components/schemas/payment_pages_checkout_session_optional_item'\n nullable: true\n type: array\n origin_context:\n description: Where the user is coming from. This informs the optimizations that are applied to the session.\n enum:\n - mobile_app\n - web\n nullable: true\n type: string\n payment_intent:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/payment_intent'\n 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.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/payment_intent'\n payment_link:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/payment_link'\n description: The ID of the Payment Link that created this Session.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/payment_link'\n payment_method_collection:\n description: Configure whether a Checkout Session should collect a payment method. Defaults to `always`.\n enum:\n - always\n - if_required\n nullable: true\n type: string\n payment_method_configuration_details:\n anyOf:\n - $ref: '#/components/schemas/payment_method_config_biz_payment_method_configuration_details'\n description: Information about the payment method configuration used for this Checkout session if using dynamic payment methods.\n nullable: true\n payment_method_options:\n anyOf:\n - $ref: '#/components/schemas/checkout_session_payment_method_options'\n description: Payment-method-specific configuration for the PaymentIntent or SetupIntent of this CheckoutSession.\n nullable: true\n payment_method_types:\n description: |-\n A list of the types of payment methods (e.g. card) this Checkout\n Session is allowed to accept.\n items:\n maxLength: 5000\n type: string\n type: array\n payment_status:\n description: |-\n The payment status of the Checkout Session, one of `paid`, `unpaid`, or `no_payment_required`.\n You can use this value to decide when to fulfill your customer's order.\n enum:\n - no_payment_required\n - paid\n - unpaid\n type: string\n permissions:\n anyOf:\n - $ref: '#/components/schemas/payment_pages_checkout_session_permissions'\n description: |-\n This property is used to set up permissions for various actions (e.g., update) on the CheckoutSession object.\n\n For specific permissions, please refer to their dedicated subsections, such as `permissions.update_shipping_details`.\n nullable: true\n phone_number_collection:\n $ref: '#/components/schemas/payment_pages_checkout_session_phone_number_collection'\n presentment_details:\n $ref: '#/components/schemas/payment_flows_payment_intent_presentment_details'\n recovered_from:\n description: The ID of the original expired Checkout Session that triggered the recovery flow.\n maxLength: 5000\n nullable: true\n type: string\n redirect_on_completion:\n 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`.'\n enum:\n - always\n - if_required\n - never\n type: string\n return_url:\n 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.'\n maxLength: 5000\n type: string\n saved_payment_method_options:\n anyOf:\n - $ref: '#/components/schemas/payment_pages_checkout_session_saved_payment_method_options'\n description: Controls saved payment method settings for the session. Only available in `payment` and `subscription` mode.\n nullable: true\n setup_intent:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/setup_intent'\n 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.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/setup_intent'\n shipping_address_collection:\n anyOf:\n - $ref: '#/components/schemas/payment_pages_checkout_session_shipping_address_collection'\n description: When set, provides configuration for Checkout to collect a shipping address from a customer.\n nullable: true\n shipping_cost:\n anyOf:\n - $ref: '#/components/schemas/payment_pages_checkout_session_shipping_cost'\n description: The details of the customer cost of shipping, including the customer chosen ShippingRate.\n nullable: true\n shipping_options:\n description: The shipping rate options applied to this Session.\n items:\n $ref: '#/components/schemas/payment_pages_checkout_session_shipping_option'\n type: array\n status:\n description: The status of the Checkout Session, one of `open`, `complete`, or `expired`.\n enum:\n - complete\n - expired\n - open\n nullable: true\n type: string\n submit_type:\n description: |-\n Describes the type of transaction being performed by Checkout in order to customize\n relevant text on the page, such as the submit button. `submit_type` can only be\n specified on Checkout Sessions in `payment` mode. If blank or `auto`, `pay` is used.\n enum:\n - auto\n - book\n - donate\n - pay\n - subscribe\n nullable: true\n type: string\n subscription:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/subscription'\n description: The ID of the [Subscription](https://docs.stripe.com/api/subscriptions) for Checkout Sessions in `subscription` mode.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/subscription'\n success_url:\n description: |-\n The URL the customer will be directed to after the payment or\n subscription creation is successful.\n maxLength: 5000\n nullable: true\n type: string\n tax_id_collection:\n $ref: '#/components/schemas/payment_pages_checkout_session_tax_id_collection'\n total_details:\n anyOf:\n - $ref: '#/components/schemas/payment_pages_checkout_session_total_details'\n description: Tax and discount details for the computed total amount.\n nullable: true\n ui_mode:\n description: The UI mode of the Session. Defaults to `hosted`.\n enum:\n - custom\n - embedded\n - hosted\n nullable: true\n type: string\n url:\n description: |-\n 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.`\n This value is only present when the session is active.\n maxLength: 5000\n nullable: true\n type: string\n wallet_options:\n anyOf:\n - $ref: '#/components/schemas/checkout_session_wallet_options'\n description: Wallet-specific configuration for this Checkout Session.\n nullable: true\n required:\n - automatic_tax\n - created\n - custom_fields\n - custom_text\n - expires_at\n - id\n - livemode\n - mode\n - object\n - payment_method_types\n - payment_status\n - shipping_options\n title: Session\n type: object\n x-expandableFields:\n - adaptive_pricing\n - after_expiration\n - automatic_tax\n - branding_settings\n - collected_information\n - consent\n - consent_collection\n - currency_conversion\n - custom_fields\n - custom_text\n - customer\n - customer_details\n - discounts\n - invoice\n - invoice_creation\n - line_items\n - name_collection\n - optional_items\n - payment_intent\n - payment_link\n - payment_method_configuration_details\n - payment_method_options\n - permissions\n - phone_number_collection\n - presentment_details\n - saved_payment_method_options\n - setup_intent\n - shipping_address_collection\n - shipping_cost\n - shipping_options\n - subscription\n - tax_id_collection\n - total_details\n - wallet_options\n x-resourceId: checkout.session\n checkout_acss_debit_mandate_options:\n description: ''\n properties:\n custom_mandate_url:\n description: A URL for custom mandate text\n maxLength: 5000\n type: string\n default_for:\n description: List of Stripe products where this mandate can be selected automatically. Returned when the Session is in `setup` mode.\n items:\n enum:\n - invoice\n - subscription\n type: string\n type: array\n interval_description:\n description: Description of the interval. Only required if the 'payment_schedule' parameter is 'interval' or 'combined'.\n maxLength: 5000\n nullable: true\n type: string\n payment_schedule:\n description: Payment schedule for the mandate.\n enum:\n - combined\n - interval\n - sporadic\n nullable: true\n type: string\n transaction_type:\n description: Transaction type of the mandate.\n enum:\n - business\n - personal\n nullable: true\n type: string\n title: CheckoutAcssDebitMandateOptions\n type: object\n x-expandableFields: []\n checkout_acss_debit_payment_method_options:\n description: ''\n properties:\n currency:\n description: Currency supported by the bank account. Returned when the Session is in `setup` mode.\n enum:\n - cad\n - usd\n type: string\n mandate_options:\n $ref: '#/components/schemas/checkout_acss_debit_mandate_options'\n setup_future_usage:\n description: |-\n Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\n If 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\n If 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\n When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).\n enum:\n - none\n - off_session\n - on_session\n type: string\n target_date:\n 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.\n maxLength: 5000\n type: string\n verification_method:\n description: Bank account verification method.\n enum:\n - automatic\n - instant\n - microdeposits\n type: string\n x-stripeBypassValidation: true\n title: CheckoutAcssDebitPaymentMethodOptions\n type: object\n x-expandableFields:\n - mandate_options\n checkout_affirm_payment_method_options:\n description: ''\n properties:\n capture_method:\n description: Controls when the funds will be captured from the customer's account.\n enum:\n - manual\n type: string\n setup_future_usage:\n description: |-\n Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\n If 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\n If 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\n When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).\n enum:\n - none\n type: string\n title: CheckoutAffirmPaymentMethodOptions\n type: object\n x-expandableFields: []\n checkout_afterpay_clearpay_payment_method_options:\n description: ''\n properties:\n capture_method:\n description: Controls when the funds will be captured from the customer's account.\n enum:\n - manual\n type: string\n setup_future_usage:\n description: |-\n Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\n If 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\n If 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\n When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).\n enum:\n - none\n type: string\n title: CheckoutAfterpayClearpayPaymentMethodOptions\n type: object\n x-expandableFields: []\n checkout_alipay_payment_method_options:\n description: ''\n properties:\n setup_future_usage:\n description: |-\n Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\n If 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\n If 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\n When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).\n enum:\n - none\n type: string\n x-stripeBypassValidation: true\n title: CheckoutAlipayPaymentMethodOptions\n type: object\n x-expandableFields: []\n checkout_alma_payment_method_options:\n description: ''\n properties:\n capture_method:\n description: Controls when the funds will be captured from the customer's account.\n enum:\n - manual\n type: string\n title: CheckoutAlmaPaymentMethodOptions\n type: object\n x-expandableFields: []\n checkout_amazon_pay_payment_method_options:\n description: ''\n properties:\n capture_method:\n description: Controls when the funds will be captured from the customer's account.\n enum:\n - manual\n type: string\n setup_future_usage:\n description: |-\n Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\n If 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\n If 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\n When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).\n enum:\n - none\n - off_session\n type: string\n title: CheckoutAmazonPayPaymentMethodOptions\n type: object\n x-expandableFields: []\n checkout_au_becs_debit_payment_method_options:\n description: ''\n properties:\n setup_future_usage:\n description: |-\n Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\n If 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\n If 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\n When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).\n enum:\n - none\n type: string\n target_date:\n 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.\n maxLength: 5000\n type: string\n title: CheckoutAuBecsDebitPaymentMethodOptions\n type: object\n x-expandableFields: []\n checkout_bacs_debit_payment_method_options:\n description: ''\n properties:\n mandate_options:\n $ref: '#/components/schemas/checkout_payment_method_options_mandate_options_bacs_debit'\n setup_future_usage:\n description: |-\n Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\n If 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\n If 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\n When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).\n enum:\n - none\n - off_session\n - on_session\n type: string\n target_date:\n 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.\n maxLength: 5000\n type: string\n title: CheckoutBacsDebitPaymentMethodOptions\n type: object\n x-expandableFields:\n - mandate_options\n checkout_bancontact_payment_method_options:\n description: ''\n properties:\n setup_future_usage:\n description: |-\n Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\n If 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\n If 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\n When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).\n enum:\n - none\n type: string\n title: CheckoutBancontactPaymentMethodOptions\n type: object\n x-expandableFields: []\n checkout_billie_payment_method_options:\n description: ''\n properties:\n capture_method:\n description: Controls when the funds will be captured from the customer's account.\n enum:\n - manual\n type: string\n title: CheckoutBilliePaymentMethodOptions\n type: object\n x-expandableFields: []\n checkout_boleto_payment_method_options:\n description: ''\n properties:\n expires_after_days:\n 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.\n type: integer\n setup_future_usage:\n description: |-\n Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\n If 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\n If 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\n When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).\n enum:\n - none\n - off_session\n - on_session\n type: string\n required:\n - expires_after_days\n title: CheckoutBoletoPaymentMethodOptions\n type: object\n x-expandableFields: []\n checkout_card_installments_options:\n description: ''\n properties:\n enabled:\n description: Indicates if installments are enabled\n type: boolean\n title: CheckoutCardInstallmentsOptions\n type: object\n x-expandableFields: []\n checkout_card_payment_method_options:\n description: ''\n properties:\n capture_method:\n description: Controls when the funds will be captured from the customer's account.\n enum:\n - manual\n type: string\n installments:\n $ref: '#/components/schemas/checkout_card_installments_options'\n request_extended_authorization:\n description: Request ability to [capture beyond the standard authorization validity window](/payments/extended-authorization) for this CheckoutSession.\n enum:\n - if_available\n - never\n type: string\n request_incremental_authorization:\n description: Request ability to [increment the authorization](/payments/incremental-authorization) for this CheckoutSession.\n enum:\n - if_available\n - never\n type: string\n request_multicapture:\n description: Request ability to make [multiple captures](/payments/multicapture) for this CheckoutSession.\n enum:\n - if_available\n - never\n type: string\n request_overcapture:\n description: Request ability to [overcapture](/payments/overcapture) for this CheckoutSession.\n enum:\n - if_available\n - never\n type: string\n request_three_d_secure:\n 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.\n enum:\n - any\n - automatic\n - challenge\n type: string\n x-stripeBypassValidation: true\n restrictions:\n $ref: '#/components/schemas/payment_pages_private_card_payment_method_options_resource_restrictions'\n setup_future_usage:\n description: |-\n Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\n If 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\n If 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\n When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).\n enum:\n - none\n - off_session\n - on_session\n type: string\n statement_descriptor_suffix_kana:\n 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.\n maxLength: 5000\n type: string\n statement_descriptor_suffix_kanji:\n 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.\n maxLength: 5000\n type: string\n required:\n - request_three_d_secure\n title: CheckoutCardPaymentMethodOptions\n type: object\n x-expandableFields:\n - installments\n - restrictions\n checkout_cashapp_payment_method_options:\n description: ''\n properties:\n capture_method:\n description: Controls when the funds will be captured from the customer's account.\n enum:\n - manual\n type: string\n setup_future_usage:\n description: |-\n Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\n If 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\n If 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\n When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).\n enum:\n - none\n type: string\n title: CheckoutCashappPaymentMethodOptions\n type: object\n x-expandableFields: []\n checkout_customer_balance_bank_transfer_payment_method_options:\n description: ''\n properties:\n eu_bank_transfer:\n $ref: '#/components/schemas/payment_method_options_customer_balance_eu_bank_account'\n requested_address_types:\n description: |-\n List of address types that should be returned in the financial_addresses response. If not specified, all valid types will be returned.\n\n Permitted values include: `sort_code`, `zengin`, `iban`, or `spei`.\n items:\n enum:\n - aba\n - iban\n - sepa\n - sort_code\n - spei\n - swift\n - zengin\n type: string\n x-stripeBypassValidation: true\n type: array\n type:\n 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`.'\n enum:\n - eu_bank_transfer\n - gb_bank_transfer\n - jp_bank_transfer\n - mx_bank_transfer\n - us_bank_transfer\n nullable: true\n type: string\n x-stripeBypassValidation: true\n title: CheckoutCustomerBalanceBankTransferPaymentMethodOptions\n type: object\n x-expandableFields:\n - eu_bank_transfer\n checkout_customer_balance_payment_method_options:\n description: ''\n properties:\n bank_transfer:\n $ref: '#/components/schemas/checkout_customer_balance_bank_transfer_payment_method_options'\n funding_type:\n description: 'The funding method type to be used when there are not enough funds in the customer balance. Permitted values include: `bank_transfer`.'\n enum:\n - bank_transfer\n nullable: true\n type: string\n setup_future_usage:\n description: |-\n Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\n If 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\n If 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\n When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).\n enum:\n - none\n type: string\n title: CheckoutCustomerBalancePaymentMethodOptions\n type: object\n x-expandableFields:\n - bank_transfer\n checkout_eps_payment_method_options:\n description: ''\n properties:\n setup_future_usage:\n description: |-\n Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\n If 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\n If 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\n When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).\n enum:\n - none\n type: string\n title: CheckoutEpsPaymentMethodOptions\n type: object\n x-expandableFields: []\n checkout_fpx_payment_method_options:\n description: ''\n properties:\n setup_future_usage:\n description: |-\n Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\n If 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\n If 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\n When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).\n enum:\n - none\n type: string\n title: CheckoutFpxPaymentMethodOptions\n type: object\n x-expandableFields: []\n checkout_giropay_payment_method_options:\n description: ''\n properties:\n setup_future_usage:\n description: |-\n Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\n If 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\n If 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\n When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).\n enum:\n - none\n type: string\n title: CheckoutGiropayPaymentMethodOptions\n type: object\n x-expandableFields: []\n checkout_grab_pay_payment_method_options:\n description: ''\n properties:\n setup_future_usage:\n description: |-\n Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\n If 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\n If 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\n When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).\n enum:\n - none\n type: string\n title: CheckoutGrabPayPaymentMethodOptions\n type: object\n x-expandableFields: []\n checkout_ideal_payment_method_options:\n description: ''\n properties:\n setup_future_usage:\n description: |-\n Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\n If 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\n If 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\n When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).\n enum:\n - none\n type: string\n title: CheckoutIdealPaymentMethodOptions\n type: object\n x-expandableFields: []\n checkout_kakao_pay_payment_method_options:\n description: ''\n properties:\n capture_method:\n description: Controls when the funds will be captured from the customer's account.\n enum:\n - manual\n type: string\n setup_future_usage:\n description: |-\n Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\n If 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\n If 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\n When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).\n enum:\n - none\n - off_session\n type: string\n title: CheckoutKakaoPayPaymentMethodOptions\n type: object\n x-expandableFields: []\n checkout_klarna_payment_method_options:\n description: ''\n properties:\n capture_method:\n description: Controls when the funds will be captured from the customer's account.\n enum:\n - manual\n type: string\n setup_future_usage:\n description: |-\n Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\n If 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\n If 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\n When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).\n enum:\n - none\n - off_session\n - on_session\n type: string\n title: CheckoutKlarnaPaymentMethodOptions\n type: object\n x-expandableFields: []\n checkout_konbini_payment_method_options:\n description: ''\n properties:\n expires_after_days:\n 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.\n nullable: true\n type: integer\n setup_future_usage:\n description: |-\n Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\n If 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\n If 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\n When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).\n enum:\n - none\n type: string\n title: CheckoutKonbiniPaymentMethodOptions\n type: object\n x-expandableFields: []\n checkout_kr_card_payment_method_options:\n description: ''\n properties:\n capture_method:\n description: Controls when the funds will be captured from the customer's account.\n enum:\n - manual\n type: string\n setup_future_usage:\n description: |-\n Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\n If 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\n If 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\n When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).\n enum:\n - none\n - off_session\n type: string\n title: CheckoutKrCardPaymentMethodOptions\n type: object\n x-expandableFields: []\n checkout_link_payment_method_options:\n description: ''\n properties:\n capture_method:\n description: Controls when the funds will be captured from the customer's account.\n enum:\n - manual\n type: string\n setup_future_usage:\n description: |-\n Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\n If 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\n If 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\n When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).\n enum:\n - none\n - off_session\n type: string\n title: CheckoutLinkPaymentMethodOptions\n type: object\n x-expandableFields: []\n checkout_link_wallet_options:\n description: ''\n properties:\n display:\n description: Describes whether Checkout should display Link. Defaults to `auto`.\n enum:\n - auto\n - never\n type: string\n title: CheckoutLinkWalletOptions\n type: object\n x-expandableFields: []\n checkout_mobilepay_payment_method_options:\n description: ''\n properties:\n capture_method:\n description: Controls when the funds will be captured from the customer's account.\n enum:\n - manual\n type: string\n setup_future_usage:\n description: |-\n Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\n If 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\n If 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\n When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).\n enum:\n - none\n type: string\n title: CheckoutMobilepayPaymentMethodOptions\n type: object\n x-expandableFields: []\n checkout_multibanco_payment_method_options:\n description: ''\n properties:\n setup_future_usage:\n description: |-\n Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\n If 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\n If 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\n When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).\n enum:\n - none\n type: string\n title: CheckoutMultibancoPaymentMethodOptions\n type: object\n x-expandableFields: []\n checkout_naver_pay_payment_method_options:\n description: ''\n properties:\n capture_method:\n description: Controls when the funds will be captured from the customer's account.\n enum:\n - manual\n type: string\n setup_future_usage:\n description: |-\n Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\n If 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\n If 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\n When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).\n enum:\n - none\n - off_session\n type: string\n title: CheckoutNaverPayPaymentMethodOptions\n type: object\n x-expandableFields: []\n checkout_oxxo_payment_method_options:\n description: ''\n properties:\n expires_after_days:\n 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.\n type: integer\n setup_future_usage:\n description: |-\n Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\n If 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\n If 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\n When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).\n enum:\n - none\n type: string\n required:\n - expires_after_days\n title: CheckoutOxxoPaymentMethodOptions\n type: object\n x-expandableFields: []\n checkout_p24_payment_method_options:\n description: ''\n properties:\n setup_future_usage:\n description: |-\n Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\n If 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\n If 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\n When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).\n enum:\n - none\n type: string\n title: CheckoutP24PaymentMethodOptions\n type: object\n x-expandableFields: []\n checkout_payco_payment_method_options:\n description: ''\n properties:\n capture_method:\n description: Controls when the funds will be captured from the customer's account.\n enum:\n - manual\n type: string\n title: CheckoutPaycoPaymentMethodOptions\n type: object\n x-expandableFields: []\n checkout_payment_method_options_mandate_options_bacs_debit:\n description: ''\n properties:\n reference_prefix:\n 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''.'\n maxLength: 5000\n type: string\n title: checkout_payment_method_options_mandate_options_bacs_debit\n type: object\n x-expandableFields: []\n checkout_payment_method_options_mandate_options_sepa_debit:\n description: ''\n properties:\n reference_prefix:\n 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''.'\n maxLength: 5000\n type: string\n title: checkout_payment_method_options_mandate_options_sepa_debit\n type: object\n x-expandableFields: []\n checkout_paynow_payment_method_options:\n description: ''\n properties:\n setup_future_usage:\n description: |-\n Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\n If 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\n If 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\n When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).\n enum:\n - none\n type: string\n title: CheckoutPaynowPaymentMethodOptions\n type: object\n x-expandableFields: []\n checkout_paypal_payment_method_options:\n description: ''\n properties:\n capture_method:\n description: Controls when the funds will be captured from the customer's account.\n enum:\n - manual\n type: string\n preferred_locale:\n description: Preferred locale of the PayPal checkout page that the customer is redirected to.\n maxLength: 5000\n nullable: true\n type: string\n reference:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n setup_future_usage:\n description: |-\n Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\n If 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\n If 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\n When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).\n enum:\n - none\n - off_session\n type: string\n title: CheckoutPaypalPaymentMethodOptions\n type: object\n x-expandableFields: []\n checkout_payto_payment_method_options:\n description: ''\n properties:\n mandate_options:\n $ref: '#/components/schemas/mandate_options_payto'\n setup_future_usage:\n description: |-\n Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\n If 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\n If 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\n When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).\n enum:\n - none\n - off_session\n type: string\n title: CheckoutPaytoPaymentMethodOptions\n type: object\n x-expandableFields:\n - mandate_options\n checkout_pix_payment_method_options:\n description: ''\n properties:\n amount_includes_iof:\n description: Determines if the amount includes the IOF tax.\n enum:\n - always\n - never\n type: string\n expires_after_seconds:\n description: The number of seconds after which Pix payment will expire.\n nullable: true\n type: integer\n setup_future_usage:\n description: |-\n Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\n If 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\n If 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\n When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).\n enum:\n - none\n type: string\n x-stripeBypassValidation: true\n title: CheckoutPixPaymentMethodOptions\n type: object\n x-expandableFields: []\n checkout_revolut_pay_payment_method_options:\n description: ''\n properties:\n capture_method:\n description: Controls when the funds will be captured from the customer's account.\n enum:\n - manual\n type: string\n setup_future_usage:\n description: |-\n Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\n If 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\n If 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\n When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).\n enum:\n - none\n - off_session\n type: string\n title: CheckoutRevolutPayPaymentMethodOptions\n type: object\n x-expandableFields: []\n checkout_samsung_pay_payment_method_options:\n description: ''\n properties:\n capture_method:\n description: Controls when the funds will be captured from the customer's account.\n enum:\n - manual\n type: string\n title: CheckoutSamsungPayPaymentMethodOptions\n type: object\n x-expandableFields: []\n checkout_satispay_payment_method_options:\n description: ''\n properties:\n capture_method:\n description: Controls when the funds will be captured from the customer's account.\n enum:\n - manual\n type: string\n title: CheckoutSatispayPaymentMethodOptions\n type: object\n x-expandableFields: []\n checkout_sepa_debit_payment_method_options:\n description: ''\n properties:\n mandate_options:\n $ref: '#/components/schemas/checkout_payment_method_options_mandate_options_sepa_debit'\n setup_future_usage:\n description: |-\n Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\n If 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\n If 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\n When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).\n enum:\n - none\n - off_session\n - on_session\n type: string\n target_date:\n 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.\n maxLength: 5000\n type: string\n title: CheckoutSepaDebitPaymentMethodOptions\n type: object\n x-expandableFields:\n - mandate_options\n checkout_session_payment_method_options:\n description: ''\n properties:\n acss_debit:\n $ref: '#/components/schemas/checkout_acss_debit_payment_method_options'\n affirm:\n $ref: '#/components/schemas/checkout_affirm_payment_method_options'\n afterpay_clearpay:\n $ref: '#/components/schemas/checkout_afterpay_clearpay_payment_method_options'\n alipay:\n $ref: '#/components/schemas/checkout_alipay_payment_method_options'\n alma:\n $ref: '#/components/schemas/checkout_alma_payment_method_options'\n amazon_pay:\n $ref: '#/components/schemas/checkout_amazon_pay_payment_method_options'\n au_becs_debit:\n $ref: '#/components/schemas/checkout_au_becs_debit_payment_method_options'\n bacs_debit:\n $ref: '#/components/schemas/checkout_bacs_debit_payment_method_options'\n bancontact:\n $ref: '#/components/schemas/checkout_bancontact_payment_method_options'\n billie:\n $ref: '#/components/schemas/checkout_billie_payment_method_options'\n boleto:\n $ref: '#/components/schemas/checkout_boleto_payment_method_options'\n card:\n $ref: '#/components/schemas/checkout_card_payment_method_options'\n cashapp:\n $ref: '#/components/schemas/checkout_cashapp_payment_method_options'\n customer_balance:\n $ref: '#/components/schemas/checkout_customer_balance_payment_method_options'\n eps:\n $ref: '#/components/schemas/checkout_eps_payment_method_options'\n fpx:\n $ref: '#/components/schemas/checkout_fpx_payment_method_options'\n giropay:\n $ref: '#/components/schemas/checkout_giropay_payment_method_options'\n grabpay:\n $ref: '#/components/schemas/checkout_grab_pay_payment_method_options'\n ideal:\n $ref: '#/components/schemas/checkout_ideal_payment_method_options'\n kakao_pay:\n $ref: '#/components/schemas/checkout_kakao_pay_payment_method_options'\n klarna:\n $ref: '#/components/schemas/checkout_klarna_payment_method_options'\n konbini:\n $ref: '#/components/schemas/checkout_konbini_payment_method_options'\n kr_card:\n $ref: '#/components/schemas/checkout_kr_card_payment_method_options'\n link:\n $ref: '#/components/schemas/checkout_link_payment_method_options'\n mobilepay:\n $ref: '#/components/schemas/checkout_mobilepay_payment_method_options'\n multibanco:\n $ref: '#/components/schemas/checkout_multibanco_payment_method_options'\n naver_pay:\n $ref: '#/components/schemas/checkout_naver_pay_payment_method_options'\n oxxo:\n $ref: '#/components/schemas/checkout_oxxo_payment_method_options'\n p24:\n $ref: '#/components/schemas/checkout_p24_payment_method_options'\n payco:\n $ref: '#/components/schemas/checkout_payco_payment_method_options'\n paynow:\n $ref: '#/components/schemas/checkout_paynow_payment_method_options'\n paypal:\n $ref: '#/components/schemas/checkout_paypal_payment_method_options'\n payto:\n $ref: '#/components/schemas/checkout_payto_payment_method_options'\n pix:\n $ref: '#/components/schemas/checkout_pix_payment_method_options'\n revolut_pay:\n $ref: '#/components/schemas/checkout_revolut_pay_payment_method_options'\n samsung_pay:\n $ref: '#/components/schemas/checkout_samsung_pay_payment_method_options'\n satispay:\n $ref: '#/components/schemas/checkout_satispay_payment_method_options'\n sepa_debit:\n $ref: '#/components/schemas/checkout_sepa_debit_payment_method_options'\n sofort:\n $ref: '#/components/schemas/checkout_sofort_payment_method_options'\n swish:\n $ref: '#/components/schemas/checkout_swish_payment_method_options'\n twint:\n $ref: '#/components/schemas/checkout_twint_payment_method_options'\n us_bank_account:\n $ref: '#/components/schemas/checkout_us_bank_account_payment_method_options'\n title: CheckoutSessionPaymentMethodOptions\n type: object\n x-expandableFields:\n - acss_debit\n - affirm\n - afterpay_clearpay\n - alipay\n - alma\n - amazon_pay\n - au_becs_debit\n - bacs_debit\n - bancontact\n - billie\n - boleto\n - card\n - cashapp\n - customer_balance\n - eps\n - fpx\n - giropay\n - grabpay\n - ideal\n - kakao_pay\n - klarna\n - konbini\n - kr_card\n - link\n - mobilepay\n - multibanco\n - naver_pay\n - oxxo\n - p24\n - payco\n - paynow\n - paypal\n - payto\n - pix\n - revolut_pay\n - samsung_pay\n - satispay\n - sepa_debit\n - sofort\n - swish\n - twint\n - us_bank_account\n checkout_session_wallet_options:\n description: ''\n properties:\n link:\n $ref: '#/components/schemas/checkout_link_wallet_options'\n title: CheckoutSessionWalletOptions\n type: object\n x-expandableFields:\n - link\n checkout_sofort_payment_method_options:\n description: ''\n properties:\n setup_future_usage:\n description: |-\n Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\n If 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\n If 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\n When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).\n enum:\n - none\n type: string\n title: CheckoutSofortPaymentMethodOptions\n type: object\n x-expandableFields: []\n checkout_swish_payment_method_options:\n description: ''\n properties:\n reference:\n description: The order reference that will be displayed to customers in the Swish application. Defaults to the `id` of the Payment Intent.\n maxLength: 5000\n nullable: true\n type: string\n title: CheckoutSwishPaymentMethodOptions\n type: object\n x-expandableFields: []\n checkout_twint_payment_method_options:\n description: ''\n properties:\n setup_future_usage:\n description: |-\n Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\n If 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\n If 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\n When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).\n enum:\n - none\n type: string\n x-stripeBypassValidation: true\n title: CheckoutTwintPaymentMethodOptions\n type: object\n x-expandableFields: []\n checkout_us_bank_account_payment_method_options:\n description: ''\n properties:\n financial_connections:\n $ref: '#/components/schemas/linked_account_options_common'\n setup_future_usage:\n description: |-\n Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\n If 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\n If 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\n When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).\n enum:\n - none\n - off_session\n - on_session\n type: string\n target_date:\n 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.\n maxLength: 5000\n type: string\n verification_method:\n description: Bank account verification method.\n enum:\n - automatic\n - instant\n type: string\n x-stripeBypassValidation: true\n title: CheckoutUsBankAccountPaymentMethodOptions\n type: object\n x-expandableFields:\n - financial_connections\n climate.order:\n description: |-\n Orders represent your intent to purchase a particular Climate product. When you create an order, the\n payment is deducted from your merchant balance.\n properties:\n amount_fees:\n description: Total amount of [Frontier](https://frontierclimate.com/)'s service fees in the currency's smallest unit.\n type: integer\n amount_subtotal:\n description: Total amount of the carbon removal in the currency's smallest unit.\n type: integer\n amount_total:\n description: Total amount of the order including fees in the currency's smallest unit.\n type: integer\n beneficiary:\n $ref: '#/components/schemas/climate_removals_beneficiary'\n canceled_at:\n description: Time at which the order was canceled. Measured in seconds since the Unix epoch.\n format: unix-time\n nullable: true\n type: integer\n cancellation_reason:\n description: Reason for the cancellation of this order.\n enum:\n - expired\n - product_unavailable\n - requested\n nullable: true\n type: string\n x-stripeBypassValidation: true\n certificate:\n description: For delivered orders, a URL to a delivery certificate for the order.\n maxLength: 5000\n nullable: true\n type: string\n confirmed_at:\n description: Time at which the order was confirmed. Measured in seconds since the Unix epoch.\n format: unix-time\n nullable: true\n type: integer\n created:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n currency:\n description: Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase, representing the currency for this order.\n maxLength: 5000\n type: string\n delayed_at:\n description: Time at which the order's expected_delivery_year was delayed. Measured in seconds since the Unix epoch.\n format: unix-time\n nullable: true\n type: integer\n delivered_at:\n description: Time at which the order was delivered. Measured in seconds since the Unix epoch.\n format: unix-time\n nullable: true\n type: integer\n delivery_details:\n description: Details about the delivery of carbon removal for this order.\n items:\n $ref: '#/components/schemas/climate_removals_order_deliveries'\n type: array\n expected_delivery_year:\n description: The year this order is expected to be delivered.\n type: integer\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n metadata:\n additionalProperties:\n maxLength: 500\n type: string\n 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.\n type: object\n metric_tons:\n description: Quantity of carbon removal that is included in this order.\n format: decimal\n type: string\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - climate.order\n type: string\n product:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/climate.product'\n description: Unique ID for the Climate `Product` this order is purchasing.\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/climate.product'\n product_substituted_at:\n description: Time at which the order's product was substituted for a different product. Measured in seconds since the Unix epoch.\n format: unix-time\n nullable: true\n type: integer\n status:\n description: The current status of this order.\n enum:\n - awaiting_funds\n - canceled\n - confirmed\n - delivered\n - open\n type: string\n required:\n - amount_fees\n - amount_subtotal\n - amount_total\n - created\n - currency\n - delivery_details\n - expected_delivery_year\n - id\n - livemode\n - metadata\n - metric_tons\n - object\n - product\n - status\n title: ClimateRemovalsOrders\n type: object\n x-expandableFields:\n - beneficiary\n - delivery_details\n - product\n x-resourceId: climate.order\n climate.product:\n description: |-\n A Climate product represents a type of carbon removal unit available for reservation.\n You can retrieve it to see the current price and availability.\n properties:\n created:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n current_prices_per_metric_ton:\n additionalProperties:\n $ref: '#/components/schemas/climate_removals_products_price'\n description: Current prices for a metric ton of carbon removal in a currency's smallest unit.\n type: object\n delivery_year:\n description: The year in which the carbon removal is expected to be delivered.\n nullable: true\n type: integer\n id:\n description: |-\n Unique identifier for the object. For convenience, Climate product IDs are human-readable strings\n that start with `climsku_`. See [carbon removal inventory](https://stripe.com/docs/climate/orders/carbon-removal-inventory)\n for a list of available carbon removal products.\n maxLength: 5000\n type: string\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n metric_tons_available:\n description: The quantity of metric tons available for reservation.\n format: decimal\n type: string\n name:\n description: The Climate product's name.\n maxLength: 5000\n type: string\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - climate.product\n type: string\n suppliers:\n description: The carbon removal suppliers that fulfill orders for this Climate product.\n items:\n $ref: '#/components/schemas/climate.supplier'\n type: array\n required:\n - created\n - current_prices_per_metric_ton\n - id\n - livemode\n - metric_tons_available\n - name\n - object\n - suppliers\n title: ClimateRemovalsProducts\n type: object\n x-expandableFields:\n - current_prices_per_metric_ton\n - suppliers\n x-resourceId: climate.product\n climate.supplier:\n description: A supplier of carbon removal.\n properties:\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n info_url:\n description: Link to a webpage to learn more about the supplier.\n maxLength: 5000\n type: string\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n locations:\n description: The locations in which this supplier operates.\n items:\n $ref: '#/components/schemas/climate_removals_location'\n type: array\n name:\n description: Name of this carbon removal supplier.\n maxLength: 5000\n type: string\n object:\n description: String representing the object’s type. Objects of the same type share the same value.\n enum:\n - climate.supplier\n type: string\n removal_pathway:\n description: The scientific pathway used for carbon removal.\n enum:\n - biomass_carbon_removal_and_storage\n - direct_air_capture\n - enhanced_weathering\n type: string\n x-stripeBypassValidation: true\n required:\n - id\n - info_url\n - livemode\n - locations\n - name\n - object\n - removal_pathway\n title: ClimateRemovalsSuppliers\n type: object\n x-expandableFields:\n - locations\n x-resourceId: climate.supplier\n climate_removals_beneficiary:\n description: ''\n properties:\n public_name:\n description: Publicly displayable name for the end beneficiary of carbon removal.\n maxLength: 5000\n type: string\n required:\n - public_name\n title: ClimateRemovalsBeneficiary\n type: object\n x-expandableFields: []\n climate_removals_location:\n description: ''\n properties:\n city:\n description: The city where the supplier is located.\n maxLength: 5000\n nullable: true\n type: string\n country:\n description: Two-letter ISO code representing the country where the supplier is located.\n maxLength: 5000\n type: string\n latitude:\n description: The geographic latitude where the supplier is located.\n nullable: true\n type: number\n longitude:\n description: The geographic longitude where the supplier is located.\n nullable: true\n type: number\n region:\n description: The state/county/province/region where the supplier is located.\n maxLength: 5000\n nullable: true\n type: string\n required:\n - country\n title: ClimateRemovalsLocation\n type: object\n x-expandableFields: []\n climate_removals_order_deliveries:\n description: The delivery of a specified quantity of carbon for an order.\n properties:\n delivered_at:\n description: Time at which the delivery occurred. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n location:\n anyOf:\n - $ref: '#/components/schemas/climate_removals_location'\n description: Specific location of this delivery.\n nullable: true\n metric_tons:\n description: Quantity of carbon removal supplied by this delivery.\n maxLength: 5000\n type: string\n registry_url:\n description: Once retired, a URL to the registry entry for the tons from this delivery.\n maxLength: 5000\n nullable: true\n type: string\n supplier:\n $ref: '#/components/schemas/climate.supplier'\n required:\n - delivered_at\n - metric_tons\n - supplier\n title: ClimateRemovalsOrderDeliveries\n type: object\n x-expandableFields:\n - location\n - supplier\n climate_removals_products_price:\n description: ''\n properties:\n amount_fees:\n description: Fees for one metric ton of carbon removal in the currency's smallest unit.\n type: integer\n amount_subtotal:\n description: Subtotal for one metric ton of carbon removal (excluding fees) in the currency's smallest unit.\n type: integer\n amount_total:\n description: Total for one metric ton of carbon removal (including fees) in the currency's smallest unit.\n type: integer\n required:\n - amount_fees\n - amount_subtotal\n - amount_total\n title: ClimateRemovalsProductsPrice\n type: object\n x-expandableFields: []\n confirmation_token:\n description: |-\n ConfirmationTokens help transport client side data collected by Stripe JS over\n to your server for confirming a PaymentIntent or SetupIntent. If the confirmation\n is successful, values present on the ConfirmationToken are written onto the Intent.\n\n To 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).\n properties:\n created:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n expires_at:\n description: Time at which this ConfirmationToken expires and can no longer be used to confirm a PaymentIntent or SetupIntent.\n format: unix-time\n nullable: true\n type: integer\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n mandate_data:\n anyOf:\n - $ref: '#/components/schemas/confirmation_tokens_resource_mandate_data'\n description: Data used for generating a Mandate.\n nullable: true\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - confirmation_token\n type: string\n payment_intent:\n description: ID of the PaymentIntent that this ConfirmationToken was used to confirm, or null if this ConfirmationToken has not yet been used.\n maxLength: 5000\n nullable: true\n type: string\n payment_method_options:\n anyOf:\n - $ref: '#/components/schemas/confirmation_tokens_resource_payment_method_options'\n description: Payment-method-specific configuration for this ConfirmationToken.\n nullable: true\n payment_method_preview:\n anyOf:\n - $ref: '#/components/schemas/confirmation_tokens_resource_payment_method_preview'\n description: Payment details collected by the Payment Element, used to create a PaymentMethod when a PaymentIntent or SetupIntent is confirmed with this ConfirmationToken.\n nullable: true\n return_url:\n description: Return URL used to confirm the Intent.\n maxLength: 5000\n nullable: true\n type: string\n setup_future_usage:\n description: |-\n Indicates that you intend to make future payments with this ConfirmationToken's payment method.\n\n The 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.\n enum:\n - off_session\n - on_session\n nullable: true\n type: string\n setup_intent:\n description: ID of the SetupIntent that this ConfirmationToken was used to confirm, or null if this ConfirmationToken has not yet been used.\n maxLength: 5000\n nullable: true\n type: string\n shipping:\n anyOf:\n - $ref: '#/components/schemas/confirmation_tokens_resource_shipping'\n description: Shipping information collected on this ConfirmationToken.\n nullable: true\n use_stripe_sdk:\n description: Indicates whether the Stripe SDK is used to handle confirmation flow. Defaults to `true` on ConfirmationToken.\n type: boolean\n required:\n - created\n - id\n - livemode\n - object\n - use_stripe_sdk\n title: ConfirmationTokensResourceConfirmationToken\n type: object\n x-expandableFields:\n - mandate_data\n - payment_method_options\n - payment_method_preview\n - shipping\n x-resourceId: confirmation_token\n confirmation_tokens_resource_mandate_data:\n description: Data used for generating a Mandate.\n properties:\n customer_acceptance:\n $ref: '#/components/schemas/confirmation_tokens_resource_mandate_data_resource_customer_acceptance'\n required:\n - customer_acceptance\n title: ConfirmationTokensResourceMandateData\n type: object\n x-expandableFields:\n - customer_acceptance\n confirmation_tokens_resource_mandate_data_resource_customer_acceptance:\n description: This hash contains details about the customer acceptance of the Mandate.\n properties:\n online:\n anyOf:\n - $ref: '#/components/schemas/confirmation_tokens_resource_mandate_data_resource_customer_acceptance_resource_online'\n description: If this is a Mandate accepted online, this hash contains details about the online acceptance.\n nullable: true\n type:\n description: The type of customer acceptance information included with the Mandate.\n maxLength: 5000\n type: string\n required:\n - type\n title: ConfirmationTokensResourceMandateDataResourceCustomerAcceptance\n type: object\n x-expandableFields:\n - online\n confirmation_tokens_resource_mandate_data_resource_customer_acceptance_resource_online:\n description: This hash contains details about the online acceptance.\n properties:\n ip_address:\n description: The IP address from which the Mandate was accepted by the customer.\n maxLength: 5000\n nullable: true\n type: string\n user_agent:\n description: The user agent of the browser from which the Mandate was accepted by the customer.\n maxLength: 5000\n nullable: true\n type: string\n title: ConfirmationTokensResourceMandateDataResourceCustomerAcceptanceResourceOnline\n type: object\n x-expandableFields: []\n confirmation_tokens_resource_payment_method_options:\n description: Payment-method-specific configuration\n properties:\n card:\n anyOf:\n - $ref: '#/components/schemas/confirmation_tokens_resource_payment_method_options_resource_card'\n description: This hash contains the card payment method options.\n nullable: true\n title: ConfirmationTokensResourcePaymentMethodOptions\n type: object\n x-expandableFields:\n - card\n confirmation_tokens_resource_payment_method_options_resource_card:\n description: This hash contains the card payment method options.\n properties:\n cvc_token:\n description: The `cvc_update` Token collected from the Payment Element.\n maxLength: 5000\n nullable: true\n type: string\n installments:\n $ref: '#/components/schemas/confirmation_tokens_resource_payment_method_options_resource_card_resource_installment'\n title: ConfirmationTokensResourcePaymentMethodOptionsResourceCard\n type: object\n x-expandableFields:\n - installments\n confirmation_tokens_resource_payment_method_options_resource_card_resource_installment:\n description: Installment configuration for payments.\n properties:\n plan:\n $ref: '#/components/schemas/payment_method_details_card_installments_plan'\n title: ConfirmationTokensResourcePaymentMethodOptionsResourceCardResourceInstallment\n type: object\n x-expandableFields:\n - plan\n confirmation_tokens_resource_payment_method_preview:\n description: Details of the PaymentMethod collected by Payment Element\n properties:\n acss_debit:\n $ref: '#/components/schemas/payment_method_acss_debit'\n affirm:\n $ref: '#/components/schemas/payment_method_affirm'\n afterpay_clearpay:\n $ref: '#/components/schemas/payment_method_afterpay_clearpay'\n alipay:\n $ref: '#/components/schemas/payment_flows_private_payment_methods_alipay'\n allow_redisplay:\n 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”.\n enum:\n - always\n - limited\n - unspecified\n type: string\n alma:\n $ref: '#/components/schemas/payment_method_alma'\n amazon_pay:\n $ref: '#/components/schemas/payment_method_amazon_pay'\n au_becs_debit:\n $ref: '#/components/schemas/payment_method_au_becs_debit'\n bacs_debit:\n $ref: '#/components/schemas/payment_method_bacs_debit'\n bancontact:\n $ref: '#/components/schemas/payment_method_bancontact'\n billie:\n $ref: '#/components/schemas/payment_method_billie'\n billing_details:\n $ref: '#/components/schemas/billing_details'\n blik:\n $ref: '#/components/schemas/payment_method_blik'\n boleto:\n $ref: '#/components/schemas/payment_method_boleto'\n card:\n $ref: '#/components/schemas/payment_method_card'\n card_present:\n $ref: '#/components/schemas/payment_method_card_present'\n cashapp:\n $ref: '#/components/schemas/payment_method_cashapp'\n crypto:\n $ref: '#/components/schemas/payment_method_crypto'\n customer:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/customer'\n 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.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/customer'\n customer_account:\n maxLength: 5000\n nullable: true\n type: string\n customer_balance:\n $ref: '#/components/schemas/payment_method_customer_balance'\n eps:\n $ref: '#/components/schemas/payment_method_eps'\n fpx:\n $ref: '#/components/schemas/payment_method_fpx'\n giropay:\n $ref: '#/components/schemas/payment_method_giropay'\n grabpay:\n $ref: '#/components/schemas/payment_method_grabpay'\n ideal:\n $ref: '#/components/schemas/payment_method_ideal'\n interac_present:\n $ref: '#/components/schemas/payment_method_interac_present'\n kakao_pay:\n $ref: '#/components/schemas/payment_method_kakao_pay'\n klarna:\n $ref: '#/components/schemas/payment_method_klarna'\n konbini:\n $ref: '#/components/schemas/payment_method_konbini'\n kr_card:\n $ref: '#/components/schemas/payment_method_kr_card'\n link:\n $ref: '#/components/schemas/payment_method_link'\n mb_way:\n $ref: '#/components/schemas/payment_method_mb_way'\n mobilepay:\n $ref: '#/components/schemas/payment_method_mobilepay'\n multibanco:\n $ref: '#/components/schemas/payment_method_multibanco'\n naver_pay:\n $ref: '#/components/schemas/payment_method_naver_pay'\n nz_bank_account:\n $ref: '#/components/schemas/payment_method_nz_bank_account'\n oxxo:\n $ref: '#/components/schemas/payment_method_oxxo'\n p24:\n $ref: '#/components/schemas/payment_method_p24'\n pay_by_bank:\n $ref: '#/components/schemas/payment_method_pay_by_bank'\n payco:\n $ref: '#/components/schemas/payment_method_payco'\n paynow:\n $ref: '#/components/schemas/payment_method_paynow'\n paypal:\n $ref: '#/components/schemas/payment_method_paypal'\n payto:\n $ref: '#/components/schemas/payment_method_payto'\n pix:\n $ref: '#/components/schemas/payment_method_pix'\n promptpay:\n $ref: '#/components/schemas/payment_method_promptpay'\n revolut_pay:\n $ref: '#/components/schemas/payment_method_revolut_pay'\n samsung_pay:\n $ref: '#/components/schemas/payment_method_samsung_pay'\n satispay:\n $ref: '#/components/schemas/payment_method_satispay'\n sepa_debit:\n $ref: '#/components/schemas/payment_method_sepa_debit'\n sofort:\n $ref: '#/components/schemas/payment_method_sofort'\n swish:\n $ref: '#/components/schemas/payment_method_swish'\n twint:\n $ref: '#/components/schemas/payment_method_twint'\n type:\n 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.\n enum:\n - acss_debit\n - affirm\n - afterpay_clearpay\n - alipay\n - alma\n - amazon_pay\n - au_becs_debit\n - bacs_debit\n - bancontact\n - billie\n - blik\n - boleto\n - card\n - card_present\n - cashapp\n - crypto\n - custom\n - customer_balance\n - eps\n - fpx\n - giropay\n - grabpay\n - ideal\n - interac_present\n - kakao_pay\n - klarna\n - konbini\n - kr_card\n - link\n - mb_way\n - mobilepay\n - multibanco\n - naver_pay\n - nz_bank_account\n - oxxo\n - p24\n - pay_by_bank\n - payco\n - paynow\n - paypal\n - payto\n - pix\n - promptpay\n - revolut_pay\n - samsung_pay\n - satispay\n - sepa_debit\n - sofort\n - swish\n - twint\n - us_bank_account\n - wechat_pay\n - zip\n type: string\n x-stripeBypassValidation: true\n us_bank_account:\n $ref: '#/components/schemas/payment_method_us_bank_account'\n wechat_pay:\n $ref: '#/components/schemas/payment_method_wechat_pay'\n zip:\n $ref: '#/components/schemas/payment_method_zip'\n required:\n - billing_details\n - type\n title: ConfirmationTokensResourcePaymentMethodPreview\n type: object\n x-expandableFields:\n - acss_debit\n - affirm\n - afterpay_clearpay\n - alipay\n - alma\n - amazon_pay\n - au_becs_debit\n - bacs_debit\n - bancontact\n - billie\n - billing_details\n - blik\n - boleto\n - card\n - card_present\n - cashapp\n - crypto\n - customer\n - customer_balance\n - eps\n - fpx\n - giropay\n - grabpay\n - ideal\n - interac_present\n - kakao_pay\n - klarna\n - konbini\n - kr_card\n - link\n - mb_way\n - mobilepay\n - multibanco\n - naver_pay\n - nz_bank_account\n - oxxo\n - p24\n - pay_by_bank\n - payco\n - paynow\n - paypal\n - payto\n - pix\n - promptpay\n - revolut_pay\n - samsung_pay\n - satispay\n - sepa_debit\n - sofort\n - swish\n - twint\n - us_bank_account\n - wechat_pay\n - zip\n confirmation_tokens_resource_shipping:\n description: ''\n properties:\n address:\n $ref: '#/components/schemas/address'\n name:\n description: Recipient name.\n maxLength: 5000\n type: string\n phone:\n description: Recipient phone (including extension).\n maxLength: 5000\n nullable: true\n type: string\n required:\n - address\n - name\n title: ConfirmationTokensResourceShipping\n type: object\n x-expandableFields:\n - address\n connect_account_reference:\n description: ''\n properties:\n account:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/account'\n description: The connected account being referenced when `type` is `account`.\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/account'\n type:\n description: Type of the account referenced.\n enum:\n - account\n - self\n type: string\n x-stripeBypassValidation: true\n required:\n - type\n title: ConnectAccountReference\n type: object\n x-expandableFields:\n - account\n connect_collection_transfer:\n description: ''\n properties:\n amount:\n description: Amount transferred, in cents (or local equivalent).\n type: integer\n currency:\n 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).\n format: currency\n type: string\n destination:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/account'\n description: ID of the account that funds are being collected for.\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/account'\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - connect_collection_transfer\n type: string\n required:\n - amount\n - currency\n - destination\n - id\n - livemode\n - object\n title: ConnectCollectionTransfer\n type: object\n x-expandableFields:\n - destination\n connect_embedded_account_config_claim:\n description: ''\n properties:\n enabled:\n description: Whether the embedded component is enabled.\n type: boolean\n features:\n $ref: '#/components/schemas/connect_embedded_account_features_claim'\n required:\n - enabled\n - features\n title: ConnectEmbeddedAccountConfigClaim\n type: object\n x-expandableFields:\n - features\n connect_embedded_account_features_claim:\n description: ''\n properties:\n disable_stripe_user_authentication:\n 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`.\n type: boolean\n external_account_collection:\n 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`.\n type: boolean\n required:\n - disable_stripe_user_authentication\n - external_account_collection\n title: ConnectEmbeddedAccountFeaturesClaim\n type: object\n x-expandableFields: []\n connect_embedded_account_session_create_components:\n description: ''\n properties:\n account_management:\n $ref: '#/components/schemas/connect_embedded_account_config_claim'\n account_onboarding:\n $ref: '#/components/schemas/connect_embedded_account_config_claim'\n balances:\n $ref: '#/components/schemas/connect_embedded_payouts_config'\n disputes_list:\n $ref: '#/components/schemas/connect_embedded_disputes_list_config'\n documents:\n $ref: '#/components/schemas/connect_embedded_base_config_claim'\n financial_account:\n $ref: '#/components/schemas/connect_embedded_financial_account_config_claim'\n financial_account_transactions:\n $ref: '#/components/schemas/connect_embedded_financial_account_transactions_config_claim'\n instant_payouts_promotion:\n $ref: '#/components/schemas/connect_embedded_instant_payouts_promotion_config'\n issuing_card:\n $ref: '#/components/schemas/connect_embedded_issuing_card_config_claim'\n issuing_cards_list:\n $ref: '#/components/schemas/connect_embedded_issuing_cards_list_config_claim'\n notification_banner:\n $ref: '#/components/schemas/connect_embedded_account_config_claim'\n payment_details:\n $ref: '#/components/schemas/connect_embedded_payments_config_claim'\n payment_disputes:\n $ref: '#/components/schemas/connect_embedded_payment_disputes_config'\n payments:\n $ref: '#/components/schemas/connect_embedded_payments_config_claim'\n payout_details:\n $ref: '#/components/schemas/connect_embedded_base_config_claim'\n payouts:\n $ref: '#/components/schemas/connect_embedded_payouts_config'\n payouts_list:\n $ref: '#/components/schemas/connect_embedded_base_config_claim'\n tax_registrations:\n $ref: '#/components/schemas/connect_embedded_base_config_claim'\n tax_settings:\n $ref: '#/components/schemas/connect_embedded_base_config_claim'\n required:\n - account_management\n - account_onboarding\n - balances\n - disputes_list\n - documents\n - financial_account\n - financial_account_transactions\n - instant_payouts_promotion\n - issuing_card\n - issuing_cards_list\n - notification_banner\n - payment_details\n - payment_disputes\n - payments\n - payout_details\n - payouts\n - payouts_list\n - tax_registrations\n - tax_settings\n title: ConnectEmbeddedAccountSessionCreateComponents\n type: object\n x-expandableFields:\n - account_management\n - account_onboarding\n - balances\n - disputes_list\n - documents\n - financial_account\n - financial_account_transactions\n - instant_payouts_promotion\n - issuing_card\n - issuing_cards_list\n - notification_banner\n - payment_details\n - payment_disputes\n - payments\n - payout_details\n - payouts\n - payouts_list\n - tax_registrations\n - tax_settings\n connect_embedded_base_config_claim:\n description: ''\n properties:\n enabled:\n description: Whether the embedded component is enabled.\n type: boolean\n features:\n $ref: '#/components/schemas/connect_embedded_base_features'\n required:\n - enabled\n - features\n title: ConnectEmbeddedBaseConfigClaim\n type: object\n x-expandableFields:\n - features\n connect_embedded_base_features:\n description: ''\n properties: {}\n title: ConnectEmbeddedBaseFeatures\n type: object\n x-expandableFields: []\n connect_embedded_disputes_list_config:\n description: ''\n properties:\n enabled:\n description: Whether the embedded component is enabled.\n type: boolean\n features:\n $ref: '#/components/schemas/connect_embedded_disputes_list_features'\n required:\n - enabled\n - features\n title: ConnectEmbeddedDisputesListConfig\n type: object\n x-expandableFields:\n - features\n connect_embedded_disputes_list_features:\n description: ''\n properties:\n capture_payments:\n description: Whether to allow capturing and cancelling payment intents. This is `true` by default.\n type: boolean\n destination_on_behalf_of_charge_management:\n description: Whether connected accounts can manage destination charges that are created on behalf of them. This is `false` by default.\n type: boolean\n dispute_management:\n description: Whether responding to disputes is enabled, including submitting evidence and accepting disputes. This is `true` by default.\n type: boolean\n refund_management:\n description: Whether sending refunds is enabled. This is `true` by default.\n type: boolean\n required:\n - capture_payments\n - destination_on_behalf_of_charge_management\n - dispute_management\n - refund_management\n title: ConnectEmbeddedDisputesListFeatures\n type: object\n x-expandableFields: []\n connect_embedded_financial_account_config_claim:\n description: ''\n properties:\n enabled:\n description: Whether the embedded component is enabled.\n type: boolean\n features:\n $ref: '#/components/schemas/connect_embedded_financial_account_features'\n required:\n - enabled\n - features\n title: ConnectEmbeddedFinancialAccountConfigClaim\n type: object\n x-expandableFields:\n - features\n connect_embedded_financial_account_features:\n description: ''\n properties:\n disable_stripe_user_authentication:\n 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`.\n type: boolean\n external_account_collection:\n 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`.\n type: boolean\n send_money:\n description: Whether to allow sending money.\n type: boolean\n transfer_balance:\n description: Whether to allow transferring balance.\n type: boolean\n required:\n - disable_stripe_user_authentication\n - external_account_collection\n - send_money\n - transfer_balance\n title: ConnectEmbeddedFinancialAccountFeatures\n type: object\n x-expandableFields: []\n connect_embedded_financial_account_transactions_config_claim:\n description: ''\n properties:\n enabled:\n description: Whether the embedded component is enabled.\n type: boolean\n features:\n $ref: '#/components/schemas/connect_embedded_financial_account_transactions_features'\n required:\n - enabled\n - features\n title: ConnectEmbeddedFinancialAccountTransactionsConfigClaim\n type: object\n x-expandableFields:\n - features\n connect_embedded_financial_account_transactions_features:\n description: ''\n properties:\n card_spend_dispute_management:\n description: Whether to allow card spend dispute management features.\n type: boolean\n required:\n - card_spend_dispute_management\n title: ConnectEmbeddedFinancialAccountTransactionsFeatures\n type: object\n x-expandableFields: []\n connect_embedded_instant_payouts_promotion_config:\n description: ''\n properties:\n enabled:\n description: Whether the embedded component is enabled.\n type: boolean\n features:\n $ref: '#/components/schemas/connect_embedded_instant_payouts_promotion_features'\n required:\n - enabled\n - features\n title: ConnectEmbeddedInstantPayoutsPromotionConfig\n type: object\n x-expandableFields:\n - features\n connect_embedded_instant_payouts_promotion_features:\n description: ''\n properties:\n disable_stripe_user_authentication:\n 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`.\n type: boolean\n external_account_collection:\n 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`.\n type: boolean\n instant_payouts:\n 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.\n type: boolean\n required:\n - disable_stripe_user_authentication\n - external_account_collection\n - instant_payouts\n title: ConnectEmbeddedInstantPayoutsPromotionFeatures\n type: object\n x-expandableFields: []\n connect_embedded_issuing_card_config_claim:\n description: ''\n properties:\n enabled:\n description: Whether the embedded component is enabled.\n type: boolean\n features:\n $ref: '#/components/schemas/connect_embedded_issuing_card_features'\n required:\n - enabled\n - features\n title: ConnectEmbeddedIssuingCardConfigClaim\n type: object\n x-expandableFields:\n - features\n connect_embedded_issuing_card_features:\n description: ''\n properties:\n card_management:\n description: Whether to allow card management features.\n type: boolean\n card_spend_dispute_management:\n description: Whether to allow card spend dispute management features.\n type: boolean\n cardholder_management:\n description: Whether to allow cardholder management features.\n type: boolean\n spend_control_management:\n description: Whether to allow spend control management features.\n type: boolean\n required:\n - card_management\n - card_spend_dispute_management\n - cardholder_management\n - spend_control_management\n title: ConnectEmbeddedIssuingCardFeatures\n type: object\n x-expandableFields: []\n connect_embedded_issuing_cards_list_config_claim:\n description: ''\n properties:\n enabled:\n description: Whether the embedded component is enabled.\n type: boolean\n features:\n $ref: '#/components/schemas/connect_embedded_issuing_cards_list_features'\n required:\n - enabled\n - features\n title: ConnectEmbeddedIssuingCardsListConfigClaim\n type: object\n x-expandableFields:\n - features\n connect_embedded_issuing_cards_list_features:\n description: ''\n properties:\n card_management:\n description: Whether to allow card management features.\n type: boolean\n card_spend_dispute_management:\n description: Whether to allow card spend dispute management features.\n type: boolean\n cardholder_management:\n description: Whether to allow cardholder management features.\n type: boolean\n disable_stripe_user_authentication:\n 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`.\n type: boolean\n spend_control_management:\n description: Whether to allow spend control management features.\n type: boolean\n required:\n - card_management\n - card_spend_dispute_management\n - cardholder_management\n - disable_stripe_user_authentication\n - spend_control_management\n title: ConnectEmbeddedIssuingCardsListFeatures\n type: object\n x-expandableFields: []\n connect_embedded_payment_disputes_config:\n description: ''\n properties:\n enabled:\n description: Whether the embedded component is enabled.\n type: boolean\n features:\n $ref: '#/components/schemas/connect_embedded_payment_disputes_features'\n required:\n - enabled\n - features\n title: ConnectEmbeddedPaymentDisputesConfig\n type: object\n x-expandableFields:\n - features\n connect_embedded_payment_disputes_features:\n description: ''\n properties:\n destination_on_behalf_of_charge_management:\n description: Whether connected accounts can manage destination charges that are created on behalf of them. This is `false` by default.\n type: boolean\n dispute_management:\n description: Whether responding to disputes is enabled, including submitting evidence and accepting disputes. This is `true` by default.\n type: boolean\n refund_management:\n description: Whether sending refunds is enabled. This is `true` by default.\n type: boolean\n required:\n - destination_on_behalf_of_charge_management\n - dispute_management\n - refund_management\n title: ConnectEmbeddedPaymentDisputesFeatures\n type: object\n x-expandableFields: []\n connect_embedded_payments_config_claim:\n description: ''\n properties:\n enabled:\n description: Whether the embedded component is enabled.\n type: boolean\n features:\n $ref: '#/components/schemas/connect_embedded_payments_features'\n required:\n - enabled\n - features\n title: ConnectEmbeddedPaymentsConfigClaim\n type: object\n x-expandableFields:\n - features\n connect_embedded_payments_features:\n description: ''\n properties:\n capture_payments:\n description: Whether to allow capturing and cancelling payment intents. This is `true` by default.\n type: boolean\n destination_on_behalf_of_charge_management:\n description: Whether connected accounts can manage destination charges that are created on behalf of them. This is `false` by default.\n type: boolean\n dispute_management:\n description: Whether responding to disputes is enabled, including submitting evidence and accepting disputes. This is `true` by default.\n type: boolean\n refund_management:\n description: Whether sending refunds is enabled. This is `true` by default.\n type: boolean\n required:\n - capture_payments\n - destination_on_behalf_of_charge_management\n - dispute_management\n - refund_management\n title: ConnectEmbeddedPaymentsFeatures\n type: object\n x-expandableFields: []\n connect_embedded_payouts_config:\n description: ''\n properties:\n enabled:\n description: Whether the embedded component is enabled.\n type: boolean\n features:\n $ref: '#/components/schemas/connect_embedded_payouts_features'\n required:\n - enabled\n - features\n title: ConnectEmbeddedPayoutsConfig\n type: object\n x-expandableFields:\n - features\n connect_embedded_payouts_features:\n description: ''\n properties:\n disable_stripe_user_authentication:\n 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`.\n type: boolean\n edit_payout_schedule:\n 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`.\n type: boolean\n external_account_collection:\n 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`.\n type: boolean\n instant_payouts:\n 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.\n type: boolean\n standard_payouts:\n description: Whether to allow creation of standard payouts. Defaults to `true` when `controller.losses.payments` is set to `stripe` for the account, otherwise `false`.\n type: boolean\n required:\n - disable_stripe_user_authentication\n - edit_payout_schedule\n - external_account_collection\n - instant_payouts\n - standard_payouts\n title: ConnectEmbeddedPayoutsFeatures\n type: object\n x-expandableFields: []\n country_spec:\n description: |-\n Stripe needs to collect certain pieces of information about each account\n created. These requirements can differ depending on the account's country. The\n Country Specs API makes these rules available to your integration.\n\n You can also view the information from this API call as [an online\n guide](/docs/connect/required-verification-information).\n properties:\n default_currency:\n description: The default currency for this country. This applies to both payment methods and bank accounts.\n maxLength: 5000\n type: string\n id:\n description: Unique identifier for the object. Represented as the ISO country code for this country.\n maxLength: 5000\n type: string\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - country_spec\n type: string\n supported_bank_account_currencies:\n additionalProperties:\n items:\n maxLength: 5000\n type: string\n type: array\n description: Currencies that can be accepted in the specific country (for transfers).\n type: object\n supported_payment_currencies:\n description: Currencies that can be accepted in the specified country (for payments).\n items:\n maxLength: 5000\n type: string\n type: array\n supported_payment_methods:\n 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).\n items:\n maxLength: 5000\n type: string\n type: array\n supported_transfer_countries:\n description: Countries that can accept transfers from the specified country.\n items:\n maxLength: 5000\n type: string\n type: array\n verification_fields:\n $ref: '#/components/schemas/country_spec_verification_fields'\n required:\n - default_currency\n - id\n - object\n - supported_bank_account_currencies\n - supported_payment_currencies\n - supported_payment_methods\n - supported_transfer_countries\n - verification_fields\n title: CountrySpec\n type: object\n x-expandableFields:\n - verification_fields\n x-resourceId: country_spec\n country_spec_verification_field_details:\n description: ''\n properties:\n additional:\n description: Additional fields which are only required for some users.\n items:\n maxLength: 5000\n type: string\n type: array\n minimum:\n description: Fields which every account must eventually provide.\n items:\n maxLength: 5000\n type: string\n type: array\n required:\n - additional\n - minimum\n title: CountrySpecVerificationFieldDetails\n type: object\n x-expandableFields: []\n country_spec_verification_fields:\n description: ''\n properties:\n company:\n $ref: '#/components/schemas/country_spec_verification_field_details'\n individual:\n $ref: '#/components/schemas/country_spec_verification_field_details'\n required:\n - company\n - individual\n title: CountrySpecVerificationFields\n type: object\n x-expandableFields:\n - company\n - individual\n coupon:\n description: |-\n A coupon contains information about a percent-off or amount-off discount you\n might 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).\n properties:\n amount_off:\n description: Amount (in the `currency` specified) that will be taken off the subtotal of any invoices for this customer.\n nullable: true\n type: integer\n applies_to:\n $ref: '#/components/schemas/coupon_applies_to'\n created:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n currency:\n 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.\n format: currency\n nullable: true\n type: string\n currency_options:\n additionalProperties:\n $ref: '#/components/schemas/coupon_currency_option'\n 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).\n type: object\n duration:\n description: One of `forever`, `once`, or `repeating`. Describes how long a customer who applies this coupon will get the discount.\n enum:\n - forever\n - once\n - repeating\n type: string\n x-stripeBypassValidation: true\n duration_in_months:\n description: If `duration` is `repeating`, the number of months the coupon applies. Null if coupon `duration` is `forever` or `once`.\n nullable: true\n type: integer\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n max_redemptions:\n description: Maximum number of times this coupon can be redeemed, in total, across all customers, before it is no longer valid.\n nullable: true\n type: integer\n metadata:\n additionalProperties:\n maxLength: 500\n type: string\n 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.\n nullable: true\n type: object\n name:\n description: Name of the coupon displayed to customers on for instance invoices or receipts.\n maxLength: 5000\n nullable: true\n type: string\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - coupon\n type: string\n percent_off:\n 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.\n nullable: true\n type: number\n redeem_by:\n description: Date after which the coupon can no longer be redeemed.\n format: unix-time\n nullable: true\n type: integer\n times_redeemed:\n description: Number of times this coupon has been applied to a customer.\n type: integer\n valid:\n description: Taking account of the above properties, whether this coupon can still be applied to a customer.\n type: boolean\n required:\n - created\n - duration\n - id\n - livemode\n - object\n - times_redeemed\n - valid\n title: Coupon\n type: object\n x-expandableFields:\n - applies_to\n - currency_options\n x-resourceId: coupon\n coupon_applies_to:\n description: ''\n properties:\n products:\n description: A list of product IDs this coupon applies to\n items:\n maxLength: 5000\n type: string\n type: array\n required:\n - products\n title: CouponAppliesTo\n type: object\n x-expandableFields: []\n coupon_currency_option:\n description: ''\n properties:\n amount_off:\n description: Amount (in the `currency` specified) that will be taken off the subtotal of any invoices for this customer.\n type: integer\n required:\n - amount_off\n title: CouponCurrencyOption\n type: object\n x-expandableFields: []\n credit_balance:\n description: ''\n properties:\n available_balance:\n $ref: '#/components/schemas/billing_credit_grants_resource_amount'\n ledger_balance:\n $ref: '#/components/schemas/billing_credit_grants_resource_amount'\n required:\n - available_balance\n - ledger_balance\n title: CreditBalance\n type: object\n x-expandableFields:\n - available_balance\n - ledger_balance\n credit_note:\n description: |-\n Issue a credit note to adjust an invoice's amount after the invoice is finalized.\n\n Related guide: [Credit notes](https://docs.stripe.com/billing/invoices/credit-notes)\n properties:\n amount:\n description: The integer amount in cents (or local equivalent) representing the total amount of the credit note, including tax.\n type: integer\n amount_shipping:\n description: This is the sum of all the shipping amounts.\n type: integer\n created:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n currency:\n 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).\n format: currency\n type: string\n customer:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/customer'\n - $ref: '#/components/schemas/deleted_customer'\n description: ID of the customer.\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/customer'\n - $ref: '#/components/schemas/deleted_customer'\n customer_account:\n description: ID of the account representing the customer.\n maxLength: 5000\n nullable: true\n type: string\n customer_balance_transaction:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/customer_balance_transaction'\n description: Customer balance transaction related to this credit note.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/customer_balance_transaction'\n discount_amount:\n description: The integer amount in cents (or local equivalent) representing the total amount of discount that was credited.\n type: integer\n discount_amounts:\n description: The aggregate amounts calculated per discount for all line items.\n items:\n $ref: '#/components/schemas/discounts_resource_discount_amount'\n type: array\n effective_at:\n 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.\n format: unix-time\n nullable: true\n type: integer\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n invoice:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/invoice'\n description: ID of the invoice.\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/invoice'\n lines:\n description: Line items that make up the credit note\n properties:\n data:\n description: Details about each object.\n items:\n $ref: '#/components/schemas/credit_note_line_item'\n type: array\n has_more:\n description: True if this list has another page of items after this one that can be fetched.\n type: boolean\n object:\n description: String representing the object's type. Objects of the same type share the same value. Always has the value `list`.\n enum:\n - list\n type: string\n url:\n description: The URL where this list can be accessed.\n maxLength: 5000\n type: string\n required:\n - data\n - has_more\n - object\n - url\n title: CreditNoteLinesList\n type: object\n x-expandableFields:\n - data\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n memo:\n description: Customer-facing text that appears on the credit note PDF.\n maxLength: 5000\n nullable: true\n type: string\n metadata:\n additionalProperties:\n maxLength: 500\n type: string\n 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.\n nullable: true\n type: object\n number:\n description: A unique number that identifies this particular credit note and appears on the PDF of the credit note and its associated invoice.\n maxLength: 5000\n type: string\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - credit_note\n type: string\n out_of_band_amount:\n description: Amount that was credited outside of Stripe.\n nullable: true\n type: integer\n pdf:\n description: The link to download the PDF of the credit note.\n maxLength: 5000\n type: string\n post_payment_amount:\n 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.\n type: integer\n pre_payment_amount:\n description: The amount of the credit note by which the invoice's `amount_remaining` and `amount_due` were reduced.\n type: integer\n pretax_credit_amounts:\n description: 'The pretax credit amounts (ex: discount, credit grants, etc) for all line items.'\n items:\n $ref: '#/components/schemas/credit_notes_pretax_credit_amount'\n type: array\n reason:\n description: Reason for issuing this credit note, one of `duplicate`, `fraudulent`, `order_change`, or `product_unsatisfactory`\n enum:\n - duplicate\n - fraudulent\n - order_change\n - product_unsatisfactory\n nullable: true\n type: string\n refunds:\n description: Refunds related to this credit note.\n items:\n $ref: '#/components/schemas/credit_note_refund'\n type: array\n shipping_cost:\n anyOf:\n - $ref: '#/components/schemas/invoices_resource_shipping_cost'\n description: The details of the cost of shipping, including the ShippingRate applied to the invoice.\n nullable: true\n status:\n 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).\n enum:\n - issued\n - void\n type: string\n x-stripeBypassValidation: true\n subtotal:\n description: The integer amount in cents (or local equivalent) representing the amount of the credit note, excluding exclusive tax and invoice level discounts.\n type: integer\n subtotal_excluding_tax:\n description: The integer amount in cents (or local equivalent) representing the amount of the credit note, excluding all tax and invoice level discounts.\n nullable: true\n type: integer\n total:\n description: The integer amount in cents (or local equivalent) representing the total amount of the credit note, including tax and all discount.\n type: integer\n total_excluding_tax:\n description: The integer amount in cents (or local equivalent) representing the total amount of the credit note, excluding tax, but including discounts.\n nullable: true\n type: integer\n total_taxes:\n description: The aggregate tax information for all line items.\n items:\n $ref: '#/components/schemas/billing_bill_resource_invoicing_taxes_tax'\n nullable: true\n type: array\n type:\n 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.\n enum:\n - mixed\n - post_payment\n - pre_payment\n type: string\n voided_at:\n description: The time that the credit note was voided.\n format: unix-time\n nullable: true\n type: integer\n required:\n - amount\n - amount_shipping\n - created\n - currency\n - customer\n - discount_amount\n - discount_amounts\n - id\n - invoice\n - lines\n - livemode\n - number\n - object\n - pdf\n - post_payment_amount\n - pre_payment_amount\n - pretax_credit_amounts\n - refunds\n - status\n - subtotal\n - total\n - type\n title: CreditNote\n type: object\n x-expandableFields:\n - customer\n - customer_balance_transaction\n - discount_amounts\n - invoice\n - lines\n - pretax_credit_amounts\n - refunds\n - shipping_cost\n - total_taxes\n x-resourceId: credit_note\n credit_note_line_item:\n description: The credit note line item object\n properties:\n amount:\n description: The integer amount in cents (or local equivalent) representing the gross amount being credited for this line item, excluding (exclusive) tax and discounts.\n type: integer\n description:\n description: Description of the item being credited.\n maxLength: 5000\n nullable: true\n type: string\n discount_amount:\n description: The integer amount in cents (or local equivalent) representing the discount being credited for this line item.\n type: integer\n discount_amounts:\n description: The amount of discount calculated per discount for this line item\n items:\n $ref: '#/components/schemas/discounts_resource_discount_amount'\n type: array\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n invoice_line_item:\n description: ID of the invoice line item being credited\n maxLength: 5000\n type: string\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - credit_note_line_item\n type: string\n pretax_credit_amounts:\n description: 'The pretax credit amounts (ex: discount, credit grants, etc) for this line item.'\n items:\n $ref: '#/components/schemas/credit_notes_pretax_credit_amount'\n type: array\n quantity:\n description: The number of units of product being credited.\n nullable: true\n type: integer\n tax_rates:\n description: The tax rates which apply to the line item.\n items:\n $ref: '#/components/schemas/tax_rate'\n type: array\n taxes:\n description: The tax information of the line item.\n items:\n $ref: '#/components/schemas/billing_bill_resource_invoicing_taxes_tax'\n nullable: true\n type: array\n type:\n 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.\n enum:\n - custom_line_item\n - invoice_line_item\n type: string\n unit_amount:\n description: The cost of each unit of product being credited.\n nullable: true\n type: integer\n unit_amount_decimal:\n description: Same as `unit_amount`, but contains a decimal value with at most 12 decimal places.\n format: decimal\n nullable: true\n type: string\n required:\n - amount\n - discount_amount\n - discount_amounts\n - id\n - livemode\n - object\n - pretax_credit_amounts\n - tax_rates\n - type\n title: CreditNoteLineItem\n type: object\n x-expandableFields:\n - discount_amounts\n - pretax_credit_amounts\n - tax_rates\n - taxes\n x-resourceId: credit_note_line_item\n credit_note_refund:\n description: ''\n properties:\n amount_refunded:\n description: Amount of the refund that applies to this credit note, in cents (or local equivalent).\n type: integer\n payment_record_refund:\n anyOf:\n - $ref: '#/components/schemas/credit_notes_payment_record_refund'\n description: The PaymentRecord refund details associated with this credit note refund.\n nullable: true\n refund:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/refund'\n description: ID of the refund.\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/refund'\n type:\n description: Type of the refund, one of `refund` or `payment_record_refund`.\n enum:\n - payment_record_refund\n - refund\n nullable: true\n type: string\n required:\n - amount_refunded\n - refund\n title: CreditNoteRefund\n type: object\n x-expandableFields:\n - payment_record_refund\n - refund\n credit_notes_payment_record_refund:\n description: ''\n properties:\n payment_record:\n description: ID of the payment record.\n maxLength: 5000\n type: string\n refund_group:\n description: ID of the refund group.\n maxLength: 5000\n type: string\n required:\n - payment_record\n - refund_group\n title: CreditNotesPaymentRecordRefund\n type: object\n x-expandableFields: []\n credit_notes_pretax_credit_amount:\n description: ''\n properties:\n amount:\n description: The amount, in cents (or local equivalent), of the pretax credit amount.\n type: integer\n credit_balance_transaction:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/billing.credit_balance_transaction'\n description: The credit balance transaction that was applied to get this pretax credit amount.\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/billing.credit_balance_transaction'\n discount:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/discount'\n - $ref: '#/components/schemas/deleted_discount'\n description: The discount that was applied to get this pretax credit amount.\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/discount'\n - $ref: '#/components/schemas/deleted_discount'\n type:\n description: Type of the pretax credit amount referenced.\n enum:\n - credit_balance_transaction\n - discount\n type: string\n required:\n - amount\n - type\n title: CreditNotesPretaxCreditAmount\n type: object\n x-expandableFields:\n - credit_balance_transaction\n - discount\n currency_option:\n description: ''\n properties:\n custom_unit_amount:\n anyOf:\n - $ref: '#/components/schemas/custom_unit_amount'\n description: When set, provides configuration for the amount to be adjusted by the customer during Checkout Sessions and Payment Links.\n nullable: true\n tax_behavior:\n 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.\n enum:\n - exclusive\n - inclusive\n - unspecified\n nullable: true\n type: string\n tiers:\n description: Each element represents a pricing tier. This parameter requires `billing_scheme` to be set to `tiered`. See also the documentation for `billing_scheme`.\n items:\n $ref: '#/components/schemas/price_tier'\n type: array\n unit_amount:\n 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`.\n nullable: true\n type: integer\n unit_amount_decimal:\n 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`.\n format: decimal\n nullable: true\n type: string\n title: CurrencyOption\n type: object\n x-expandableFields:\n - custom_unit_amount\n - tiers\n custom_logo:\n description: ''\n properties:\n content_type:\n description: Content type of the Dashboard-only CustomPaymentMethodType logo.\n maxLength: 5000\n nullable: true\n type: string\n url:\n description: URL of the Dashboard-only CustomPaymentMethodType logo.\n maxLength: 5000\n type: string\n required:\n - url\n title: custom_logo\n type: object\n x-expandableFields: []\n custom_unit_amount:\n description: ''\n properties:\n maximum:\n description: The maximum unit amount the customer can specify for this item.\n nullable: true\n type: integer\n minimum:\n description: The minimum unit amount the customer can specify for this item. Must be at least the minimum charge amount.\n nullable: true\n type: integer\n preset:\n description: The starting unit amount which can be updated by the customer.\n nullable: true\n type: integer\n title: CustomUnitAmount\n type: object\n x-expandableFields: []\n customer:\n description: |-\n 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,\n and track payments that belong to the same customer.\n properties:\n address:\n anyOf:\n - $ref: '#/components/schemas/address'\n description: The customer's address.\n nullable: true\n balance:\n 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).\n type: integer\n business_name:\n description: The customer's business name.\n maxLength: 150\n type: string\n cash_balance:\n anyOf:\n - $ref: '#/components/schemas/cash_balance'\n 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.\n nullable: true\n created:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n currency:\n description: Three-letter [ISO code for the currency](https://stripe.com/docs/currencies) the customer can be charged in for recurring billing purposes.\n maxLength: 5000\n nullable: true\n type: string\n customer_account:\n description: The ID of an Account representing a customer. You can use this ID with any v1 API that accepts a customer_account parameter.\n maxLength: 5000\n nullable: true\n type: string\n default_source:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/bank_account'\n - $ref: '#/components/schemas/card'\n - $ref: '#/components/schemas/source'\n description: |-\n ID of the default payment source for the customer.\n\n If 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.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/bank_account'\n - $ref: '#/components/schemas/card'\n - $ref: '#/components/schemas/source'\n x-stripeBypassValidation: true\n delinquent:\n description: |-\n 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\n If an invoice becomes uncollectible by [dunning](https://docs.stripe.com/billing/automatic-collection), `delinquent` doesn't reset to `false`.\n\n If 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`.\n nullable: true\n type: boolean\n description:\n description: An arbitrary string attached to the object. Often useful for displaying to users.\n maxLength: 5000\n nullable: true\n type: string\n discount:\n anyOf:\n - $ref: '#/components/schemas/discount'\n description: Describes the current discount active on the customer, if there is one.\n nullable: true\n email:\n description: The customer's email address.\n maxLength: 5000\n nullable: true\n type: string\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n individual_name:\n description: The customer's individual name.\n maxLength: 150\n type: string\n invoice_credit_balance:\n additionalProperties:\n type: integer\n 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.\n type: object\n invoice_prefix:\n description: The prefix for the customer used to generate unique invoice numbers.\n maxLength: 5000\n nullable: true\n type: string\n invoice_settings:\n $ref: '#/components/schemas/invoice_setting_customer_setting'\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n metadata:\n additionalProperties:\n maxLength: 500\n type: string\n 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.\n type: object\n name:\n description: The customer's full name or business name.\n maxLength: 5000\n nullable: true\n type: string\n next_invoice_sequence:\n 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.\n type: integer\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - customer\n type: string\n phone:\n description: The customer's phone number.\n maxLength: 5000\n nullable: true\n type: string\n preferred_locales:\n description: The customer's preferred locales (languages), ordered by preference.\n items:\n maxLength: 5000\n type: string\n nullable: true\n type: array\n shipping:\n anyOf:\n - $ref: '#/components/schemas/shipping'\n description: Mailing and shipping address for the customer. Appears on invoices emailed to this customer.\n nullable: true\n sources:\n description: The customer's payment sources, if any.\n properties:\n data:\n description: Details about each object.\n items:\n anyOf:\n - $ref: '#/components/schemas/bank_account'\n - $ref: '#/components/schemas/card'\n - $ref: '#/components/schemas/source'\n title: Polymorphic\n x-stripeBypassValidation: true\n type: array\n has_more:\n description: True if this list has another page of items after this one that can be fetched.\n type: boolean\n object:\n description: String representing the object's type. Objects of the same type share the same value. Always has the value `list`.\n enum:\n - list\n type: string\n url:\n description: The URL where this list can be accessed.\n maxLength: 5000\n type: string\n required:\n - data\n - has_more\n - object\n - url\n title: ApmsSourcesSourceList\n type: object\n x-expandableFields:\n - data\n subscriptions:\n description: The customer's current subscriptions, if any.\n properties:\n data:\n description: Details about each object.\n items:\n $ref: '#/components/schemas/subscription'\n type: array\n has_more:\n description: True if this list has another page of items after this one that can be fetched.\n type: boolean\n object:\n description: String representing the object's type. Objects of the same type share the same value. Always has the value `list`.\n enum:\n - list\n type: string\n url:\n description: The URL where this list can be accessed.\n maxLength: 5000\n type: string\n required:\n - data\n - has_more\n - object\n - url\n title: SubscriptionList\n type: object\n x-expandableFields:\n - data\n tax:\n $ref: '#/components/schemas/customer_tax'\n tax_exempt:\n 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\"**.'\n enum:\n - exempt\n - none\n - reverse\n nullable: true\n type: string\n tax_ids:\n description: The customer's tax IDs.\n properties:\n data:\n description: Details about each object.\n items:\n $ref: '#/components/schemas/tax_id'\n type: array\n has_more:\n description: True if this list has another page of items after this one that can be fetched.\n type: boolean\n object:\n description: String representing the object's type. Objects of the same type share the same value. Always has the value `list`.\n enum:\n - list\n type: string\n url:\n description: The URL where this list can be accessed.\n maxLength: 5000\n type: string\n required:\n - data\n - has_more\n - object\n - url\n title: TaxIDsList\n type: object\n x-expandableFields:\n - data\n test_clock:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/test_helpers.test_clock'\n description: ID of the test clock that this customer belongs to.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/test_helpers.test_clock'\n required:\n - created\n - id\n - livemode\n - object\n title: Customer\n type: object\n x-expandableFields:\n - address\n - cash_balance\n - default_source\n - discount\n - invoice_settings\n - shipping\n - sources\n - subscriptions\n - tax\n - tax_ids\n - test_clock\n x-resourceId: customer\n customer_acceptance:\n description: ''\n properties:\n accepted_at:\n description: The time that the customer accepts the mandate.\n format: unix-time\n nullable: true\n type: integer\n offline:\n $ref: '#/components/schemas/offline_acceptance'\n online:\n $ref: '#/components/schemas/online_acceptance'\n type:\n description: 'The mandate includes the type of customer acceptance information, such as: `online` or `offline`.'\n enum:\n - offline\n - online\n type: string\n required:\n - type\n title: customer_acceptance\n type: object\n x-expandableFields:\n - offline\n - online\n customer_balance_customer_balance_settings:\n description: ''\n properties:\n reconciliation_mode:\n description: The configuration for how funds that land in the customer cash balance are reconciled.\n enum:\n - automatic\n - manual\n type: string\n using_merchant_default:\n description: A flag to indicate if reconciliation mode returned is the user's default or is specific to this customer cash balance\n type: boolean\n required:\n - reconciliation_mode\n - using_merchant_default\n title: CustomerBalanceCustomerBalanceSettings\n type: object\n x-expandableFields: []\n customer_balance_resource_cash_balance_transaction_resource_adjusted_for_overdraft:\n description: ''\n properties:\n balance_transaction:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/balance_transaction'\n description: The [Balance Transaction](https://docs.stripe.com/api/balance_transactions/object) that corresponds to funds taken out of your Stripe balance.\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/balance_transaction'\n linked_transaction:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/customer_cash_balance_transaction'\n 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.\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/customer_cash_balance_transaction'\n required:\n - balance_transaction\n - linked_transaction\n title: CustomerBalanceResourceCashBalanceTransactionResourceAdjustedForOverdraft\n type: object\n x-expandableFields:\n - balance_transaction\n - linked_transaction\n customer_balance_resource_cash_balance_transaction_resource_applied_to_payment_transaction:\n description: ''\n properties:\n payment_intent:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/payment_intent'\n description: The [Payment Intent](https://docs.stripe.com/api/payment_intents/object) that funds were applied to.\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/payment_intent'\n required:\n - payment_intent\n title: CustomerBalanceResourceCashBalanceTransactionResourceAppliedToPaymentTransaction\n type: object\n x-expandableFields:\n - payment_intent\n customer_balance_resource_cash_balance_transaction_resource_funded_transaction:\n description: ''\n properties:\n bank_transfer:\n $ref: '#/components/schemas/customer_balance_resource_cash_balance_transaction_resource_funded_transaction_resource_bank_transfer'\n required:\n - bank_transfer\n title: CustomerBalanceResourceCashBalanceTransactionResourceFundedTransaction\n type: object\n x-expandableFields:\n - bank_transfer\n customer_balance_resource_cash_balance_transaction_resource_funded_transaction_resource_bank_transfer:\n description: ''\n properties:\n eu_bank_transfer:\n $ref: '#/components/schemas/customer_balance_resource_cash_balance_transaction_resource_funded_transaction_resource_bank_transfer_resource_eu_bank_transfer'\n gb_bank_transfer:\n $ref: '#/components/schemas/customer_balance_resource_cash_balance_transaction_resource_funded_transaction_resource_bank_transfer_resource_gb_bank_transfer'\n jp_bank_transfer:\n $ref: '#/components/schemas/customer_balance_resource_cash_balance_transaction_resource_funded_transaction_resource_bank_transfer_resource_jp_bank_transfer'\n reference:\n description: The user-supplied reference field on the bank transfer.\n maxLength: 5000\n nullable: true\n type: string\n type:\n 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`.'\n enum:\n - eu_bank_transfer\n - gb_bank_transfer\n - jp_bank_transfer\n - mx_bank_transfer\n - us_bank_transfer\n type: string\n x-stripeBypassValidation: true\n us_bank_transfer:\n $ref: '#/components/schemas/customer_balance_resource_cash_balance_transaction_resource_funded_transaction_resource_bank_transfer_resource_us_bank_transfer'\n required:\n - type\n title: CustomerBalanceResourceCashBalanceTransactionResourceFundedTransactionResourceBankTransfer\n type: object\n x-expandableFields:\n - eu_bank_transfer\n - gb_bank_transfer\n - jp_bank_transfer\n - us_bank_transfer\n customer_balance_resource_cash_balance_transaction_resource_funded_transaction_resource_bank_transfer_resource_eu_bank_transfer:\n description: ''\n properties:\n bic:\n description: The BIC of the bank of the sender of the funding.\n maxLength: 5000\n nullable: true\n type: string\n iban_last4:\n description: The last 4 digits of the IBAN of the sender of the funding.\n maxLength: 5000\n nullable: true\n type: string\n sender_name:\n description: The full name of the sender, as supplied by the sending bank.\n maxLength: 5000\n nullable: true\n type: string\n title: CustomerBalanceResourceCashBalanceTransactionResourceFundedTransactionResourceBankTransferResourceEuBankTransfer\n type: object\n x-expandableFields: []\n customer_balance_resource_cash_balance_transaction_resource_funded_transaction_resource_bank_transfer_resource_gb_bank_transfer:\n description: ''\n properties:\n account_number_last4:\n description: The last 4 digits of the account number of the sender of the funding.\n maxLength: 5000\n nullable: true\n type: string\n sender_name:\n description: The full name of the sender, as supplied by the sending bank.\n maxLength: 5000\n nullable: true\n type: string\n sort_code:\n description: The sort code of the bank of the sender of the funding\n maxLength: 5000\n nullable: true\n type: string\n title: CustomerBalanceResourceCashBalanceTransactionResourceFundedTransactionResourceBankTransferResourceGbBankTransfer\n type: object\n x-expandableFields: []\n customer_balance_resource_cash_balance_transaction_resource_funded_transaction_resource_bank_transfer_resource_jp_bank_transfer:\n description: ''\n properties:\n sender_bank:\n description: The name of the bank of the sender of the funding.\n maxLength: 5000\n nullable: true\n type: string\n sender_branch:\n description: The name of the bank branch of the sender of the funding.\n maxLength: 5000\n nullable: true\n type: string\n sender_name:\n description: The full name of the sender, as supplied by the sending bank.\n maxLength: 5000\n nullable: true\n type: string\n title: CustomerBalanceResourceCashBalanceTransactionResourceFundedTransactionResourceBankTransferResourceJpBankTransfer\n type: object\n x-expandableFields: []\n customer_balance_resource_cash_balance_transaction_resource_funded_transaction_resource_bank_transfer_resource_us_bank_transfer:\n description: ''\n properties:\n network:\n description: The banking network used for this funding.\n enum:\n - ach\n - domestic_wire_us\n - swift\n type: string\n sender_name:\n description: The full name of the sender, as supplied by the sending bank.\n maxLength: 5000\n nullable: true\n type: string\n title: CustomerBalanceResourceCashBalanceTransactionResourceFundedTransactionResourceBankTransferResourceUsBankTransfer\n type: object\n x-expandableFields: []\n customer_balance_resource_cash_balance_transaction_resource_refunded_from_payment_transaction:\n description: ''\n properties:\n refund:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/refund'\n description: The [Refund](https://docs.stripe.com/api/refunds/object) that moved these funds into the customer's cash balance.\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/refund'\n required:\n - refund\n title: CustomerBalanceResourceCashBalanceTransactionResourceRefundedFromPaymentTransaction\n type: object\n x-expandableFields:\n - refund\n customer_balance_resource_cash_balance_transaction_resource_transferred_to_balance:\n description: ''\n properties:\n balance_transaction:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/balance_transaction'\n description: The [Balance Transaction](https://docs.stripe.com/api/balance_transactions/object) that corresponds to funds transferred to your Stripe balance.\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/balance_transaction'\n required:\n - balance_transaction\n title: CustomerBalanceResourceCashBalanceTransactionResourceTransferredToBalance\n type: object\n x-expandableFields:\n - balance_transaction\n customer_balance_resource_cash_balance_transaction_resource_unapplied_from_payment_transaction:\n description: ''\n properties:\n payment_intent:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/payment_intent'\n description: The [Payment Intent](https://docs.stripe.com/api/payment_intents/object) that funds were unapplied from.\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/payment_intent'\n required:\n - payment_intent\n title: CustomerBalanceResourceCashBalanceTransactionResourceUnappliedFromPaymentTransaction\n type: object\n x-expandableFields:\n - payment_intent\n customer_balance_transaction:\n description: |-\n Each customer has a [Balance](https://docs.stripe.com/api/customers/object#customer_object-balance) value,\n which denotes a debit or credit that's automatically applied to their next invoice upon finalization.\n You may modify the value directly by using the [update customer API](https://docs.stripe.com/api/customers/update),\n or by creating a Customer Balance Transaction, which increments or decrements the customer's `balance` by the specified `amount`.\n\n Related guide: [Customer balance](https://docs.stripe.com/billing/customer/balance)\n properties:\n amount:\n 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`.\n type: integer\n checkout_session:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/checkout.session'\n description: The ID of the checkout session (if any) that created the transaction.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/checkout.session'\n created:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n credit_note:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/credit_note'\n description: The ID of the credit note (if any) related to the transaction.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/credit_note'\n currency:\n 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).\n format: currency\n type: string\n customer:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/customer'\n description: The ID of the customer the transaction belongs to.\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/customer'\n customer_account:\n description: The ID of an Account representing a customer that the transaction belongs to.\n maxLength: 5000\n nullable: true\n type: string\n description:\n description: An arbitrary string attached to the object. Often useful for displaying to users.\n maxLength: 5000\n nullable: true\n type: string\n ending_balance:\n 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.\n type: integer\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n invoice:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/invoice'\n description: The ID of the invoice (if any) related to the transaction.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/invoice'\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n metadata:\n additionalProperties:\n maxLength: 500\n type: string\n 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.\n nullable: true\n type: object\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - customer_balance_transaction\n type: string\n type:\n 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.'\n enum:\n - adjustment\n - applied_to_invoice\n - checkout_session_subscription_payment\n - checkout_session_subscription_payment_canceled\n - credit_note\n - initial\n - invoice_overpaid\n - invoice_too_large\n - invoice_too_small\n - migration\n - unapplied_from_invoice\n - unspent_receiver_credit\n type: string\n x-stripeBypassValidation: true\n required:\n - amount\n - created\n - currency\n - customer\n - ending_balance\n - id\n - livemode\n - object\n - type\n title: CustomerBalanceTransaction\n type: object\n x-expandableFields:\n - checkout_session\n - credit_note\n - customer\n - invoice\n x-resourceId: customer_balance_transaction\n customer_cash_balance_transaction:\n description: |-\n Customers with certain payments enabled have a cash balance, representing funds that were paid\n by the customer to a merchant, but have not yet been allocated to a payment. Cash Balance Transactions\n represent when funds are moved into or out of this balance. This includes funding by the customer, allocation\n to payments, and refunds to the customer.\n properties:\n adjusted_for_overdraft:\n $ref: '#/components/schemas/customer_balance_resource_cash_balance_transaction_resource_adjusted_for_overdraft'\n applied_to_payment:\n $ref: '#/components/schemas/customer_balance_resource_cash_balance_transaction_resource_applied_to_payment_transaction'\n created:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n currency:\n 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).\n maxLength: 5000\n type: string\n customer:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/customer'\n description: The customer whose available cash balance changed as a result of this transaction.\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/customer'\n customer_account:\n description: The ID of an Account representing a customer whose available cash balance changed as a result of this transaction.\n maxLength: 5000\n nullable: true\n type: string\n ending_balance:\n 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).\n type: integer\n funded:\n $ref: '#/components/schemas/customer_balance_resource_cash_balance_transaction_resource_funded_transaction'\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n net_amount:\n 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.\n type: integer\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - customer_cash_balance_transaction\n type: string\n refunded_from_payment:\n $ref: '#/components/schemas/customer_balance_resource_cash_balance_transaction_resource_refunded_from_payment_transaction'\n transferred_to_balance:\n $ref: '#/components/schemas/customer_balance_resource_cash_balance_transaction_resource_transferred_to_balance'\n type:\n 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.\n enum:\n - adjusted_for_overdraft\n - applied_to_payment\n - funded\n - funding_reversed\n - refunded_from_payment\n - return_canceled\n - return_initiated\n - transferred_to_balance\n - unapplied_from_payment\n type: string\n unapplied_from_payment:\n $ref: '#/components/schemas/customer_balance_resource_cash_balance_transaction_resource_unapplied_from_payment_transaction'\n required:\n - created\n - currency\n - customer\n - ending_balance\n - id\n - livemode\n - net_amount\n - object\n - type\n title: CustomerCashBalanceTransaction\n type: object\n x-expandableFields:\n - adjusted_for_overdraft\n - applied_to_payment\n - customer\n - funded\n - refunded_from_payment\n - transferred_to_balance\n - unapplied_from_payment\n x-resourceId: customer_cash_balance_transaction\n customer_session:\n description: |-\n A Customer Session allows you to grant Stripe's frontend SDKs (like Stripe.js) client-side access\n control over a Customer.\n\n Related 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).\n properties:\n client_secret:\n description: |-\n The client secret of this Customer Session. Used on the client to set up secure access to the given `customer`.\n\n The 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.\n maxLength: 5000\n type: string\n components:\n $ref: '#/components/schemas/customer_session_resource_components'\n created:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n customer:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/customer'\n description: The Customer the Customer Session was created for.\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/customer'\n customer_account:\n description: The Account that the Customer Session was created for.\n maxLength: 5000\n nullable: true\n type: string\n expires_at:\n description: The timestamp at which this Customer Session will expire.\n format: unix-time\n type: integer\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - customer_session\n type: string\n required:\n - client_secret\n - created\n - customer\n - expires_at\n - livemode\n - object\n title: CustomerSessionResourceCustomerSession\n type: object\n x-expandableFields:\n - components\n - customer\n x-resourceId: customer_session\n customer_session_resource_components:\n description: Configuration for the components supported by this Customer Session.\n properties:\n buy_button:\n $ref: '#/components/schemas/customer_session_resource_components_resource_buy_button'\n customer_sheet:\n $ref: '#/components/schemas/customer_session_resource_components_resource_customer_sheet'\n mobile_payment_element:\n $ref: '#/components/schemas/customer_session_resource_components_resource_mobile_payment_element'\n payment_element:\n $ref: '#/components/schemas/customer_session_resource_components_resource_payment_element'\n pricing_table:\n $ref: '#/components/schemas/customer_session_resource_components_resource_pricing_table'\n required:\n - buy_button\n - customer_sheet\n - mobile_payment_element\n - payment_element\n - pricing_table\n title: CustomerSessionResourceComponents\n type: object\n x-expandableFields:\n - buy_button\n - customer_sheet\n - mobile_payment_element\n - payment_element\n - pricing_table\n customer_session_resource_components_resource_buy_button:\n description: This hash contains whether the buy button is enabled.\n properties:\n enabled:\n description: Whether the buy button is enabled.\n type: boolean\n required:\n - enabled\n title: CustomerSessionResourceComponentsResourceBuyButton\n type: object\n x-expandableFields: []\n customer_session_resource_components_resource_customer_sheet:\n description: This hash contains whether the customer sheet is enabled and the features it supports.\n properties:\n enabled:\n description: Whether the customer sheet is enabled.\n type: boolean\n features:\n anyOf:\n - $ref: '#/components/schemas/customer_session_resource_components_resource_customer_sheet_resource_features'\n description: This hash defines whether the customer sheet supports certain features.\n nullable: true\n required:\n - enabled\n title: CustomerSessionResourceComponentsResourceCustomerSheet\n type: object\n x-expandableFields:\n - features\n customer_session_resource_components_resource_customer_sheet_resource_features:\n description: This hash contains the features the customer sheet supports.\n properties:\n payment_method_allow_redisplay_filters:\n description: |-\n 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\n If not specified, defaults to [\"always\"]. In order to display all saved payment methods, specify [\"always\", \"limited\", \"unspecified\"].\n items:\n enum:\n - always\n - limited\n - unspecified\n type: string\n nullable: true\n type: array\n payment_method_remove:\n description: |-\n Controls whether the customer sheet displays the option to remove a saved payment method.\"\n\n Allowing 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).\n enum:\n - disabled\n - enabled\n nullable: true\n type: string\n x-stripeBypassValidation: true\n title: CustomerSessionResourceComponentsResourceCustomerSheetResourceFeatures\n type: object\n x-expandableFields: []\n customer_session_resource_components_resource_mobile_payment_element:\n description: This hash contains whether the mobile payment element is enabled and the features it supports.\n properties:\n enabled:\n description: Whether the mobile payment element is enabled.\n type: boolean\n features:\n anyOf:\n - $ref: '#/components/schemas/customer_session_resource_components_resource_mobile_payment_element_resource_features'\n description: This hash defines whether the mobile payment element supports certain features.\n nullable: true\n required:\n - enabled\n title: CustomerSessionResourceComponentsResourceMobilePaymentElement\n type: object\n x-expandableFields:\n - features\n customer_session_resource_components_resource_mobile_payment_element_resource_features:\n description: This hash contains the features the mobile payment element supports.\n properties:\n payment_method_allow_redisplay_filters:\n description: |-\n 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\n If not specified, defaults to [\"always\"]. In order to display all saved payment methods, specify [\"always\", \"limited\", \"unspecified\"].\n items:\n enum:\n - always\n - limited\n - unspecified\n type: string\n nullable: true\n type: array\n payment_method_redisplay:\n description: Controls whether or not the mobile payment element shows saved payment methods.\n enum:\n - disabled\n - enabled\n nullable: true\n type: string\n x-stripeBypassValidation: true\n payment_method_remove:\n description: |-\n Controls whether the mobile payment element displays the option to remove a saved payment method.\"\n\n Allowing 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).\n enum:\n - disabled\n - enabled\n nullable: true\n type: string\n x-stripeBypassValidation: true\n payment_method_save:\n description: |-\n Controls whether the mobile payment element displays a checkbox offering to save a new payment method.\n\n If 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`.\n enum:\n - disabled\n - enabled\n nullable: true\n type: string\n x-stripeBypassValidation: true\n payment_method_save_allow_redisplay_override:\n description: |-\n 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\n If not specified, defaults to `nil` (no override value).\n enum:\n - always\n - limited\n - unspecified\n nullable: true\n type: string\n title: CustomerSessionResourceComponentsResourceMobilePaymentElementResourceFeatures\n type: object\n x-expandableFields: []\n customer_session_resource_components_resource_payment_element:\n description: This hash contains whether the Payment Element is enabled and the features it supports.\n properties:\n enabled:\n description: Whether the Payment Element is enabled.\n type: boolean\n features:\n anyOf:\n - $ref: '#/components/schemas/customer_session_resource_components_resource_payment_element_resource_features'\n description: This hash defines whether the Payment Element supports certain features.\n nullable: true\n required:\n - enabled\n title: CustomerSessionResourceComponentsResourcePaymentElement\n type: object\n x-expandableFields:\n - features\n customer_session_resource_components_resource_payment_element_resource_features:\n description: This hash contains the features the Payment Element supports.\n properties:\n payment_method_allow_redisplay_filters:\n description: |-\n 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\n If not specified, defaults to [\"always\"]. In order to display all saved payment methods, specify [\"always\", \"limited\", \"unspecified\"].\n items:\n enum:\n - always\n - limited\n - unspecified\n type: string\n type: array\n payment_method_redisplay:\n description: Controls whether or not the Payment Element shows saved payment methods. This parameter defaults to `disabled`.\n enum:\n - disabled\n - enabled\n type: string\n x-stripeBypassValidation: true\n payment_method_redisplay_limit:\n 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`.\n nullable: true\n type: integer\n payment_method_remove:\n description: |-\n Controls whether the Payment Element displays the option to remove a saved payment method. This parameter defaults to `disabled`.\n\n Allowing 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).\n enum:\n - disabled\n - enabled\n type: string\n x-stripeBypassValidation: true\n payment_method_save:\n description: |-\n Controls whether the Payment Element displays a checkbox offering to save a new payment method. This parameter defaults to `disabled`.\n\n If 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`.\n enum:\n - disabled\n - enabled\n type: string\n x-stripeBypassValidation: true\n payment_method_save_usage:\n description: |-\n 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\n When using SetupIntents, directly configure the [`usage`](https://docs.stripe.com/api/setup_intents/object#setup_intent_object-usage) value on SetupIntent creation.\n enum:\n - off_session\n - on_session\n nullable: true\n type: string\n required:\n - payment_method_allow_redisplay_filters\n - payment_method_redisplay\n - payment_method_remove\n - payment_method_save\n title: CustomerSessionResourceComponentsResourcePaymentElementResourceFeatures\n type: object\n x-expandableFields: []\n customer_session_resource_components_resource_pricing_table:\n description: This hash contains whether the pricing table is enabled.\n properties:\n enabled:\n description: Whether the pricing table is enabled.\n type: boolean\n required:\n - enabled\n title: CustomerSessionResourceComponentsResourcePricingTable\n type: object\n x-expandableFields: []\n customer_tax:\n description: ''\n properties:\n automatic_tax:\n description: Surfaces if automatic tax computation is possible given the current customer location information.\n enum:\n - failed\n - not_collecting\n - supported\n - unrecognized_location\n type: string\n ip_address:\n description: A recent IP address of the customer used for tax reporting and tax location inference.\n maxLength: 5000\n nullable: true\n type: string\n location:\n anyOf:\n - $ref: '#/components/schemas/customer_tax_location'\n description: The identified tax location of the customer.\n nullable: true\n provider:\n description: The tax calculation provider used for location resolution. Defaults to `stripe` when not using a [third-party provider](/tax/third-party-apps).\n enum:\n - anrok\n - avalara\n - sphere\n - stripe\n type: string\n required:\n - automatic_tax\n - provider\n title: CustomerTax\n type: object\n x-expandableFields:\n - location\n customer_tax_location:\n description: ''\n properties:\n country:\n description: The identified tax country of the customer.\n maxLength: 5000\n type: string\n source:\n description: The data source used to infer the customer's location.\n enum:\n - billing_address\n - ip_address\n - payment_method\n - shipping_destination\n type: string\n state:\n description: The identified tax state, county, province, or region of the customer.\n maxLength: 5000\n nullable: true\n type: string\n required:\n - country\n - source\n title: CustomerTaxLocation\n type: object\n x-expandableFields: []\n deleted_account:\n description: ''\n properties:\n deleted:\n description: Always true for a deleted object\n enum:\n - true\n type: boolean\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - account\n type: string\n required:\n - deleted\n - id\n - object\n title: DeletedAccount\n type: object\n x-expandableFields: []\n x-resourceId: deleted_account\n deleted_apple_pay_domain:\n description: ''\n properties:\n deleted:\n description: Always true for a deleted object\n enum:\n - true\n type: boolean\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - apple_pay_domain\n type: string\n required:\n - deleted\n - id\n - object\n title: DeletedApplePayDomain\n type: object\n x-expandableFields: []\n x-resourceId: deleted_apple_pay_domain\n deleted_application:\n description: ''\n properties:\n deleted:\n description: Always true for a deleted object\n enum:\n - true\n type: boolean\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n name:\n description: The name of the application.\n maxLength: 5000\n nullable: true\n type: string\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - application\n type: string\n required:\n - deleted\n - id\n - object\n title: DeletedApplication\n type: object\n x-expandableFields: []\n deleted_bank_account:\n description: ''\n properties:\n currency:\n description: Three-letter [ISO code for the currency](https://stripe.com/docs/payouts) paid out to the bank account.\n maxLength: 5000\n nullable: true\n type: string\n deleted:\n description: Always true for a deleted object\n enum:\n - true\n type: boolean\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - bank_account\n type: string\n required:\n - deleted\n - id\n - object\n title: DeletedBankAccount\n type: object\n x-expandableFields: []\n deleted_card:\n description: ''\n properties:\n currency:\n description: Three-letter [ISO code for the currency](https://stripe.com/docs/payouts) paid out to the bank account.\n maxLength: 5000\n nullable: true\n type: string\n deleted:\n description: Always true for a deleted object\n enum:\n - true\n type: boolean\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - card\n type: string\n required:\n - deleted\n - id\n - object\n title: DeletedCard\n type: object\n x-expandableFields: []\n deleted_coupon:\n description: ''\n properties:\n deleted:\n description: Always true for a deleted object\n enum:\n - true\n type: boolean\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - coupon\n type: string\n required:\n - deleted\n - id\n - object\n title: DeletedCoupon\n type: object\n x-expandableFields: []\n x-resourceId: deleted_coupon\n deleted_customer:\n description: ''\n properties:\n deleted:\n description: Always true for a deleted object\n enum:\n - true\n type: boolean\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - customer\n type: string\n required:\n - deleted\n - id\n - object\n title: DeletedCustomer\n type: object\n x-expandableFields: []\n x-resourceId: deleted_customer\n deleted_discount:\n description: ''\n properties:\n checkout_session:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n customer:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/customer'\n - $ref: '#/components/schemas/deleted_customer'\n description: The ID of the customer associated with this discount.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/customer'\n - $ref: '#/components/schemas/deleted_customer'\n customer_account:\n description: The ID of the account representing the customer associated with this discount.\n maxLength: 5000\n nullable: true\n type: string\n deleted:\n description: Always true for a deleted object\n enum:\n - true\n type: boolean\n id:\n 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.\n maxLength: 5000\n type: string\n invoice:\n description: The invoice that the discount's coupon was applied to, if it was applied directly to a particular invoice.\n maxLength: 5000\n nullable: true\n type: string\n invoice_item:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - discount\n type: string\n promotion_code:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/promotion_code'\n description: The promotion code applied to create this discount.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/promotion_code'\n source:\n $ref: '#/components/schemas/discount_source'\n start:\n description: Date that the coupon was applied.\n format: unix-time\n type: integer\n subscription:\n description: The subscription that this coupon is applied to, if it is applied to a particular subscription.\n maxLength: 5000\n nullable: true\n type: string\n subscription_item:\n description: The subscription item that this coupon is applied to, if it is applied to a particular subscription item.\n maxLength: 5000\n nullable: true\n type: string\n required:\n - deleted\n - id\n - object\n - source\n - start\n title: DeletedDiscount\n type: object\n x-expandableFields:\n - customer\n - promotion_code\n - source\n x-resourceId: deleted_discount\n deleted_external_account:\n anyOf:\n - $ref: '#/components/schemas/deleted_bank_account'\n - $ref: '#/components/schemas/deleted_card'\n title: Polymorphic\n x-resourceId: deleted_external_account\n x-stripeBypassValidation: true\n deleted_invoice:\n description: ''\n properties:\n deleted:\n description: Always true for a deleted object\n enum:\n - true\n type: boolean\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - invoice\n type: string\n required:\n - deleted\n - id\n - object\n title: DeletedInvoice\n type: object\n x-expandableFields: []\n x-resourceId: deleted_invoice\n deleted_invoiceitem:\n description: ''\n properties:\n deleted:\n description: Always true for a deleted object\n enum:\n - true\n type: boolean\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - invoiceitem\n type: string\n required:\n - deleted\n - id\n - object\n title: DeletedInvoiceItem\n type: object\n x-expandableFields: []\n x-resourceId: deleted_invoiceitem\n deleted_payment_source:\n anyOf:\n - $ref: '#/components/schemas/deleted_bank_account'\n - $ref: '#/components/schemas/deleted_card'\n title: Polymorphic\n x-resourceId: deleted_payment_source\n x-stripeBypassValidation: true\n deleted_person:\n description: ''\n properties:\n deleted:\n description: Always true for a deleted object\n enum:\n - true\n type: boolean\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - person\n type: string\n required:\n - deleted\n - id\n - object\n title: DeletedPerson\n type: object\n x-expandableFields: []\n x-resourceId: deleted_person\n deleted_plan:\n description: ''\n properties:\n deleted:\n description: Always true for a deleted object\n enum:\n - true\n type: boolean\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - plan\n type: string\n required:\n - deleted\n - id\n - object\n title: DeletedPlan\n type: object\n x-expandableFields: []\n x-resourceId: deleted_plan\n deleted_price:\n description: ''\n properties:\n deleted:\n description: Always true for a deleted object\n enum:\n - true\n type: boolean\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - price\n type: string\n required:\n - deleted\n - id\n - object\n title: DeletedPrice\n type: object\n x-expandableFields: []\n deleted_product:\n description: ''\n properties:\n deleted:\n description: Always true for a deleted object\n enum:\n - true\n type: boolean\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - product\n type: string\n required:\n - deleted\n - id\n - object\n title: DeletedProduct\n type: object\n x-expandableFields: []\n x-resourceId: deleted_product\n deleted_product_feature:\n description: ''\n properties:\n deleted:\n description: Always true for a deleted object\n enum:\n - true\n type: boolean\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - product_feature\n type: string\n required:\n - deleted\n - id\n - object\n title: DeletedProductFeature\n type: object\n x-expandableFields: []\n x-resourceId: deleted_product_feature\n deleted_radar.value_list:\n description: ''\n properties:\n deleted:\n description: Always true for a deleted object\n enum:\n - true\n type: boolean\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - radar.value_list\n type: string\n required:\n - deleted\n - id\n - object\n title: RadarListDeletedList\n type: object\n x-expandableFields: []\n x-resourceId: deleted_radar.value_list\n deleted_radar.value_list_item:\n description: ''\n properties:\n deleted:\n description: Always true for a deleted object\n enum:\n - true\n type: boolean\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - radar.value_list_item\n type: string\n required:\n - deleted\n - id\n - object\n title: RadarListDeletedListItem\n type: object\n x-expandableFields: []\n x-resourceId: deleted_radar.value_list_item\n deleted_subscription_item:\n description: ''\n properties:\n deleted:\n description: Always true for a deleted object\n enum:\n - true\n type: boolean\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - subscription_item\n type: string\n required:\n - deleted\n - id\n - object\n title: DeletedSubscriptionItem\n type: object\n x-expandableFields: []\n x-resourceId: deleted_subscription_item\n deleted_tax_id:\n description: ''\n properties:\n deleted:\n description: Always true for a deleted object\n enum:\n - true\n type: boolean\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - tax_id\n type: string\n required:\n - deleted\n - id\n - object\n title: deleted_tax_id\n type: object\n x-expandableFields: []\n x-resourceId: deleted_tax_id\n deleted_terminal.configuration:\n description: ''\n properties:\n deleted:\n description: Always true for a deleted object\n enum:\n - true\n type: boolean\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - terminal.configuration\n type: string\n required:\n - deleted\n - id\n - object\n title: TerminalConfigurationDeletedConfiguration\n type: object\n x-expandableFields: []\n x-resourceId: deleted_terminal.configuration\n deleted_terminal.location:\n description: ''\n properties:\n deleted:\n description: Always true for a deleted object\n enum:\n - true\n type: boolean\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - terminal.location\n type: string\n required:\n - deleted\n - id\n - object\n title: TerminalLocationDeletedLocation\n type: object\n x-expandableFields: []\n x-resourceId: deleted_terminal.location\n deleted_terminal.reader:\n description: ''\n properties:\n deleted:\n description: Always true for a deleted object\n enum:\n - true\n type: boolean\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - terminal.reader\n type: string\n required:\n - deleted\n - id\n - object\n title: TerminalReaderDeletedReader\n type: object\n x-expandableFields: []\n x-resourceId: deleted_terminal.reader\n deleted_test_helpers.test_clock:\n description: ''\n properties:\n deleted:\n description: Always true for a deleted object\n enum:\n - true\n type: boolean\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - test_helpers.test_clock\n type: string\n required:\n - deleted\n - id\n - object\n title: DeletedTestClock\n type: object\n x-expandableFields: []\n x-resourceId: deleted_test_helpers.test_clock\n deleted_webhook_endpoint:\n description: ''\n properties:\n deleted:\n description: Always true for a deleted object\n enum:\n - true\n type: boolean\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - webhook_endpoint\n type: string\n required:\n - deleted\n - id\n - object\n title: NotificationWebhookEndpointDeleted\n type: object\n x-expandableFields: []\n x-resourceId: deleted_webhook_endpoint\n destination_details_unimplemented:\n description: ''\n properties: {}\n title: destination_details_unimplemented\n type: object\n x-expandableFields: []\n discount:\n description: |-\n A discount represents the actual application of a [coupon](https://api.stripe.com#coupons) or [promotion code](https://api.stripe.com#promotion_codes).\n It contains information about when the discount began, when it will end, and what it is applied to.\n\n Related guide: [Applying discounts to subscriptions](https://docs.stripe.com/billing/subscriptions/discounts)\n properties:\n checkout_session:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n customer:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/customer'\n - $ref: '#/components/schemas/deleted_customer'\n description: The ID of the customer associated with this discount.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/customer'\n - $ref: '#/components/schemas/deleted_customer'\n customer_account:\n description: The ID of the account representing the customer associated with this discount.\n maxLength: 5000\n nullable: true\n type: string\n end:\n 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.\n format: unix-time\n nullable: true\n type: integer\n id:\n 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.\n maxLength: 5000\n type: string\n invoice:\n description: The invoice that the discount's coupon was applied to, if it was applied directly to a particular invoice.\n maxLength: 5000\n nullable: true\n type: string\n invoice_item:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - discount\n type: string\n promotion_code:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/promotion_code'\n description: The promotion code applied to create this discount.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/promotion_code'\n source:\n $ref: '#/components/schemas/discount_source'\n start:\n description: Date that the coupon was applied.\n format: unix-time\n type: integer\n subscription:\n description: The subscription that this coupon is applied to, if it is applied to a particular subscription.\n maxLength: 5000\n nullable: true\n type: string\n subscription_item:\n description: The subscription item that this coupon is applied to, if it is applied to a particular subscription item.\n maxLength: 5000\n nullable: true\n type: string\n required:\n - id\n - object\n - source\n - start\n title: Discount\n type: object\n x-expandableFields:\n - customer\n - promotion_code\n - source\n x-resourceId: discount\n discount_source:\n description: ''\n properties:\n coupon:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/coupon'\n description: The coupon that was redeemed to create this discount.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/coupon'\n type:\n description: The source type of the discount.\n enum:\n - coupon\n type: string\n required:\n - type\n title: DiscountSource\n type: object\n x-expandableFields:\n - coupon\n discounts_resource_discount_amount:\n description: ''\n properties:\n amount:\n description: The amount, in cents (or local equivalent), of the discount.\n type: integer\n discount:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/discount'\n - $ref: '#/components/schemas/deleted_discount'\n description: The discount that was applied to get this discount amount.\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/discount'\n - $ref: '#/components/schemas/deleted_discount'\n required:\n - amount\n - discount\n title: DiscountsResourceDiscountAmount\n type: object\n x-expandableFields:\n - discount\n discounts_resource_stackable_discount:\n description: ''\n properties:\n coupon:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/coupon'\n description: ID of the coupon to create a new discount for.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/coupon'\n discount:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/discount'\n description: ID of an existing discount on the object (or one of its ancestors) to reuse.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/discount'\n promotion_code:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/promotion_code'\n description: ID of the promotion code to create a new discount for.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/promotion_code'\n title: DiscountsResourceStackableDiscount\n type: object\n x-expandableFields:\n - coupon\n - discount\n - promotion_code\n dispute:\n description: |-\n A dispute occurs when a customer questions your charge with their card issuer.\n When this happens, you have the opportunity to respond to the dispute with\n evidence that shows that the charge is legitimate.\n\n Related guide: [Disputes and fraud](https://docs.stripe.com/disputes)\n properties:\n amount:\n 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).\n type: integer\n balance_transactions:\n 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.\n items:\n $ref: '#/components/schemas/balance_transaction'\n type: array\n charge:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/charge'\n description: ID of the charge that's disputed.\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/charge'\n created:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n currency:\n 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).\n format: currency\n type: string\n enhanced_eligibility_types:\n description: List of eligibility types that are included in `enhanced_evidence`.\n items:\n enum:\n - visa_compelling_evidence_3\n - visa_compliance\n type: string\n type: array\n evidence:\n $ref: '#/components/schemas/dispute_evidence'\n evidence_details:\n $ref: '#/components/schemas/dispute_evidence_details'\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n is_charge_refundable:\n 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.\n type: boolean\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n metadata:\n additionalProperties:\n maxLength: 500\n type: string\n 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.\n type: object\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - dispute\n type: string\n payment_intent:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/payment_intent'\n description: ID of the PaymentIntent that's disputed.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/payment_intent'\n payment_method_details:\n $ref: '#/components/schemas/dispute_payment_method_details'\n reason:\n 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).\n maxLength: 5000\n type: string\n status:\n 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`.\n enum:\n - lost\n - needs_response\n - prevented\n - under_review\n - warning_closed\n - warning_needs_response\n - warning_under_review\n - won\n type: string\n x-stripeBypassValidation: true\n required:\n - amount\n - balance_transactions\n - charge\n - created\n - currency\n - enhanced_eligibility_types\n - evidence\n - evidence_details\n - id\n - is_charge_refundable\n - livemode\n - metadata\n - object\n - reason\n - status\n title: Dispute\n type: object\n x-expandableFields:\n - balance_transactions\n - charge\n - evidence\n - evidence_details\n - payment_intent\n - payment_method_details\n x-resourceId: dispute\n dispute_enhanced_eligibility:\n description: ''\n properties:\n visa_compelling_evidence_3:\n $ref: '#/components/schemas/dispute_enhanced_eligibility_visa_compelling_evidence3'\n visa_compliance:\n $ref: '#/components/schemas/dispute_enhanced_eligibility_visa_compliance'\n title: DisputeEnhancedEligibility\n type: object\n x-expandableFields:\n - visa_compelling_evidence_3\n - visa_compliance\n dispute_enhanced_eligibility_visa_compelling_evidence3:\n description: ''\n properties:\n required_actions:\n description: List of actions required to qualify dispute for Visa Compelling Evidence 3.0 evidence submission.\n items:\n enum:\n - missing_customer_identifiers\n - missing_disputed_transaction_description\n - missing_merchandise_or_services\n - missing_prior_undisputed_transaction_description\n - missing_prior_undisputed_transactions\n type: string\n type: array\n status:\n description: Visa Compelling Evidence 3.0 eligibility status.\n enum:\n - not_qualified\n - qualified\n - requires_action\n type: string\n required:\n - required_actions\n - status\n title: DisputeEnhancedEligibilityVisaCompellingEvidence3\n type: object\n x-expandableFields: []\n dispute_enhanced_eligibility_visa_compliance:\n description: ''\n properties:\n status:\n description: Visa compliance eligibility status.\n enum:\n - fee_acknowledged\n - requires_fee_acknowledgement\n type: string\n required:\n - status\n title: DisputeEnhancedEligibilityVisaCompliance\n type: object\n x-expandableFields: []\n dispute_enhanced_evidence:\n description: ''\n properties:\n visa_compelling_evidence_3:\n $ref: '#/components/schemas/dispute_enhanced_evidence_visa_compelling_evidence3'\n visa_compliance:\n $ref: '#/components/schemas/dispute_enhanced_evidence_visa_compliance'\n title: DisputeEnhancedEvidence\n type: object\n x-expandableFields:\n - visa_compelling_evidence_3\n - visa_compliance\n dispute_enhanced_evidence_visa_compelling_evidence3:\n description: ''\n properties:\n disputed_transaction:\n anyOf:\n - $ref: '#/components/schemas/dispute_visa_compelling_evidence3_disputed_transaction'\n description: Disputed transaction details for Visa Compelling Evidence 3.0 evidence submission.\n nullable: true\n prior_undisputed_transactions:\n description: List of exactly two prior undisputed transaction objects for Visa Compelling Evidence 3.0 evidence submission.\n items:\n $ref: '#/components/schemas/dispute_visa_compelling_evidence3_prior_undisputed_transaction'\n type: array\n required:\n - prior_undisputed_transactions\n title: DisputeEnhancedEvidenceVisaCompellingEvidence3\n type: object\n x-expandableFields:\n - disputed_transaction\n - prior_undisputed_transactions\n dispute_enhanced_evidence_visa_compliance:\n description: ''\n properties:\n fee_acknowledged:\n 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.\n type: boolean\n required:\n - fee_acknowledged\n title: DisputeEnhancedEvidenceVisaCompliance\n type: object\n x-expandableFields: []\n dispute_evidence:\n description: ''\n properties:\n access_activity_log:\n 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.\n maxLength: 150000\n nullable: true\n type: string\n billing_address:\n description: The billing address provided by the customer.\n maxLength: 5000\n nullable: true\n type: string\n cancellation_policy:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/file'\n description: (ID of a [file upload](https://stripe.com/docs/guides/file-upload)) Your subscription cancellation policy, as shown to the customer.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/file'\n cancellation_policy_disclosure:\n description: An explanation of how and when the customer was shown your refund policy prior to purchase.\n maxLength: 150000\n nullable: true\n type: string\n cancellation_rebuttal:\n description: A justification for why the customer's subscription was not canceled.\n maxLength: 150000\n nullable: true\n type: string\n customer_communication:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/file'\n 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.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/file'\n customer_email_address:\n description: The email address of the customer.\n maxLength: 5000\n nullable: true\n type: string\n customer_name:\n description: The name of the customer.\n maxLength: 5000\n nullable: true\n type: string\n customer_purchase_ip:\n description: The IP address that the customer used when making the purchase.\n maxLength: 5000\n nullable: true\n type: string\n customer_signature:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/file'\n description: (ID of a [file upload](https://stripe.com/docs/guides/file-upload)) A relevant document or contract showing the customer's signature.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/file'\n duplicate_charge_documentation:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/file'\n 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.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/file'\n duplicate_charge_explanation:\n description: An explanation of the difference between the disputed charge versus the prior charge that appears to be a duplicate.\n maxLength: 150000\n nullable: true\n type: string\n duplicate_charge_id:\n description: The Stripe ID for the prior charge which appears to be a duplicate of the disputed charge.\n maxLength: 5000\n nullable: true\n type: string\n enhanced_evidence:\n $ref: '#/components/schemas/dispute_enhanced_evidence'\n product_description:\n description: A description of the product or service that was sold.\n maxLength: 150000\n nullable: true\n type: string\n receipt:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/file'\n 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.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/file'\n refund_policy:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/file'\n description: (ID of a [file upload](https://stripe.com/docs/guides/file-upload)) Your refund policy, as shown to the customer.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/file'\n refund_policy_disclosure:\n description: Documentation demonstrating that the customer was shown your refund policy prior to purchase.\n maxLength: 150000\n nullable: true\n type: string\n refund_refusal_explanation:\n description: A justification for why the customer is not entitled to a refund.\n maxLength: 150000\n nullable: true\n type: string\n service_date:\n description: The date on which the customer received or began receiving the purchased service, in a clear human-readable format.\n maxLength: 5000\n nullable: true\n type: string\n service_documentation:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/file'\n 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.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/file'\n shipping_address:\n description: The address to which a physical product was shipped. You should try to include as complete address information as possible.\n maxLength: 5000\n nullable: true\n type: string\n shipping_carrier:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n shipping_date:\n description: The date on which a physical product began its route to the shipping address, in a clear human-readable format.\n maxLength: 5000\n nullable: true\n type: string\n shipping_documentation:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/file'\n 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.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/file'\n shipping_tracking_number:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n uncategorized_file:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/file'\n description: (ID of a [file upload](https://stripe.com/docs/guides/file-upload)) Any additional evidence or statements.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/file'\n uncategorized_text:\n description: Any additional evidence or statements.\n maxLength: 150000\n nullable: true\n type: string\n required:\n - enhanced_evidence\n title: DisputeEvidence\n type: object\n x-expandableFields:\n - cancellation_policy\n - customer_communication\n - customer_signature\n - duplicate_charge_documentation\n - enhanced_evidence\n - receipt\n - refund_policy\n - service_documentation\n - shipping_documentation\n - uncategorized_file\n dispute_evidence_details:\n description: ''\n properties:\n due_by:\n 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.\n format: unix-time\n nullable: true\n type: integer\n enhanced_eligibility:\n $ref: '#/components/schemas/dispute_enhanced_eligibility'\n has_evidence:\n description: Whether evidence has been staged for this dispute.\n type: boolean\n past_due:\n 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.\n type: boolean\n submission_count:\n description: The number of times evidence has been submitted. Typically, you may only submit evidence once.\n type: integer\n required:\n - enhanced_eligibility\n - has_evidence\n - past_due\n - submission_count\n title: DisputeEvidenceDetails\n type: object\n x-expandableFields:\n - enhanced_eligibility\n dispute_payment_method_details:\n description: ''\n properties:\n amazon_pay:\n $ref: '#/components/schemas/dispute_payment_method_details_amazon_pay'\n card:\n $ref: '#/components/schemas/dispute_payment_method_details_card'\n klarna:\n $ref: '#/components/schemas/dispute_payment_method_details_klarna'\n paypal:\n $ref: '#/components/schemas/dispute_payment_method_details_paypal'\n type:\n description: Payment method type.\n enum:\n - amazon_pay\n - card\n - klarna\n - paypal\n type: string\n required:\n - type\n title: DisputePaymentMethodDetails\n type: object\n x-expandableFields:\n - amazon_pay\n - card\n - klarna\n - paypal\n dispute_payment_method_details_amazon_pay:\n description: ''\n properties:\n dispute_type:\n description: The AmazonPay dispute type, chargeback or claim\n enum:\n - chargeback\n - claim\n nullable: true\n type: string\n title: DisputePaymentMethodDetailsAmazonPay\n type: object\n x-expandableFields: []\n dispute_payment_method_details_card:\n description: ''\n properties:\n brand:\n description: Card brand. Can be `amex`, `cartes_bancaires`, `diners`, `discover`, `eftpos_au`, `jcb`, `link`, `mastercard`, `unionpay`, `visa` or `unknown`.\n maxLength: 5000\n type: string\n case_type:\n description: The type of dispute opened. Different case types may have varying fees and financial impact.\n enum:\n - block\n - chargeback\n - compliance\n - inquiry\n - resolution\n type: string\n network_reason_code:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n required:\n - brand\n - case_type\n title: DisputePaymentMethodDetailsCard\n type: object\n x-expandableFields: []\n dispute_payment_method_details_klarna:\n description: ''\n properties:\n chargeback_loss_reason_code:\n description: Chargeback loss reason mapped by Stripe from Klarna's chargeback loss reason\n maxLength: 5000\n type: string\n reason_code:\n description: The reason for the dispute as defined by Klarna\n maxLength: 5000\n nullable: true\n type: string\n title: DisputePaymentMethodDetailsKlarna\n type: object\n x-expandableFields: []\n dispute_payment_method_details_paypal:\n description: ''\n properties:\n case_id:\n description: The ID of the dispute in PayPal.\n maxLength: 5000\n nullable: true\n type: string\n reason_code:\n description: The reason for the dispute as defined by PayPal\n maxLength: 5000\n nullable: true\n type: string\n title: DisputePaymentMethodDetailsPaypal\n type: object\n x-expandableFields: []\n dispute_transaction_shipping_address:\n description: ''\n properties:\n city:\n description: City, district, suburb, town, or village.\n maxLength: 5000\n nullable: true\n type: string\n country:\n description: Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).\n maxLength: 5000\n nullable: true\n type: string\n line1:\n description: Address line 1, such as the street, PO Box, or company name.\n maxLength: 5000\n nullable: true\n type: string\n line2:\n description: Address line 2, such as the apartment, suite, unit, or building.\n maxLength: 5000\n nullable: true\n type: string\n postal_code:\n description: ZIP or postal code.\n maxLength: 5000\n nullable: true\n type: string\n state:\n description: State, county, province, or region ([ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2)).\n maxLength: 5000\n nullable: true\n type: string\n title: DisputeTransactionShippingAddress\n type: object\n x-expandableFields: []\n dispute_visa_compelling_evidence3_disputed_transaction:\n description: ''\n properties:\n customer_account_id:\n description: User Account ID used to log into business platform. Must be recognizable by the user.\n maxLength: 5000\n nullable: true\n type: string\n customer_device_fingerprint:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n customer_device_id:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n customer_email_address:\n description: The email address of the customer.\n maxLength: 5000\n nullable: true\n type: string\n customer_purchase_ip:\n description: The IP address that the customer used when making the purchase.\n maxLength: 5000\n nullable: true\n type: string\n merchandise_or_services:\n description: Categorization of disputed payment.\n enum:\n - merchandise\n - services\n nullable: true\n type: string\n product_description:\n description: A description of the product or service that was sold.\n maxLength: 150000\n nullable: true\n type: string\n shipping_address:\n anyOf:\n - $ref: '#/components/schemas/dispute_transaction_shipping_address'\n description: The address to which a physical product was shipped. All fields are required for Visa Compelling Evidence 3.0 evidence submission.\n nullable: true\n title: DisputeVisaCompellingEvidence3DisputedTransaction\n type: object\n x-expandableFields:\n - shipping_address\n dispute_visa_compelling_evidence3_prior_undisputed_transaction:\n description: ''\n properties:\n charge:\n description: Stripe charge ID for the Visa Compelling Evidence 3.0 eligible prior charge.\n maxLength: 5000\n type: string\n customer_account_id:\n description: User Account ID used to log into business platform. Must be recognizable by the user.\n maxLength: 5000\n nullable: true\n type: string\n customer_device_fingerprint:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n customer_device_id:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n customer_email_address:\n description: The email address of the customer.\n maxLength: 5000\n nullable: true\n type: string\n customer_purchase_ip:\n description: The IP address that the customer used when making the purchase.\n maxLength: 5000\n nullable: true\n type: string\n product_description:\n description: A description of the product or service that was sold.\n maxLength: 150000\n nullable: true\n type: string\n shipping_address:\n anyOf:\n - $ref: '#/components/schemas/dispute_transaction_shipping_address'\n description: The address to which a physical product was shipped. All fields are required for Visa Compelling Evidence 3.0 evidence submission.\n nullable: true\n required:\n - charge\n title: DisputeVisaCompellingEvidence3PriorUndisputedTransaction\n type: object\n x-expandableFields:\n - shipping_address\n email_sent:\n description: ''\n properties:\n email_sent_at:\n description: The timestamp when the email was sent.\n format: unix-time\n type: integer\n email_sent_to:\n description: The recipient's email address.\n maxLength: 5000\n type: string\n required:\n - email_sent_at\n - email_sent_to\n title: EmailSent\n type: object\n x-expandableFields: []\n entitlements.active_entitlement:\n description: An active entitlement describes access to a feature for a customer.\n properties:\n feature:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/entitlements.feature'\n description: The [Feature](https://docs.stripe.com/api/entitlements/feature) that the customer is entitled to.\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/entitlements.feature'\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n lookup_key:\n description: A unique key you provide as your own system identifier. This may be up to 80 characters.\n maxLength: 5000\n type: string\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - entitlements.active_entitlement\n type: string\n required:\n - feature\n - id\n - livemode\n - lookup_key\n - object\n title: ActiveEntitlement\n type: object\n x-expandableFields:\n - feature\n x-resourceId: entitlements.active_entitlement\n entitlements.feature:\n description: |-\n A feature represents a monetizable ability or functionality in your system.\n Features can be assigned to products, and when those products are purchased, Stripe will create an entitlement to the feature for the purchasing customer.\n properties:\n active:\n description: Inactive features cannot be attached to new products and will not be returned from the features list endpoint.\n type: boolean\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n lookup_key:\n description: A unique key you provide as your own system identifier. This may be up to 80 characters.\n maxLength: 5000\n type: string\n metadata:\n additionalProperties:\n maxLength: 500\n type: string\n 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.\n type: object\n name:\n description: The feature's name, for your own purpose, not meant to be displayable to the customer.\n maxLength: 80\n type: string\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - entitlements.feature\n type: string\n required:\n - active\n - id\n - livemode\n - lookup_key\n - metadata\n - name\n - object\n title: Feature\n type: object\n x-expandableFields: []\n x-resourceId: entitlements.feature\n ephemeral_key:\n description: ''\n properties:\n created:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n expires:\n description: Time at which the key will expire. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - ephemeral_key\n type: string\n secret:\n description: The key's secret. You can use this value to make authorized requests to the Stripe API.\n maxLength: 5000\n type: string\n required:\n - created\n - expires\n - id\n - livemode\n - object\n title: EphemeralKey\n type: object\n x-expandableFields: []\n x-resourceId: ephemeral_key\n error:\n description: An error response from the Stripe API\n properties:\n error:\n $ref: '#/components/schemas/api_errors'\n required:\n - error\n type: object\n event:\n description: |-\n Snapshot events allow you to track and react to activity in your Stripe integration. When\n the state of another API resource changes, Stripe creates an `Event` object that contains\n all the relevant information associated with that action, including the affected API\n resource. For example, a successful payment triggers a `charge.succeeded` event, which\n contains the `Charge` in the event's data property. Some actions trigger multiple events.\n For 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\n Configure an event destination in your account to listen for events that represent actions\n your integration needs to respond to. Additionally, you can retrieve an individual event or\n a list of events from the API.\n\n [Connect](https://docs.stripe.com/connect) platforms can also receive event notifications\n that occur in their connected accounts. These events include an account attribute that\n identifies the relevant connected account.\n\n You can access events through the [Retrieve Event API](https://docs.stripe.com/api/events#retrieve_event)\n for 30 days.\n properties:\n account:\n description: The connected account that originates the event.\n maxLength: 5000\n type: string\n api_version:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n context:\n description: Authentication context needed to fetch the event or related object.\n maxLength: 5000\n type: string\n created:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n data:\n $ref: '#/components/schemas/notification_event_data'\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - event\n type: string\n pending_webhooks:\n description: Number of webhooks that haven't been successfully delivered (for example, to return a 20x response) to the URLs you specify.\n type: integer\n request:\n anyOf:\n - $ref: '#/components/schemas/notification_event_request'\n description: Information on the API request that triggers the event.\n nullable: true\n type:\n description: Description of the event (for example, `invoice.created` or `charge.refunded`).\n maxLength: 5000\n type: string\n required:\n - created\n - data\n - id\n - livemode\n - object\n - pending_webhooks\n - type\n title: NotificationEvent\n type: object\n x-expandableFields:\n - data\n - request\n x-resourceId: event\n exchange_rate:\n description: |-\n [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\n using to convert from one currency to another. Since this number is variable\n throughout the day, there are various reasons why you might want to know the current\n rate (for example, to dynamically price an item for a user with a default\n payment in a foreign currency).\n\n Please 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,\n you can guarantee that a charge is made with an exchange rate that you expect is\n current. To do so, you must pass in the exchange_rate to charges endpoints. If the\n value 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.*\n properties:\n id:\n 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.\n maxLength: 5000\n type: string\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - exchange_rate\n type: string\n rates:\n additionalProperties:\n type: number\n 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.\n type: object\n required:\n - id\n - object\n - rates\n title: ExchangeRate\n type: object\n x-expandableFields: []\n x-resourceId: exchange_rate\n external_account:\n anyOf:\n - $ref: '#/components/schemas/bank_account'\n - $ref: '#/components/schemas/card'\n title: Polymorphic\n x-resourceId: external_account\n x-stripeBypassValidation: true\n external_account_requirements:\n description: ''\n properties:\n currently_due:\n 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.\n items:\n maxLength: 5000\n type: string\n nullable: true\n type: array\n errors:\n description: Details about validation and verification failures for `due` requirements that must be resolved.\n items:\n $ref: '#/components/schemas/account_requirements_error'\n nullable: true\n type: array\n past_due:\n description: Fields that haven't been resolved by `current_deadline`. These fields need to be resolved to enable the external account.\n items:\n maxLength: 5000\n type: string\n nullable: true\n type: array\n pending_verification:\n 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.\n items:\n maxLength: 5000\n type: string\n nullable: true\n type: array\n title: ExternalAccountRequirements\n type: object\n x-expandableFields:\n - errors\n fabric_service:\n description: A resource representing a fabric service integration.\n properties:\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - fabric_service\n type: string\n required:\n - object\n title: FabricFabricService\n type: object\n x-expandableFields: []\n x-resourceId: fabric_service\n fee:\n description: ''\n properties:\n amount:\n description: Amount of the fee, in cents.\n type: integer\n application:\n description: ID of the Connect application that earned the fee.\n maxLength: 5000\n nullable: true\n type: string\n currency:\n 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).\n format: currency\n type: string\n description:\n description: An arbitrary string attached to the object. Often useful for displaying to users.\n maxLength: 5000\n nullable: true\n type: string\n type:\n description: 'Type of the fee, one of: `application_fee`, `payment_method_passthrough_fee`, `stripe_fee` or `tax`.'\n maxLength: 5000\n type: string\n required:\n - amount\n - currency\n - type\n title: Fee\n type: object\n x-expandableFields: []\n fee_refund:\n description: |-\n `Application Fee Refund` objects allow you to refund an application fee that\n has previously been created but not yet refunded. Funds will be refunded to\n the Stripe account from which the fee was originally collected.\n\n Related guide: [Refunding application fees](https://docs.stripe.com/connect/destination-charges#refunding-app-fee)\n properties:\n amount:\n description: Amount, in cents (or local equivalent).\n type: integer\n balance_transaction:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/balance_transaction'\n description: Balance transaction that describes the impact on your account balance.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/balance_transaction'\n created:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n currency:\n 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).\n format: currency\n type: string\n fee:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/application_fee'\n description: ID of the application fee that was refunded.\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/application_fee'\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n metadata:\n additionalProperties:\n maxLength: 500\n type: string\n 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.\n nullable: true\n type: object\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - fee_refund\n type: string\n required:\n - amount\n - created\n - currency\n - fee\n - id\n - object\n title: FeeRefund\n type: object\n x-expandableFields:\n - balance_transaction\n - fee\n x-resourceId: fee_refund\n file:\n description: |-\n This object represents files hosted on Stripe's servers. You can upload\n files with the [create file](https://api.stripe.com#create_file) request\n (for example, when uploading dispute evidence). Stripe also\n creates files independently (for example, the results of a [Sigma scheduled\n query](#scheduled_queries)).\n\n Related guide: [File upload guide](https://docs.stripe.com/file-upload)\n properties:\n created:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n expires_at:\n description: The file expires and isn't available at this time in epoch seconds.\n format: unix-time\n nullable: true\n type: integer\n filename:\n description: The suitable name for saving the file to a filesystem.\n maxLength: 5000\n nullable: true\n type: string\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n links:\n description: A list of [file links](https://api.stripe.com#file_links) that point at this file.\n nullable: true\n properties:\n data:\n description: Details about each object.\n items:\n $ref: '#/components/schemas/file_link'\n type: array\n has_more:\n description: True if this list has another page of items after this one that can be fetched.\n type: boolean\n object:\n description: String representing the object's type. Objects of the same type share the same value. Always has the value `list`.\n enum:\n - list\n type: string\n url:\n description: The URL where this list can be accessed.\n maxLength: 5000\n pattern: ^/v1/file_links\n type: string\n required:\n - data\n - has_more\n - object\n - url\n title: FileResourceFileLinkList\n type: object\n x-expandableFields:\n - data\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - file\n type: string\n purpose:\n description: The [purpose](https://docs.stripe.com/file-upload#uploading-a-file) of the uploaded file.\n enum:\n - account_requirement\n - additional_verification\n - business_icon\n - business_logo\n - customer_signature\n - dispute_evidence\n - document_provider_identity_document\n - finance_report_run\n - financial_account_statement\n - identity_document\n - identity_document_downloadable\n - issuing_regulatory_reporting\n - pci_document\n - platform_terms_of_service\n - selfie\n - sigma_scheduled_query\n - tax_document_user_upload\n - terminal_android_apk\n - terminal_reader_splashscreen\n type: string\n x-stripeBypassValidation: true\n size:\n description: The size of the file object in bytes.\n type: integer\n title:\n description: A suitable title for the document.\n maxLength: 5000\n nullable: true\n type: string\n type:\n description: The returned file type (for example, `csv`, `pdf`, `jpg`, or `png`).\n maxLength: 5000\n nullable: true\n type: string\n url:\n description: Use your live secret API key to download the file from this URL.\n maxLength: 5000\n nullable: true\n type: string\n required:\n - created\n - id\n - object\n - purpose\n - size\n title: File\n type: object\n x-expandableFields:\n - links\n x-resourceId: file\n file_link:\n description: |-\n To share the contents of a `File` object with non-Stripe users, you can\n create a `FileLink`. `FileLink`s contain a URL that you can use to\n retrieve the contents of the file without authentication.\n properties:\n created:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n expired:\n description: Returns if the link is already expired.\n type: boolean\n expires_at:\n description: Time that the link expires.\n format: unix-time\n nullable: true\n type: integer\n file:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/file'\n description: The file object this link points to.\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/file'\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n metadata:\n additionalProperties:\n maxLength: 500\n type: string\n 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.\n type: object\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - file_link\n type: string\n url:\n description: The publicly accessible URL to download the file.\n maxLength: 5000\n nullable: true\n type: string\n required:\n - created\n - expired\n - file\n - id\n - livemode\n - metadata\n - object\n title: FileLink\n type: object\n x-expandableFields:\n - file\n x-resourceId: file_link\n financial_connections.account:\n description: A Financial Connections Account represents an account that exists outside of Stripe, to which you have been granted some degree of access.\n properties:\n account_holder:\n anyOf:\n - $ref: '#/components/schemas/bank_connections_resource_accountholder'\n description: The account holder that this account belongs to.\n nullable: true\n account_numbers:\n description: Details about the account numbers.\n items:\n $ref: '#/components/schemas/bank_connections_resource_account_number_details'\n nullable: true\n type: array\n balance:\n anyOf:\n - $ref: '#/components/schemas/bank_connections_resource_balance'\n description: The most recent information about the account's balance.\n nullable: true\n balance_refresh:\n anyOf:\n - $ref: '#/components/schemas/bank_connections_resource_balance_refresh'\n description: The state of the most recent attempt to refresh the account balance.\n nullable: true\n category:\n description: The type of the account. Account category is further divided in `subcategory`.\n enum:\n - cash\n - credit\n - investment\n - other\n type: string\n created:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n display_name:\n description: A human-readable name that has been assigned to this account, either by the account holder or by the institution.\n maxLength: 5000\n nullable: true\n type: string\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n institution_name:\n description: The name of the institution that holds this account.\n maxLength: 5000\n type: string\n last4:\n description: The last 4 digits of the account number. If present, this will be 4 numeric characters.\n maxLength: 5000\n nullable: true\n type: string\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - financial_connections.account\n type: string\n ownership:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/financial_connections.account_ownership'\n description: The most recent information about the account's owners.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/financial_connections.account_ownership'\n ownership_refresh:\n anyOf:\n - $ref: '#/components/schemas/bank_connections_resource_ownership_refresh'\n description: The state of the most recent attempt to refresh the account owners.\n nullable: true\n permissions:\n description: The list of permissions granted by this account.\n items:\n enum:\n - balances\n - ownership\n - payment_method\n - transactions\n type: string\n nullable: true\n type: array\n status:\n description: The status of the link to the account.\n enum:\n - active\n - disconnected\n - inactive\n type: string\n subcategory:\n description: |-\n If `category` is `cash`, one of:\n\n - `checking`\n - `savings`\n - `other`\n\n If `category` is `credit`, one of:\n\n - `mortgage`\n - `line_of_credit`\n - `credit_card`\n - `other`\n\n If `category` is `investment` or `other`, this will be `other`.\n enum:\n - checking\n - credit_card\n - line_of_credit\n - mortgage\n - other\n - savings\n type: string\n subscriptions:\n description: The list of data refresh subscriptions requested on this account.\n items:\n enum:\n - transactions\n type: string\n x-stripeBypassValidation: true\n nullable: true\n type: array\n supported_payment_method_types:\n description: The [PaymentMethod type](https://docs.stripe.com/api/payment_methods/object#payment_method_object-type)(s) that can be created from this account.\n items:\n enum:\n - link\n - us_bank_account\n type: string\n x-stripeBypassValidation: true\n type: array\n transaction_refresh:\n anyOf:\n - $ref: '#/components/schemas/bank_connections_resource_transaction_refresh'\n description: The state of the most recent attempt to refresh the account transactions.\n nullable: true\n required:\n - category\n - created\n - id\n - institution_name\n - livemode\n - object\n - status\n - subcategory\n - supported_payment_method_types\n title: BankConnectionsResourceLinkedAccount\n type: object\n x-expandableFields:\n - account_holder\n - account_numbers\n - balance\n - balance_refresh\n - ownership\n - ownership_refresh\n - transaction_refresh\n x-resourceId: financial_connections.account\n financial_connections.account_owner:\n description: Describes an owner of an account.\n properties:\n email:\n description: The email address of the owner.\n maxLength: 5000\n nullable: true\n type: string\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n name:\n description: The full name of the owner.\n maxLength: 5000\n type: string\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - financial_connections.account_owner\n type: string\n ownership:\n description: The ownership object that this owner belongs to.\n maxLength: 5000\n type: string\n phone:\n description: The raw phone number of the owner.\n maxLength: 5000\n nullable: true\n type: string\n raw_address:\n description: The raw physical address of the owner.\n maxLength: 5000\n nullable: true\n type: string\n refreshed_at:\n description: The timestamp of the refresh that updated this owner.\n format: unix-time\n nullable: true\n type: integer\n required:\n - id\n - name\n - object\n - ownership\n title: BankConnectionsResourceOwner\n type: object\n x-expandableFields: []\n x-resourceId: financial_connections.account_owner\n financial_connections.account_ownership:\n description: Describes a snapshot of the owners of an account at a particular point in time.\n properties:\n created:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - financial_connections.account_ownership\n type: string\n owners:\n description: A paginated list of owners for this account.\n properties:\n data:\n description: Details about each object.\n items:\n $ref: '#/components/schemas/financial_connections.account_owner'\n type: array\n has_more:\n description: True if this list has another page of items after this one that can be fetched.\n type: boolean\n object:\n description: String representing the object's type. Objects of the same type share the same value. Always has the value `list`.\n enum:\n - list\n type: string\n url:\n description: The URL where this list can be accessed.\n maxLength: 5000\n type: string\n required:\n - data\n - has_more\n - object\n - url\n title: BankConnectionsResourceOwnerList\n type: object\n x-expandableFields:\n - data\n required:\n - created\n - id\n - object\n - owners\n title: BankConnectionsResourceOwnership\n type: object\n x-expandableFields:\n - owners\n financial_connections.session:\n 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.\n properties:\n account_holder:\n anyOf:\n - $ref: '#/components/schemas/bank_connections_resource_accountholder'\n description: The account holder for whom accounts are collected in this session.\n nullable: true\n accounts:\n description: The accounts that were collected as part of this Session.\n properties:\n data:\n description: Details about each object.\n items:\n $ref: '#/components/schemas/financial_connections.account'\n type: array\n has_more:\n description: True if this list has another page of items after this one that can be fetched.\n type: boolean\n object:\n description: String representing the object's type. Objects of the same type share the same value. Always has the value `list`.\n enum:\n - list\n type: string\n url:\n description: The URL where this list can be accessed.\n maxLength: 5000\n pattern: ^/v1/financial_connections/accounts\n type: string\n required:\n - data\n - has_more\n - object\n - url\n title: BankConnectionsResourceLinkedAccountList\n type: object\n x-expandableFields:\n - data\n client_secret:\n description: A value that will be passed to the client to launch the authentication flow.\n maxLength: 5000\n nullable: true\n type: string\n filters:\n $ref: '#/components/schemas/bank_connections_resource_link_account_session_filters'\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - financial_connections.session\n type: string\n permissions:\n description: Permissions requested for accounts collected during this session.\n items:\n enum:\n - balances\n - ownership\n - payment_method\n - transactions\n type: string\n x-stripeBypassValidation: true\n type: array\n prefetch:\n description: Data features requested to be retrieved upon account creation.\n items:\n enum:\n - balances\n - ownership\n - transactions\n type: string\n x-stripeBypassValidation: true\n nullable: true\n type: array\n return_url:\n 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.\n maxLength: 5000\n type: string\n required:\n - accounts\n - id\n - livemode\n - object\n - permissions\n title: BankConnectionsResourceLinkAccountSession\n type: object\n x-expandableFields:\n - account_holder\n - accounts\n - filters\n x-resourceId: financial_connections.session\n financial_connections.transaction:\n description: A Transaction represents a real transaction that affects a Financial Connections Account balance.\n properties:\n account:\n description: The ID of the Financial Connections Account this transaction belongs to.\n maxLength: 5000\n type: string\n amount:\n description: The amount of this transaction, in cents (or local equivalent).\n type: integer\n currency:\n 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).\n maxLength: 5000\n type: string\n description:\n description: The description of this transaction.\n maxLength: 5000\n type: string\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - financial_connections.transaction\n type: string\n status:\n description: The status of the transaction.\n enum:\n - pending\n - posted\n - void\n type: string\n status_transitions:\n $ref: '#/components/schemas/bank_connections_resource_transaction_resource_status_transitions'\n transacted_at:\n description: Time at which the transaction was transacted. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n transaction_refresh:\n description: The token of the transaction refresh that last updated or created this transaction.\n maxLength: 5000\n type: string\n updated:\n description: Time at which the object was last updated. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n required:\n - account\n - amount\n - currency\n - description\n - id\n - livemode\n - object\n - status\n - status_transitions\n - transacted_at\n - transaction_refresh\n - updated\n title: BankConnectionsResourceTransaction\n type: object\n x-expandableFields:\n - status_transitions\n x-resourceId: financial_connections.transaction\n financial_reporting_finance_report_run_run_parameters:\n description: ''\n properties:\n columns:\n description: The set of output columns requested for inclusion in the report run.\n items:\n maxLength: 5000\n type: string\n type: array\n connected_account:\n description: Connected account ID by which to filter the report run.\n maxLength: 5000\n type: string\n currency:\n description: Currency of objects to be included in the report run.\n format: currency\n type: string\n interval_end:\n 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.\n format: unix-time\n type: integer\n interval_start:\n 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.\n format: unix-time\n type: integer\n payout:\n description: Payout ID by which to filter the report run.\n maxLength: 5000\n type: string\n reporting_category:\n description: Category of balance transactions to be included in the report run.\n maxLength: 5000\n type: string\n timezone:\n 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`.\n maxLength: 5000\n type: string\n title: FinancialReportingFinanceReportRunRunParameters\n type: object\n x-expandableFields: []\n forwarded_request_context:\n description: Metadata about the forwarded request.\n properties:\n destination_duration:\n description: The time it took in milliseconds for the destination endpoint to respond.\n type: integer\n destination_ip_address:\n description: The IP address of the destination.\n maxLength: 5000\n type: string\n required:\n - destination_duration\n - destination_ip_address\n title: ForwardedRequestContext\n type: object\n x-expandableFields: []\n forwarded_request_details:\n description: Details about the request forwarded to the destination endpoint.\n properties:\n body:\n description: The body payload to send to the destination endpoint.\n maxLength: 5000\n type: string\n headers:\n 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.\n items:\n $ref: '#/components/schemas/forwarded_request_header'\n type: array\n http_method:\n description: The HTTP method used to call the destination endpoint.\n enum:\n - POST\n type: string\n required:\n - body\n - headers\n - http_method\n title: ForwardedRequestDetails\n type: object\n x-expandableFields:\n - headers\n forwarded_request_header:\n description: Header data.\n properties:\n name:\n description: The header name.\n maxLength: 5000\n type: string\n value:\n description: The header value.\n maxLength: 5000\n type: string\n required:\n - name\n - value\n title: ForwardedRequestHeader\n type: object\n x-expandableFields: []\n forwarded_response_details:\n description: Details about the response from the destination endpoint.\n properties:\n body:\n description: The response body from the destination endpoint to Stripe.\n maxLength: 5000\n type: string\n headers:\n description: HTTP headers that the destination endpoint returned.\n items:\n $ref: '#/components/schemas/forwarded_request_header'\n type: array\n status:\n description: The HTTP status code that the destination endpoint returned.\n type: integer\n required:\n - body\n - headers\n - status\n title: ForwardedResponseDetails\n type: object\n x-expandableFields:\n - headers\n forwarding.request:\n description: |-\n Instructs Stripe to make a request on your behalf using the destination URL. The destination URL\n is activated by Stripe at the time of onboarding. Stripe verifies requests with your credentials\n provided during onboarding, and injects card details from the payment_method into the request.\n\n Stripe redacts all sensitive fields and headers, including authentication credentials and card numbers,\n before storing the request and response data in the forwarding Request object, which are subject to a\n 30-day retention period.\n\n You can provide a Stripe idempotency key to make sure that requests with the same key result in only one\n outbound request. The Stripe idempotency key provided should be unique and different from any idempotency\n keys provided on the underlying third-party request.\n\n Forwarding Requests are synchronous requests that return a response or time out according to\n Stripe’s limits.\n\n Related guide: [Forward card details to third-party API endpoints](https://docs.stripe.com/payments/forwarding).\n properties:\n created:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n metadata:\n additionalProperties:\n maxLength: 500\n type: string\n 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.\n nullable: true\n type: object\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - forwarding.request\n type: string\n payment_method:\n description: The PaymentMethod to insert into the forwarded request. Forwarding previously consumed PaymentMethods is allowed.\n maxLength: 5000\n type: string\n replacements:\n description: The field kinds to be replaced in the forwarded request.\n items:\n enum:\n - card_cvc\n - card_expiry\n - card_number\n - cardholder_name\n - request_signature\n type: string\n x-stripeBypassValidation: true\n type: array\n request_context:\n anyOf:\n - $ref: '#/components/schemas/forwarded_request_context'\n description: Context about the request from Stripe's servers to the destination endpoint.\n nullable: true\n request_details:\n anyOf:\n - $ref: '#/components/schemas/forwarded_request_details'\n description: The request that was sent to the destination endpoint. We redact any sensitive fields.\n nullable: true\n response_details:\n anyOf:\n - $ref: '#/components/schemas/forwarded_response_details'\n description: The response that the destination endpoint returned to us. We redact any sensitive fields.\n nullable: true\n url:\n description: The destination URL for the forwarded request. Must be supported by the config.\n maxLength: 5000\n nullable: true\n type: string\n required:\n - created\n - id\n - livemode\n - object\n - payment_method\n - replacements\n title: ForwardingRequest\n type: object\n x-expandableFields:\n - request_context\n - request_details\n - response_details\n x-resourceId: forwarding.request\n funding_instructions:\n description: |-\n Each customer has a [`balance`](https://docs.stripe.com/api/customers/object#customer_object-balance) that is\n automatically applied to future invoices and payments using the `customer_balance` payment method.\n Customers can fund this balance by initiating a bank transfer to any account in the\n `financial_addresses` field.\n Related guide: [Customer balance funding instructions](https://docs.stripe.com/payments/customer-balance/funding-instructions)\n properties:\n bank_transfer:\n $ref: '#/components/schemas/funding_instructions_bank_transfer'\n currency:\n 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).\n maxLength: 5000\n type: string\n funding_type:\n description: The `funding_type` of the returned instructions\n enum:\n - bank_transfer\n type: string\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - funding_instructions\n type: string\n required:\n - bank_transfer\n - currency\n - funding_type\n - livemode\n - object\n title: CustomerBalanceFundingInstructionsCustomerBalanceFundingInstructions\n type: object\n x-expandableFields:\n - bank_transfer\n x-resourceId: funding_instructions\n funding_instructions_bank_transfer:\n description: ''\n properties:\n country:\n description: The country of the bank account to fund\n maxLength: 5000\n type: string\n financial_addresses:\n description: A list of financial addresses that can be used to fund a particular balance\n items:\n $ref: '#/components/schemas/funding_instructions_bank_transfer_financial_address'\n type: array\n type:\n description: The bank_transfer type\n enum:\n - eu_bank_transfer\n - jp_bank_transfer\n type: string\n x-stripeBypassValidation: true\n required:\n - country\n - financial_addresses\n - type\n title: FundingInstructionsBankTransfer\n type: object\n x-expandableFields:\n - financial_addresses\n funding_instructions_bank_transfer_aba_record:\n description: ABA Records contain U.S. bank account details per the ABA format.\n properties:\n account_holder_address:\n $ref: '#/components/schemas/address'\n account_holder_name:\n description: The account holder name\n maxLength: 5000\n type: string\n account_number:\n description: The ABA account number\n maxLength: 5000\n type: string\n account_type:\n description: The account type\n maxLength: 5000\n type: string\n bank_address:\n $ref: '#/components/schemas/address'\n bank_name:\n description: The bank name\n maxLength: 5000\n type: string\n routing_number:\n description: The ABA routing number\n maxLength: 5000\n type: string\n required:\n - account_holder_address\n - account_holder_name\n - account_number\n - account_type\n - bank_address\n - bank_name\n - routing_number\n title: FundingInstructionsBankTransferABARecord\n type: object\n x-expandableFields:\n - account_holder_address\n - bank_address\n funding_instructions_bank_transfer_financial_address:\n description: FinancialAddresses contain identifying information that resolves to a FinancialAccount.\n properties:\n aba:\n $ref: '#/components/schemas/funding_instructions_bank_transfer_aba_record'\n iban:\n $ref: '#/components/schemas/funding_instructions_bank_transfer_iban_record'\n sort_code:\n $ref: '#/components/schemas/funding_instructions_bank_transfer_sort_code_record'\n spei:\n $ref: '#/components/schemas/funding_instructions_bank_transfer_spei_record'\n supported_networks:\n description: The payment networks supported by this FinancialAddress\n items:\n enum:\n - ach\n - bacs\n - domestic_wire_us\n - fps\n - sepa\n - spei\n - swift\n - zengin\n type: string\n x-stripeBypassValidation: true\n type: array\n swift:\n $ref: '#/components/schemas/funding_instructions_bank_transfer_swift_record'\n type:\n description: The type of financial address\n enum:\n - aba\n - iban\n - sort_code\n - spei\n - swift\n - zengin\n type: string\n x-stripeBypassValidation: true\n zengin:\n $ref: '#/components/schemas/funding_instructions_bank_transfer_zengin_record'\n required:\n - type\n title: FundingInstructionsBankTransferFinancialAddress\n type: object\n x-expandableFields:\n - aba\n - iban\n - sort_code\n - spei\n - swift\n - zengin\n funding_instructions_bank_transfer_iban_record:\n description: Iban Records contain E.U. bank account details per the SEPA format.\n properties:\n account_holder_address:\n $ref: '#/components/schemas/address'\n account_holder_name:\n description: The name of the person or business that owns the bank account\n maxLength: 5000\n type: string\n bank_address:\n $ref: '#/components/schemas/address'\n bic:\n description: The BIC/SWIFT code of the account.\n maxLength: 5000\n type: string\n country:\n description: Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).\n maxLength: 5000\n type: string\n iban:\n description: The IBAN of the account.\n maxLength: 5000\n type: string\n required:\n - account_holder_address\n - account_holder_name\n - bank_address\n - bic\n - country\n - iban\n title: FundingInstructionsBankTransferIbanRecord\n type: object\n x-expandableFields:\n - account_holder_address\n - bank_address\n funding_instructions_bank_transfer_sort_code_record:\n description: Sort Code Records contain U.K. bank account details per the sort code format.\n properties:\n account_holder_address:\n $ref: '#/components/schemas/address'\n account_holder_name:\n description: The name of the person or business that owns the bank account\n maxLength: 5000\n type: string\n account_number:\n description: The account number\n maxLength: 5000\n type: string\n bank_address:\n $ref: '#/components/schemas/address'\n sort_code:\n description: The six-digit sort code\n maxLength: 5000\n type: string\n required:\n - account_holder_address\n - account_holder_name\n - account_number\n - bank_address\n - sort_code\n title: FundingInstructionsBankTransferSortCodeRecord\n type: object\n x-expandableFields:\n - account_holder_address\n - bank_address\n funding_instructions_bank_transfer_spei_record:\n description: SPEI Records contain Mexico bank account details per the SPEI format.\n properties:\n account_holder_address:\n $ref: '#/components/schemas/address'\n account_holder_name:\n description: The account holder name\n maxLength: 5000\n type: string\n bank_address:\n $ref: '#/components/schemas/address'\n bank_code:\n description: The three-digit bank code\n maxLength: 5000\n type: string\n bank_name:\n description: The short banking institution name\n maxLength: 5000\n type: string\n clabe:\n description: The CLABE number\n maxLength: 5000\n type: string\n required:\n - account_holder_address\n - account_holder_name\n - bank_address\n - bank_code\n - bank_name\n - clabe\n title: FundingInstructionsBankTransferSpeiRecord\n type: object\n x-expandableFields:\n - account_holder_address\n - bank_address\n funding_instructions_bank_transfer_swift_record:\n description: SWIFT Records contain U.S. bank account details per the SWIFT format.\n properties:\n account_holder_address:\n $ref: '#/components/schemas/address'\n account_holder_name:\n description: The account holder name\n maxLength: 5000\n type: string\n account_number:\n description: The account number\n maxLength: 5000\n type: string\n account_type:\n description: The account type\n maxLength: 5000\n type: string\n bank_address:\n $ref: '#/components/schemas/address'\n bank_name:\n description: The bank name\n maxLength: 5000\n type: string\n swift_code:\n description: The SWIFT code\n maxLength: 5000\n type: string\n required:\n - account_holder_address\n - account_holder_name\n - account_number\n - account_type\n - bank_address\n - bank_name\n - swift_code\n title: FundingInstructionsBankTransferSwiftRecord\n type: object\n x-expandableFields:\n - account_holder_address\n - bank_address\n funding_instructions_bank_transfer_zengin_record:\n description: Zengin Records contain Japan bank account details per the Zengin format.\n properties:\n account_holder_address:\n $ref: '#/components/schemas/address'\n account_holder_name:\n description: The account holder name\n maxLength: 5000\n nullable: true\n type: string\n account_number:\n description: The account number\n maxLength: 5000\n nullable: true\n type: string\n account_type:\n description: The bank account type. In Japan, this can only be `futsu` or `toza`.\n maxLength: 5000\n nullable: true\n type: string\n bank_address:\n $ref: '#/components/schemas/address'\n bank_code:\n description: The bank code of the account\n maxLength: 5000\n nullable: true\n type: string\n bank_name:\n description: The bank name of the account\n maxLength: 5000\n nullable: true\n type: string\n branch_code:\n description: The branch code of the account\n maxLength: 5000\n nullable: true\n type: string\n branch_name:\n description: The branch name of the account\n maxLength: 5000\n nullable: true\n type: string\n required:\n - account_holder_address\n - bank_address\n title: FundingInstructionsBankTransferZenginRecord\n type: object\n x-expandableFields:\n - account_holder_address\n - bank_address\n gelato_data_document_report_date_of_birth:\n description: Point in Time\n properties:\n day:\n description: Numerical day between 1 and 31.\n nullable: true\n type: integer\n month:\n description: Numerical month between 1 and 12.\n nullable: true\n type: integer\n year:\n description: The four-digit year.\n nullable: true\n type: integer\n title: GelatoDataDocumentReportDateOfBirth\n type: object\n x-expandableFields: []\n gelato_data_document_report_expiration_date:\n description: Point in Time\n properties:\n day:\n description: Numerical day between 1 and 31.\n nullable: true\n type: integer\n month:\n description: Numerical month between 1 and 12.\n nullable: true\n type: integer\n year:\n description: The four-digit year.\n nullable: true\n type: integer\n title: GelatoDataDocumentReportExpirationDate\n type: object\n x-expandableFields: []\n gelato_data_document_report_issued_date:\n description: Point in Time\n properties:\n day:\n description: Numerical day between 1 and 31.\n nullable: true\n type: integer\n month:\n description: Numerical month between 1 and 12.\n nullable: true\n type: integer\n year:\n description: The four-digit year.\n nullable: true\n type: integer\n title: GelatoDataDocumentReportIssuedDate\n type: object\n x-expandableFields: []\n gelato_data_id_number_report_date:\n description: Point in Time\n properties:\n day:\n description: Numerical day between 1 and 31.\n nullable: true\n type: integer\n month:\n description: Numerical month between 1 and 12.\n nullable: true\n type: integer\n year:\n description: The four-digit year.\n nullable: true\n type: integer\n title: GelatoDataIdNumberReportDate\n type: object\n x-expandableFields: []\n gelato_data_verified_outputs_date:\n description: Point in Time\n properties:\n day:\n description: Numerical day between 1 and 31.\n nullable: true\n type: integer\n month:\n description: Numerical month between 1 and 12.\n nullable: true\n type: integer\n year:\n description: The four-digit year.\n nullable: true\n type: integer\n title: GelatoDataVerifiedOutputsDate\n type: object\n x-expandableFields: []\n gelato_document_report:\n description: Result from a document check\n properties:\n address:\n anyOf:\n - $ref: '#/components/schemas/address'\n description: Address as it appears in the document.\n nullable: true\n dob:\n anyOf:\n - $ref: '#/components/schemas/gelato_data_document_report_date_of_birth'\n description: Date of birth as it appears in the document.\n nullable: true\n error:\n anyOf:\n - $ref: '#/components/schemas/gelato_document_report_error'\n description: Details on the verification error. Present when status is `unverified`.\n nullable: true\n expiration_date:\n anyOf:\n - $ref: '#/components/schemas/gelato_data_document_report_expiration_date'\n description: Expiration date of the document.\n nullable: true\n files:\n description: Array of [File](https://docs.stripe.com/api/files) ids containing images for this document.\n items:\n maxLength: 5000\n type: string\n nullable: true\n type: array\n first_name:\n description: First name as it appears in the document.\n maxLength: 5000\n nullable: true\n type: string\n issued_date:\n anyOf:\n - $ref: '#/components/schemas/gelato_data_document_report_issued_date'\n description: Issued date of the document.\n nullable: true\n issuing_country:\n description: Issuing country of the document.\n maxLength: 5000\n nullable: true\n type: string\n last_name:\n description: Last name as it appears in the document.\n maxLength: 5000\n nullable: true\n type: string\n number:\n description: Document ID number.\n maxLength: 5000\n nullable: true\n type: string\n sex:\n description: Sex of the person in the document.\n enum:\n - '[redacted]'\n - female\n - male\n - unknown\n nullable: true\n type: string\n status:\n description: Status of this `document` check.\n enum:\n - unverified\n - verified\n type: string\n x-stripeBypassValidation: true\n type:\n description: Type of the document.\n enum:\n - driving_license\n - id_card\n - passport\n nullable: true\n type: string\n unparsed_place_of_birth:\n description: Place of birth as it appears in the document.\n maxLength: 5000\n nullable: true\n type: string\n unparsed_sex:\n description: Sex as it appears in the document.\n maxLength: 5000\n nullable: true\n type: string\n required:\n - status\n title: GelatoDocumentReport\n type: object\n x-expandableFields:\n - address\n - dob\n - error\n - expiration_date\n - issued_date\n gelato_document_report_error:\n description: ''\n properties:\n code:\n description: A short machine-readable string giving the reason for the verification failure.\n enum:\n - document_expired\n - document_type_not_supported\n - document_unverified_other\n nullable: true\n type: string\n x-stripeBypassValidation: true\n reason:\n description: A human-readable message giving the reason for the failure. These messages can be shown to your users.\n maxLength: 5000\n nullable: true\n type: string\n title: GelatoDocumentReportError\n type: object\n x-expandableFields: []\n gelato_email_report:\n description: Result from a email check\n properties:\n email:\n description: Email to be verified.\n maxLength: 5000\n nullable: true\n type: string\n error:\n anyOf:\n - $ref: '#/components/schemas/gelato_email_report_error'\n description: Details on the verification error. Present when status is `unverified`.\n nullable: true\n status:\n description: Status of this `email` check.\n enum:\n - unverified\n - verified\n type: string\n x-stripeBypassValidation: true\n required:\n - status\n title: GelatoEmailReport\n type: object\n x-expandableFields:\n - error\n gelato_email_report_error:\n description: ''\n properties:\n code:\n description: A short machine-readable string giving the reason for the verification failure.\n enum:\n - email_unverified_other\n - email_verification_declined\n nullable: true\n type: string\n reason:\n description: A human-readable message giving the reason for the failure. These messages can be shown to your users.\n maxLength: 5000\n nullable: true\n type: string\n title: GelatoEmailReportError\n type: object\n x-expandableFields: []\n gelato_id_number_report:\n description: Result from an id_number check\n properties:\n dob:\n anyOf:\n - $ref: '#/components/schemas/gelato_data_id_number_report_date'\n description: Date of birth.\n nullable: true\n error:\n anyOf:\n - $ref: '#/components/schemas/gelato_id_number_report_error'\n description: Details on the verification error. Present when status is `unverified`.\n nullable: true\n first_name:\n description: First name.\n maxLength: 5000\n nullable: true\n type: string\n id_number:\n description: ID number. When `id_number_type` is `us_ssn`, only the last 4 digits are present.\n maxLength: 5000\n nullable: true\n type: string\n id_number_type:\n description: Type of ID number.\n enum:\n - br_cpf\n - sg_nric\n - us_ssn\n nullable: true\n type: string\n last_name:\n description: Last name.\n maxLength: 5000\n nullable: true\n type: string\n status:\n description: Status of this `id_number` check.\n enum:\n - unverified\n - verified\n type: string\n x-stripeBypassValidation: true\n required:\n - status\n title: GelatoIdNumberReport\n type: object\n x-expandableFields:\n - dob\n - error\n gelato_id_number_report_error:\n description: ''\n properties:\n code:\n description: A short machine-readable string giving the reason for the verification failure.\n enum:\n - id_number_insufficient_document_data\n - id_number_mismatch\n - id_number_unverified_other\n nullable: true\n type: string\n reason:\n description: A human-readable message giving the reason for the failure. These messages can be shown to your users.\n maxLength: 5000\n nullable: true\n type: string\n title: GelatoIdNumberReportError\n type: object\n x-expandableFields: []\n gelato_phone_report:\n description: Result from a phone check\n properties:\n error:\n anyOf:\n - $ref: '#/components/schemas/gelato_phone_report_error'\n description: Details on the verification error. Present when status is `unverified`.\n nullable: true\n phone:\n description: Phone to be verified.\n maxLength: 5000\n nullable: true\n type: string\n status:\n description: Status of this `phone` check.\n enum:\n - unverified\n - verified\n type: string\n x-stripeBypassValidation: true\n required:\n - status\n title: GelatoPhoneReport\n type: object\n x-expandableFields:\n - error\n gelato_phone_report_error:\n description: ''\n properties:\n code:\n description: A short machine-readable string giving the reason for the verification failure.\n enum:\n - phone_unverified_other\n - phone_verification_declined\n nullable: true\n type: string\n reason:\n description: A human-readable message giving the reason for the failure. These messages can be shown to your users.\n maxLength: 5000\n nullable: true\n type: string\n title: GelatoPhoneReportError\n type: object\n x-expandableFields: []\n gelato_provided_details:\n description: ''\n properties:\n email:\n description: Email of user being verified\n maxLength: 5000\n type: string\n phone:\n description: Phone number of user being verified\n maxLength: 5000\n type: string\n title: GelatoProvidedDetails\n type: object\n x-expandableFields: []\n gelato_related_person:\n description: ''\n properties:\n account:\n description: Token referencing the associated Account of the related Person resource.\n maxLength: 5000\n type: string\n person:\n description: Token referencing the related Person resource.\n maxLength: 5000\n type: string\n required:\n - account\n - person\n title: GelatoRelatedPerson\n type: object\n x-expandableFields: []\n gelato_report_document_options:\n description: ''\n properties:\n allowed_types:\n 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.\n items:\n enum:\n - driving_license\n - id_card\n - passport\n type: string\n type: array\n require_id_number:\n 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.\n type: boolean\n require_live_capture:\n description: Disable image uploads, identity document images have to be captured using the device’s camera.\n type: boolean\n require_matching_selfie:\n 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).\n type: boolean\n title: GelatoReportDocumentOptions\n type: object\n x-expandableFields: []\n gelato_report_id_number_options:\n description: ''\n properties: {}\n title: GelatoReportIdNumberOptions\n type: object\n x-expandableFields: []\n gelato_selfie_report:\n description: Result from a selfie check\n properties:\n document:\n description: ID of the [File](https://docs.stripe.com/api/files) holding the image of the identity document used in this check.\n maxLength: 5000\n nullable: true\n type: string\n error:\n anyOf:\n - $ref: '#/components/schemas/gelato_selfie_report_error'\n description: Details on the verification error. Present when status is `unverified`.\n nullable: true\n selfie:\n description: ID of the [File](https://docs.stripe.com/api/files) holding the image of the selfie used in this check.\n maxLength: 5000\n nullable: true\n type: string\n status:\n description: Status of this `selfie` check.\n enum:\n - unverified\n - verified\n type: string\n x-stripeBypassValidation: true\n required:\n - status\n title: GelatoSelfieReport\n type: object\n x-expandableFields:\n - error\n gelato_selfie_report_error:\n description: ''\n properties:\n code:\n description: A short machine-readable string giving the reason for the verification failure.\n enum:\n - selfie_document_missing_photo\n - selfie_face_mismatch\n - selfie_manipulated\n - selfie_unverified_other\n nullable: true\n type: string\n x-stripeBypassValidation: true\n reason:\n description: A human-readable message giving the reason for the failure. These messages can be shown to your users.\n maxLength: 5000\n nullable: true\n type: string\n title: GelatoSelfieReportError\n type: object\n x-expandableFields: []\n gelato_session_document_options:\n description: ''\n properties:\n allowed_types:\n 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.\n items:\n enum:\n - driving_license\n - id_card\n - passport\n type: string\n type: array\n require_id_number:\n 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.\n type: boolean\n require_live_capture:\n description: Disable image uploads, identity document images have to be captured using the device’s camera.\n type: boolean\n require_matching_selfie:\n 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).\n type: boolean\n title: GelatoSessionDocumentOptions\n type: object\n x-expandableFields: []\n gelato_session_email_options:\n description: ''\n properties:\n require_verification:\n description: Request one time password verification of `provided_details.email`.\n type: boolean\n title: GelatoSessionEmailOptions\n type: object\n x-expandableFields: []\n gelato_session_id_number_options:\n description: ''\n properties: {}\n title: GelatoSessionIdNumberOptions\n type: object\n x-expandableFields: []\n gelato_session_last_error:\n description: Shows last VerificationSession error\n properties:\n code:\n description: A short machine-readable string giving the reason for the verification or user-session failure.\n enum:\n - abandoned\n - consent_declined\n - country_not_supported\n - device_not_supported\n - document_expired\n - document_type_not_supported\n - document_unverified_other\n - email_unverified_other\n - email_verification_declined\n - id_number_insufficient_document_data\n - id_number_mismatch\n - id_number_unverified_other\n - phone_unverified_other\n - phone_verification_declined\n - selfie_document_missing_photo\n - selfie_face_mismatch\n - selfie_manipulated\n - selfie_unverified_other\n - under_supported_age\n nullable: true\n type: string\n x-stripeBypassValidation: true\n reason:\n description: A message that explains the reason for verification or user-session failure.\n maxLength: 5000\n nullable: true\n type: string\n title: GelatoSessionLastError\n type: object\n x-expandableFields: []\n gelato_session_matching_options:\n description: ''\n properties:\n dob:\n description: Strictness of the DOB matching policy to apply.\n enum:\n - none\n - similar\n type: string\n name:\n description: Strictness of the name matching policy to apply.\n enum:\n - none\n - similar\n type: string\n title: GelatoSessionMatchingOptions\n type: object\n x-expandableFields: []\n gelato_session_phone_options:\n description: ''\n properties:\n require_verification:\n description: Request one time password verification of `provided_details.phone`.\n type: boolean\n title: GelatoSessionPhoneOptions\n type: object\n x-expandableFields: []\n gelato_verification_report_options:\n description: ''\n properties:\n document:\n $ref: '#/components/schemas/gelato_report_document_options'\n id_number:\n $ref: '#/components/schemas/gelato_report_id_number_options'\n title: GelatoVerificationReportOptions\n type: object\n x-expandableFields:\n - document\n - id_number\n gelato_verification_session_options:\n description: ''\n properties:\n document:\n $ref: '#/components/schemas/gelato_session_document_options'\n email:\n $ref: '#/components/schemas/gelato_session_email_options'\n id_number:\n $ref: '#/components/schemas/gelato_session_id_number_options'\n matching:\n $ref: '#/components/schemas/gelato_session_matching_options'\n phone:\n $ref: '#/components/schemas/gelato_session_phone_options'\n title: GelatoVerificationSessionOptions\n type: object\n x-expandableFields:\n - document\n - email\n - id_number\n - matching\n - phone\n gelato_verified_outputs:\n description: ''\n properties:\n address:\n anyOf:\n - $ref: '#/components/schemas/address'\n description: The user's verified address.\n nullable: true\n dob:\n anyOf:\n - $ref: '#/components/schemas/gelato_data_verified_outputs_date'\n description: The user’s verified date of birth.\n nullable: true\n email:\n description: The user's verified email address\n maxLength: 5000\n nullable: true\n type: string\n first_name:\n description: The user's verified first name.\n maxLength: 5000\n nullable: true\n type: string\n id_number:\n description: The user's verified id number.\n maxLength: 5000\n nullable: true\n type: string\n id_number_type:\n description: The user's verified id number type.\n enum:\n - br_cpf\n - sg_nric\n - us_ssn\n nullable: true\n type: string\n last_name:\n description: The user's verified last name.\n maxLength: 5000\n nullable: true\n type: string\n phone:\n description: The user's verified phone number\n maxLength: 5000\n nullable: true\n type: string\n sex:\n description: The user's verified sex.\n enum:\n - '[redacted]'\n - female\n - male\n - unknown\n nullable: true\n type: string\n unparsed_place_of_birth:\n description: The user's verified place of birth as it appears in the document.\n maxLength: 5000\n nullable: true\n type: string\n unparsed_sex:\n description: The user's verified sex as it appears in the document.\n maxLength: 5000\n nullable: true\n type: string\n title: GelatoVerifiedOutputs\n type: object\n x-expandableFields:\n - address\n - dob\n identity.verification_report:\n description: |-\n A VerificationReport is the result of an attempt to collect and verify data from a user.\n The collection of verification checks performed is determined from the `type` and `options`\n parameters used. You can find the result of each verification check performed in the\n appropriate sub-resource: `document`, `id_number`, `selfie`.\n\n Each VerificationReport contains a copy of any data collected by the user as well as\n reference IDs which can be used to access collected images through the [FileUpload](https://docs.stripe.com/api/files)\n API. To configure and create VerificationReports, use the\n [VerificationSession](https://docs.stripe.com/api/identity/verification_sessions) API.\n\n Related guide: [Accessing verification results](https://docs.stripe.com/identity/verification-sessions#results).\n properties:\n client_reference_id:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n created:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n document:\n $ref: '#/components/schemas/gelato_document_report'\n email:\n $ref: '#/components/schemas/gelato_email_report'\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n id_number:\n $ref: '#/components/schemas/gelato_id_number_report'\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - identity.verification_report\n type: string\n options:\n $ref: '#/components/schemas/gelato_verification_report_options'\n phone:\n $ref: '#/components/schemas/gelato_phone_report'\n selfie:\n $ref: '#/components/schemas/gelato_selfie_report'\n type:\n description: Type of report.\n enum:\n - document\n - id_number\n - verification_flow\n type: string\n x-stripeBypassValidation: true\n verification_flow:\n description: The configuration token of a verification flow from the dashboard.\n maxLength: 5000\n type: string\n verification_session:\n description: ID of the VerificationSession that created this report.\n maxLength: 5000\n nullable: true\n type: string\n required:\n - created\n - id\n - livemode\n - object\n - type\n title: GelatoVerificationReport\n type: object\n x-expandableFields:\n - document\n - email\n - id_number\n - options\n - phone\n - selfie\n x-resourceId: identity.verification_report\n identity.verification_session:\n description: |-\n A VerificationSession guides you through the process of collecting and verifying the identities\n of your users. It contains details about the type of verification, such as what [verification\n check](/docs/identity/verification-checks) to perform. Only create one VerificationSession for\n each verification in your system.\n\n A VerificationSession transitions through [multiple\n statuses](/docs/identity/how-sessions-work) throughout its lifetime as it progresses through\n the verification flow. The VerificationSession contains the user's verified data after\n verification checks are complete.\n\n Related guide: [The Verification Sessions API](https://docs.stripe.com/identity/verification-sessions)\n properties:\n client_reference_id:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n client_secret:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n created:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n last_error:\n anyOf:\n - $ref: '#/components/schemas/gelato_session_last_error'\n description: If present, this property tells you the last error encountered when processing the verification.\n nullable: true\n last_verification_report:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/identity.verification_report'\n description: ID of the most recent VerificationReport. [Learn more about accessing detailed verification results.](https://docs.stripe.com/identity/verification-sessions#results)\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/identity.verification_report'\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n metadata:\n additionalProperties:\n maxLength: 500\n type: string\n 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.\n type: object\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - identity.verification_session\n type: string\n options:\n anyOf:\n - $ref: '#/components/schemas/gelato_verification_session_options'\n description: A set of options for the session’s verification checks.\n nullable: true\n provided_details:\n anyOf:\n - $ref: '#/components/schemas/gelato_provided_details'\n description: Details provided about the user being verified. These details may be shown to the user.\n nullable: true\n redaction:\n anyOf:\n - $ref: '#/components/schemas/verification_session_redaction'\n description: Redaction status of this VerificationSession. If the VerificationSession is not redacted, this field will be null.\n nullable: true\n related_customer:\n description: Customer ID\n maxLength: 5000\n nullable: true\n type: string\n related_customer_account:\n description: The ID of the Account representing a customer.\n maxLength: 5000\n nullable: true\n type: string\n related_person:\n $ref: '#/components/schemas/gelato_related_person'\n status:\n description: Status of this VerificationSession. [Learn more about the lifecycle of sessions](https://docs.stripe.com/identity/how-sessions-work).\n enum:\n - canceled\n - processing\n - requires_input\n - verified\n type: string\n type:\n description: The type of [verification check](https://docs.stripe.com/identity/verification-checks) to be performed.\n enum:\n - document\n - id_number\n - verification_flow\n type: string\n x-stripeBypassValidation: true\n url:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n verification_flow:\n description: The configuration token of a verification flow from the dashboard.\n maxLength: 5000\n type: string\n verified_outputs:\n anyOf:\n - $ref: '#/components/schemas/gelato_verified_outputs'\n description: The user’s verified data.\n nullable: true\n required:\n - created\n - id\n - livemode\n - metadata\n - object\n - status\n - type\n title: GelatoVerificationSession\n type: object\n x-expandableFields:\n - last_error\n - last_verification_report\n - options\n - provided_details\n - redaction\n - related_person\n - verified_outputs\n x-resourceId: identity.verification_session\n inbound_transfers:\n description: ''\n properties:\n billing_details:\n $ref: '#/components/schemas/treasury_shared_resource_billing_details'\n type:\n description: The type of the payment method used in the InboundTransfer.\n enum:\n - us_bank_account\n type: string\n x-stripeBypassValidation: true\n us_bank_account:\n $ref: '#/components/schemas/inbound_transfers_payment_method_details_us_bank_account'\n required:\n - billing_details\n - type\n title: InboundTransfers\n type: object\n x-expandableFields:\n - billing_details\n - us_bank_account\n inbound_transfers_payment_method_details_us_bank_account:\n description: ''\n properties:\n account_holder_type:\n description: 'Account holder type: individual or company.'\n enum:\n - company\n - individual\n nullable: true\n type: string\n account_type:\n description: 'Account type: checkings or savings. Defaults to checking if omitted.'\n enum:\n - checking\n - savings\n nullable: true\n type: string\n bank_name:\n description: Name of the bank associated with the bank account.\n maxLength: 5000\n nullable: true\n type: string\n fingerprint:\n description: Uniquely identifies this particular bank account. You can use this attribute to check whether two bank accounts are the same.\n maxLength: 5000\n nullable: true\n type: string\n last4:\n description: Last four digits of the bank account number.\n maxLength: 5000\n nullable: true\n type: string\n mandate:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/mandate'\n description: ID of the mandate used to make this payment.\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/mandate'\n network:\n 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.\n enum:\n - ach\n type: string\n routing_number:\n description: Routing number of the bank account.\n maxLength: 5000\n nullable: true\n type: string\n required:\n - network\n title: inbound_transfers_payment_method_details_us_bank_account\n type: object\n x-expandableFields:\n - mandate\n insights_resources_payment_evaluation_address:\n description: Address data.\n properties:\n city:\n description: City, district, suburb, town, or village.\n maxLength: 5000\n nullable: true\n type: string\n country:\n description: Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).\n maxLength: 5000\n nullable: true\n type: string\n line1:\n description: Address line 1, such as the street, PO Box, or company name.\n maxLength: 5000\n nullable: true\n type: string\n line2:\n description: Address line 2, such as the apartment, suite, unit, or building.\n maxLength: 5000\n nullable: true\n type: string\n postal_code:\n description: ZIP or postal code.\n maxLength: 5000\n nullable: true\n type: string\n state:\n description: State, county, province, or region ([ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2)).\n maxLength: 5000\n nullable: true\n type: string\n title: InsightsResourcesPaymentEvaluationAddress\n type: object\n x-expandableFields: []\n insights_resources_payment_evaluation_billing_details:\n description: Billing details attached to this payment evaluation.\n properties:\n address:\n $ref: '#/components/schemas/insights_resources_payment_evaluation_address'\n email:\n description: Email address.\n maxLength: 5000\n nullable: true\n type: string\n name:\n description: Full name.\n maxLength: 5000\n nullable: true\n type: string\n phone:\n description: Billing phone number (including extension).\n maxLength: 5000\n nullable: true\n type: string\n required:\n - address\n title: InsightsResourcesPaymentEvaluationBillingDetails\n type: object\n x-expandableFields:\n - address\n insights_resources_payment_evaluation_card_issuer_decline:\n description: Provides Stripe Radar's evaluation of the likelihood that a payment will be declined by the card issuer.\n properties:\n model_score:\n 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.\n type: number\n recommended_action:\n description: Recommended action based on the model score. Possible values are `block` and `continue`.\n enum:\n - block\n - continue\n type: string\n required:\n - model_score\n - recommended_action\n title: InsightsResourcesPaymentEvaluationCardIssuerDecline\n type: object\n x-expandableFields: []\n insights_resources_payment_evaluation_client_device_metadata:\n description: Client device metadata attached to this payment evaluation.\n properties:\n radar_session:\n 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.\n maxLength: 5000\n type: string\n required:\n - radar_session\n title: InsightsResourcesPaymentEvaluationClientDeviceMetadata\n type: object\n x-expandableFields: []\n insights_resources_payment_evaluation_customer_details:\n description: Customer details attached to this payment evaluation.\n properties:\n customer:\n description: The ID of the customer associated with the payment evaluation.\n maxLength: 5000\n nullable: true\n type: string\n customer_account:\n description: The ID of the Account representing the customer associated with the payment evaluation.\n maxLength: 5000\n nullable: true\n type: string\n email:\n description: The customer's email address.\n maxLength: 5000\n nullable: true\n type: string\n name:\n description: The customer's full name or business name.\n maxLength: 5000\n nullable: true\n type: string\n phone:\n description: The customer's phone number.\n maxLength: 5000\n nullable: true\n type: string\n title: InsightsResourcesPaymentEvaluationCustomerDetails\n type: object\n x-expandableFields: []\n insights_resources_payment_evaluation_dispute_opened:\n description: Dispute opened event details attached to this payment evaluation.\n properties:\n amount:\n 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).\n type: integer\n currency:\n 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).\n format: currency\n type: string\n reason:\n description: Reason given by cardholder for dispute.\n enum:\n - account_not_available\n - credit_not_processed\n - customer_initiated\n - duplicate\n - fraudulent\n - general\n - noncompliant\n - product_not_received\n - product_unacceptable\n - subscription_canceled\n - unrecognized\n type: string\n required:\n - amount\n - currency\n - reason\n title: InsightsResourcesPaymentEvaluationDisputeOpened\n type: object\n x-expandableFields: []\n insights_resources_payment_evaluation_early_fraud_warning_received:\n description: Early Fraud Warning Received event details attached to this payment evaluation.\n properties:\n fraud_type:\n description: The type of fraud labeled by the issuer.\n enum:\n - made_with_lost_card\n - made_with_stolen_card\n - other\n - unauthorized_use_of_card\n type: string\n required:\n - fraud_type\n title: InsightsResourcesPaymentEvaluationEarlyFraudWarningReceived\n type: object\n x-expandableFields: []\n insights_resources_payment_evaluation_event:\n description: Event reported for this payment evaluation.\n properties:\n dispute_opened:\n $ref: '#/components/schemas/insights_resources_payment_evaluation_dispute_opened'\n early_fraud_warning_received:\n $ref: '#/components/schemas/insights_resources_payment_evaluation_early_fraud_warning_received'\n occurred_at:\n description: Timestamp when the event occurred.\n format: unix-time\n type: integer\n refunded:\n $ref: '#/components/schemas/insights_resources_payment_evaluation_refunded'\n type:\n description: Indicates the type of event attached to the payment evaluation.\n enum:\n - dispute_opened\n - early_fraud_warning_received\n - refunded\n - user_intervention_raised\n - user_intervention_resolved\n type: string\n user_intervention_raised:\n $ref: '#/components/schemas/insights_resources_payment_evaluation_user_intervention_raised'\n user_intervention_resolved:\n $ref: '#/components/schemas/insights_resources_payment_evaluation_user_intervention_resolved'\n required:\n - occurred_at\n - type\n title: InsightsResourcesPaymentEvaluationEvent\n type: object\n x-expandableFields:\n - dispute_opened\n - early_fraud_warning_received\n - refunded\n - user_intervention_raised\n - user_intervention_resolved\n insights_resources_payment_evaluation_insights:\n description: Collection of scores and insights for this payment evaluation.\n properties:\n card_issuer_decline:\n anyOf:\n - $ref: '#/components/schemas/insights_resources_payment_evaluation_card_issuer_decline'\n description: Stripe Radar's evaluation of the likelihood of a card issuer decline on this payment.\n nullable: true\n evaluated_at:\n description: The timestamp when the evaluation was performed.\n format: unix-time\n type: integer\n fraudulent_dispute:\n $ref: '#/components/schemas/insights_resources_payment_evaluation_scorer'\n required:\n - evaluated_at\n - fraudulent_dispute\n title: InsightsResourcesPaymentEvaluationInsights\n type: object\n x-expandableFields:\n - card_issuer_decline\n - fraudulent_dispute\n insights_resources_payment_evaluation_merchant_blocked:\n description: Details of a merchant_blocked outcome attached to this payment evaluation.\n properties:\n reason:\n description: The reason the payment was blocked by the merchant.\n enum:\n - authentication_required\n - blocked_for_fraud\n - invalid_payment\n - other\n type: string\n required:\n - reason\n title: InsightsResourcesPaymentEvaluationMerchantBlocked\n type: object\n x-expandableFields: []\n insights_resources_payment_evaluation_money_movement_card:\n description: Money Movement card details attached to this payment.\n properties:\n customer_presence:\n description: Describes the presence of the customer during the payment.\n enum:\n - off_session\n - on_session\n nullable: true\n type: string\n payment_type:\n description: Describes the type of payment.\n enum:\n - one_off\n - recurring\n - setup_one_off\n - setup_recurring\n nullable: true\n type: string\n title: InsightsResourcesPaymentEvaluationMoneyMovementCard\n type: object\n x-expandableFields: []\n insights_resources_payment_evaluation_money_movement_details:\n description: Money Movement details attached to this payment.\n properties:\n card:\n anyOf:\n - $ref: '#/components/schemas/insights_resources_payment_evaluation_money_movement_card'\n description: Describes card money movement details for the payment evaluation.\n nullable: true\n money_movement_type:\n description: Describes the type of money movement. Currently only `card` is supported.\n enum:\n - card\n type: string\n required:\n - money_movement_type\n title: InsightsResourcesPaymentEvaluationMoneyMovementDetails\n type: object\n x-expandableFields:\n - card\n insights_resources_payment_evaluation_outcome:\n description: Outcome details for this payment evaluation.\n properties:\n merchant_blocked:\n $ref: '#/components/schemas/insights_resources_payment_evaluation_merchant_blocked'\n payment_intent_id:\n description: The PaymentIntent ID associated with the payment evaluation.\n maxLength: 5000\n type: string\n rejected:\n $ref: '#/components/schemas/insights_resources_payment_evaluation_rejected'\n succeeded:\n $ref: '#/components/schemas/insights_resources_payment_evaluation_succeeded'\n type:\n description: Indicates the outcome of the payment evaluation.\n enum:\n - failed\n - merchant_blocked\n - rejected\n - succeeded\n type: string\n required:\n - type\n title: InsightsResourcesPaymentEvaluationOutcome\n type: object\n x-expandableFields:\n - merchant_blocked\n - rejected\n - succeeded\n insights_resources_payment_evaluation_payment_details:\n description: Payment details attached to this payment evaluation.\n properties:\n amount:\n 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).\n type: integer\n currency:\n 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).\n format: currency\n type: string\n description:\n description: An arbitrary string attached to the object. Often useful for displaying to users.\n maxLength: 5000\n nullable: true\n type: string\n money_movement_details:\n anyOf:\n - $ref: '#/components/schemas/insights_resources_payment_evaluation_money_movement_details'\n description: Details about the payment's customer presence and type.\n nullable: true\n payment_method_details:\n anyOf:\n - $ref: '#/components/schemas/insights_resources_payment_evaluation_payment_method_details'\n description: Details about the payment method used for the payment.\n nullable: true\n shipping_details:\n anyOf:\n - $ref: '#/components/schemas/insights_resources_payment_evaluation_shipping'\n description: Shipping details for the payment evaluation.\n nullable: true\n statement_descriptor:\n description: Payment statement descriptor.\n maxLength: 5000\n nullable: true\n type: string\n required:\n - amount\n - currency\n title: InsightsResourcesPaymentEvaluationPaymentDetails\n type: object\n x-expandableFields:\n - money_movement_details\n - payment_method_details\n - shipping_details\n insights_resources_payment_evaluation_payment_method_details:\n description: Payment method details attached to this payment evaluation.\n properties:\n billing_details:\n anyOf:\n - $ref: '#/components/schemas/insights_resources_payment_evaluation_billing_details'\n description: Billing information associated with the payment evaluation.\n nullable: true\n payment_method:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/payment_method'\n description: The payment method used in this payment evaluation.\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/payment_method'\n required:\n - payment_method\n title: InsightsResourcesPaymentEvaluationPaymentMethodDetails\n type: object\n x-expandableFields:\n - billing_details\n - payment_method\n insights_resources_payment_evaluation_refunded:\n description: Refunded Event details attached to this payment evaluation.\n properties:\n amount:\n 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).\n type: integer\n currency:\n 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).\n format: currency\n type: string\n reason:\n description: Indicates the reason for the refund.\n enum:\n - duplicate\n - fraudulent\n - other\n - requested_by_customer\n type: string\n required:\n - amount\n - currency\n - reason\n title: InsightsResourcesPaymentEvaluationRefunded\n type: object\n x-expandableFields: []\n insights_resources_payment_evaluation_rejected:\n description: Details of an rejected outcome attached to this payment evaluation.\n properties:\n card:\n $ref: '#/components/schemas/insights_resources_payment_evaluation_rejected_card'\n title: InsightsResourcesPaymentEvaluationRejected\n type: object\n x-expandableFields:\n - card\n insights_resources_payment_evaluation_rejected_card:\n description: Details of an rejected card outcome attached to this payment evaluation.\n properties:\n address_line1_check:\n description: Result of the address line 1 check.\n enum:\n - fail\n - pass\n - unavailable\n - unchecked\n type: string\n address_postal_code_check:\n description: Indicates whether the cardholder provided a postal code and if it matched the cardholder’s billing address.\n enum:\n - fail\n - pass\n - unavailable\n - unchecked\n type: string\n cvc_check:\n description: Result of the CVC check.\n enum:\n - fail\n - pass\n - unavailable\n - unchecked\n type: string\n reason:\n description: Card issuer's reason for the network decline.\n enum:\n - authentication_failed\n - do_not_honor\n - expired\n - incorrect_cvc\n - incorrect_number\n - incorrect_postal_code\n - insufficient_funds\n - invalid_account\n - lost_card\n - other\n - processing_error\n - reported_stolen\n - try_again_later\n type: string\n required:\n - address_line1_check\n - address_postal_code_check\n - cvc_check\n - reason\n title: InsightsResourcesPaymentEvaluationRejectedCard\n type: object\n x-expandableFields: []\n insights_resources_payment_evaluation_scorer:\n description: Scores, insights and recommended action for one scorer for this PaymentEvaluation.\n properties:\n recommended_action:\n description: Recommended action based on the risk score. Possible values are `block` and `continue`.\n enum:\n - block\n - continue\n type: string\n risk_score:\n 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.\n type: integer\n required:\n - recommended_action\n - risk_score\n title: InsightsResourcesPaymentEvaluationScorer\n type: object\n x-expandableFields: []\n insights_resources_payment_evaluation_shipping:\n description: Shipping details attached to this payment.\n properties:\n address:\n $ref: '#/components/schemas/insights_resources_payment_evaluation_address'\n name:\n description: Shipping name.\n maxLength: 5000\n nullable: true\n type: string\n phone:\n description: Shipping phone number.\n maxLength: 5000\n nullable: true\n type: string\n required:\n - address\n title: InsightsResourcesPaymentEvaluationShipping\n type: object\n x-expandableFields:\n - address\n insights_resources_payment_evaluation_succeeded:\n description: Details of a succeeded outcome attached to this payment evaluation.\n properties:\n card:\n $ref: '#/components/schemas/insights_resources_payment_evaluation_succeeded_card'\n title: InsightsResourcesPaymentEvaluationSucceeded\n type: object\n x-expandableFields:\n - card\n insights_resources_payment_evaluation_succeeded_card:\n description: Details of an succeeded card outcome attached to this payment evaluation.\n properties:\n address_line1_check:\n description: Result of the address line 1 check.\n enum:\n - fail\n - pass\n - unavailable\n - unchecked\n type: string\n address_postal_code_check:\n description: Indicates whether the cardholder provided a postal code and if it matched the cardholder’s billing address.\n enum:\n - fail\n - pass\n - unavailable\n - unchecked\n type: string\n cvc_check:\n description: Result of the CVC check.\n enum:\n - fail\n - pass\n - unavailable\n - unchecked\n type: string\n required:\n - address_line1_check\n - address_postal_code_check\n - cvc_check\n title: InsightsResourcesPaymentEvaluationSucceededCard\n type: object\n x-expandableFields: []\n insights_resources_payment_evaluation_user_intervention_raised:\n description: User intervention raised event details attached to this payment evaluation\n properties:\n custom:\n $ref: '#/components/schemas/insights_resources_payment_evaluation_user_intervention_raised_custom'\n key:\n description: Unique identifier for the user intervention event.\n maxLength: 5000\n type: string\n type:\n description: Type of user intervention raised.\n enum:\n - 3ds\n - captcha\n - custom\n type: string\n required:\n - key\n - type\n title: InsightsResourcesPaymentEvaluationUserInterventionRaised\n type: object\n x-expandableFields:\n - custom\n insights_resources_payment_evaluation_user_intervention_raised_custom:\n description: User intervention raised custom event details attached to this payment evaluation\n properties:\n type:\n description: Custom type of user intervention raised. The string must use a snake case description for the type of intervention performed.\n maxLength: 5000\n type: string\n required:\n - type\n title: InsightsResourcesPaymentEvaluationUserInterventionRaisedCustom\n type: object\n x-expandableFields: []\n insights_resources_payment_evaluation_user_intervention_resolved:\n description: User Intervention Resolved Event details attached to this payment evaluation\n properties:\n key:\n description: Unique ID of this intervention. Use this to provide the result.\n maxLength: 5000\n type: string\n outcome:\n description: Result of the intervention if it has been completed.\n enum:\n - abandoned\n - failed\n - passed\n nullable: true\n type: string\n required:\n - key\n title: InsightsResourcesPaymentEvaluationUserInterventionResolved\n type: object\n x-expandableFields: []\n internal_card:\n description: ''\n properties:\n brand:\n description: Brand of the card used in the transaction\n maxLength: 5000\n nullable: true\n type: string\n country:\n description: Two-letter ISO code representing the country of the card\n maxLength: 5000\n nullable: true\n type: string\n exp_month:\n description: Two digit number representing the card's expiration month\n nullable: true\n type: integer\n exp_year:\n description: Two digit number representing the card's expiration year\n nullable: true\n type: integer\n last4:\n description: The last 4 digits of the card\n maxLength: 5000\n nullable: true\n type: string\n title: internal_card\n type: object\n x-expandableFields: []\n invoice:\n description: |-\n Invoices are statements of amounts owed by a customer, and are either\n generated one-off, or generated periodically from a subscription.\n\n They contain [invoice items](https://api.stripe.com#invoiceitems), and proration adjustments\n that may be caused by subscription upgrades/downgrades (if necessary).\n\n If your invoice is configured to be billed through automatic charges,\n Stripe automatically finalizes your invoice and attempts payment. Note\n that finalizing the invoice,\n [when automatic](https://docs.stripe.com/invoicing/integration/automatic-advancement-collection), does\n not happen immediately as the invoice is created. Stripe waits\n until one hour after the last webhook was successfully sent (or the last\n webhook timed out after failing). If you (and the platforms you may have\n connected to) have no webhooks configured, Stripe waits one hour after\n creation to finalize the invoice.\n\n If 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),\n Stripe will email the invoice to your customer and await payment. These\n emails can contain a link to a hosted page to pay the invoice.\n\n Stripe applies any customer credit on the account before determining the\n amount due for the invoice (i.e., the amount that will be actually\n charged). If the amount due for the invoice is less than Stripe's [minimum allowed charge\n per currency](/docs/currencies#minimum-and-maximum-charge-amounts), the\n invoice is automatically marked paid, and we add the amount due to the\n customer's credit balance which is applied to the next invoice.\n\n More details on the customer's credit balance are\n [here](https://docs.stripe.com/billing/customer/balance).\n\n Related guide: [Send invoices to customers](https://docs.stripe.com/billing/invoices/sending)\n properties:\n account_country:\n description: The country of the business associated with this invoice, most often the business creating the invoice.\n maxLength: 5000\n nullable: true\n type: string\n account_name:\n description: The public name of the business associated with this invoice, most often the business creating the invoice.\n maxLength: 5000\n nullable: true\n type: string\n account_tax_ids:\n description: The account tax IDs associated with the invoice. Only editable when the invoice is a draft.\n items:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/tax_id'\n - $ref: '#/components/schemas/deleted_tax_id'\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/tax_id'\n - $ref: '#/components/schemas/deleted_tax_id'\n nullable: true\n type: array\n amount_due:\n 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`.\n type: integer\n amount_overpaid:\n description: Amount that was overpaid on the invoice. The amount overpaid is credited to the customer's credit balance.\n type: integer\n amount_paid:\n description: The amount, in cents (or local equivalent), that was paid.\n type: integer\n amount_remaining:\n description: The difference between amount_due and amount_paid, in cents (or local equivalent).\n type: integer\n amount_shipping:\n description: This is the sum of all the shipping amounts.\n type: integer\n application:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/application'\n - $ref: '#/components/schemas/deleted_application'\n description: ID of the Connect Application that created the invoice.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/application'\n - $ref: '#/components/schemas/deleted_application'\n attempt_count:\n 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.\n type: integer\n attempted:\n 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.\n type: boolean\n auto_advance:\n 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.\n type: boolean\n automatic_tax:\n $ref: '#/components/schemas/automatic_tax'\n automatically_finalizes_at:\n 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.\n format: unix-time\n nullable: true\n type: integer\n billing_reason:\n description: |-\n 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.\n enum:\n - automatic_pending_invoice_item_invoice\n - manual\n - quote_accept\n - subscription\n - subscription_create\n - subscription_cycle\n - subscription_threshold\n - subscription_update\n - upcoming\n nullable: true\n type: string\n collection_method:\n 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.\n enum:\n - charge_automatically\n - send_invoice\n type: string\n confirmation_secret:\n anyOf:\n - $ref: '#/components/schemas/invoices_resource_confirmation_secret'\n description: The confirmation secret associated with this invoice. Currently, this contains the client_secret of the PaymentIntent that Stripe creates during invoice finalization.\n nullable: true\n created:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n currency:\n 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).\n format: currency\n type: string\n custom_fields:\n description: Custom fields displayed on the invoice.\n items:\n $ref: '#/components/schemas/invoice_setting_custom_field'\n nullable: true\n type: array\n customer:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/customer'\n - $ref: '#/components/schemas/deleted_customer'\n description: The ID of the customer to bill.\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/customer'\n - $ref: '#/components/schemas/deleted_customer'\n customer_account:\n description: The ID of the account representing the customer to bill.\n maxLength: 5000\n nullable: true\n type: string\n customer_address:\n anyOf:\n - $ref: '#/components/schemas/address'\n 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.\n nullable: true\n customer_email:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n customer_name:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n customer_phone:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n customer_shipping:\n anyOf:\n - $ref: '#/components/schemas/shipping'\n 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.\n nullable: true\n customer_tax_exempt:\n 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.\n enum:\n - exempt\n - none\n - reverse\n nullable: true\n type: string\n customer_tax_ids:\n 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.\n items:\n $ref: '#/components/schemas/invoices_resource_invoice_tax_id'\n nullable: true\n type: array\n default_payment_method:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/payment_method'\n 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.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/payment_method'\n default_source:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/bank_account'\n - $ref: '#/components/schemas/card'\n - $ref: '#/components/schemas/source'\n 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.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/bank_account'\n - $ref: '#/components/schemas/card'\n - $ref: '#/components/schemas/source'\n x-stripeBypassValidation: true\n default_tax_rates:\n description: The tax rates applied to this invoice, if any.\n items:\n $ref: '#/components/schemas/tax_rate'\n type: array\n description:\n description: An arbitrary string attached to the object. Often useful for displaying to users. Referenced as 'memo' in the Dashboard.\n maxLength: 5000\n nullable: true\n type: string\n discounts:\n description: The discounts applied to the invoice. Line item discounts are applied before invoice discounts. Use `expand[]=discounts` to expand each discount.\n items:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/discount'\n - $ref: '#/components/schemas/deleted_discount'\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/discount'\n - $ref: '#/components/schemas/deleted_discount'\n type: array\n due_date:\n description: The date on which payment for this invoice is due. This value will be `null` for invoices where `collection_method=charge_automatically`.\n format: unix-time\n nullable: true\n type: integer\n effective_at:\n 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.\n format: unix-time\n nullable: true\n type: integer\n ending_balance:\n 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.\n nullable: true\n type: integer\n footer:\n description: Footer displayed on the invoice.\n maxLength: 5000\n nullable: true\n type: string\n from_invoice:\n anyOf:\n - $ref: '#/components/schemas/invoices_resource_from_invoice'\n description: Details of the invoice that was cloned. See the [revision documentation](https://docs.stripe.com/invoicing/invoice-revisions) for more details.\n nullable: true\n hosted_invoice_url:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n id:\n 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`.\n maxLength: 5000\n type: string\n invoice_pdf:\n description: The link to download the PDF for the invoice. If the invoice has not been finalized yet, this will be null.\n maxLength: 5000\n nullable: true\n type: string\n issuer:\n $ref: '#/components/schemas/connect_account_reference'\n last_finalization_error:\n anyOf:\n - $ref: '#/components/schemas/api_errors'\n description: The error encountered during the previous attempt to finalize the invoice. This field is cleared when the invoice is successfully finalized.\n nullable: true\n latest_revision:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/invoice'\n description: The ID of the most recent non-draft revision of this invoice\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/invoice'\n lines:\n 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.'\n properties:\n data:\n description: Details about each object.\n items:\n $ref: '#/components/schemas/line_item'\n type: array\n has_more:\n description: True if this list has another page of items after this one that can be fetched.\n type: boolean\n object:\n description: String representing the object's type. Objects of the same type share the same value. Always has the value `list`.\n enum:\n - list\n type: string\n url:\n description: The URL where this list can be accessed.\n maxLength: 5000\n type: string\n required:\n - data\n - has_more\n - object\n - url\n title: InvoiceLinesList\n type: object\n x-expandableFields:\n - data\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n metadata:\n additionalProperties:\n maxLength: 500\n type: string\n 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.\n nullable: true\n type: object\n next_payment_attempt:\n description: The time at which payment will next be attempted. This value will be `null` for invoices where `collection_method=send_invoice`.\n format: unix-time\n nullable: true\n type: integer\n number:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - invoice\n type: string\n on_behalf_of:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/account'\n 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.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/account'\n parent:\n anyOf:\n - $ref: '#/components/schemas/billing_bill_resource_invoicing_parents_invoice_parent'\n description: The parent that generated this invoice\n nullable: true\n payment_settings:\n $ref: '#/components/schemas/invoices_payment_settings'\n payments:\n description: Payments for this invoice\n properties:\n data:\n description: Details about each object.\n items:\n $ref: '#/components/schemas/invoice_payment'\n type: array\n has_more:\n description: True if this list has another page of items after this one that can be fetched.\n type: boolean\n object:\n description: String representing the object's type. Objects of the same type share the same value. Always has the value `list`.\n enum:\n - list\n type: string\n url:\n description: The URL where this list can be accessed.\n maxLength: 5000\n type: string\n required:\n - data\n - has_more\n - object\n - url\n title: InvoicesPaymentsListInvoicePayments\n type: object\n x-expandableFields:\n - data\n period_end:\n 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.\n format: unix-time\n type: integer\n period_start:\n 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.\n format: unix-time\n type: integer\n post_payment_credit_notes_amount:\n description: Total amount of all post-payment credit notes issued for this invoice.\n type: integer\n pre_payment_credit_notes_amount:\n description: Total amount of all pre-payment credit notes issued for this invoice.\n type: integer\n receipt_number:\n description: This is the transaction number that appears on email receipts sent for this invoice.\n maxLength: 5000\n nullable: true\n type: string\n rendering:\n anyOf:\n - $ref: '#/components/schemas/invoices_resource_invoice_rendering'\n description: The rendering-related settings that control how the invoice is displayed on customer-facing surfaces such as PDF and Hosted Invoice Page.\n nullable: true\n shipping_cost:\n anyOf:\n - $ref: '#/components/schemas/invoices_resource_shipping_cost'\n description: The details of the cost of shipping, including the ShippingRate applied on the invoice.\n nullable: true\n shipping_details:\n anyOf:\n - $ref: '#/components/schemas/shipping'\n 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.\n nullable: true\n starting_balance:\n 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.\n type: integer\n statement_descriptor:\n description: Extra information about an invoice for the customer's credit card statement.\n maxLength: 5000\n nullable: true\n type: string\n status:\n 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)\n enum:\n - draft\n - open\n - paid\n - uncollectible\n - void\n nullable: true\n type: string\n x-stripeBypassValidation: true\n status_transitions:\n $ref: '#/components/schemas/invoices_resource_status_transitions'\n subtotal:\n 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\n type: integer\n subtotal_excluding_tax:\n 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\n nullable: true\n type: integer\n test_clock:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/test_helpers.test_clock'\n description: ID of the test clock this invoice belongs to.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/test_helpers.test_clock'\n threshold_reason:\n $ref: '#/components/schemas/invoice_threshold_reason'\n total:\n description: Total after discounts and taxes.\n type: integer\n total_discount_amounts:\n description: The aggregate amounts calculated per discount across all line items.\n items:\n $ref: '#/components/schemas/discounts_resource_discount_amount'\n nullable: true\n type: array\n total_excluding_tax:\n description: The integer amount in cents (or local equivalent) representing the total amount of the invoice including all discounts but excluding all tax.\n nullable: true\n type: integer\n total_pretax_credit_amounts:\n 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.'\n items:\n $ref: '#/components/schemas/invoices_resource_pretax_credit_amount'\n nullable: true\n type: array\n total_taxes:\n description: The aggregate tax information of all line items.\n items:\n $ref: '#/components/schemas/billing_bill_resource_invoicing_taxes_tax'\n nullable: true\n type: array\n webhooks_delivered_at:\n 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.\n format: unix-time\n nullable: true\n type: integer\n required:\n - amount_due\n - amount_overpaid\n - amount_paid\n - amount_remaining\n - amount_shipping\n - attempt_count\n - attempted\n - auto_advance\n - automatic_tax\n - collection_method\n - created\n - currency\n - customer\n - default_tax_rates\n - discounts\n - id\n - issuer\n - lines\n - livemode\n - object\n - payment_settings\n - period_end\n - period_start\n - post_payment_credit_notes_amount\n - pre_payment_credit_notes_amount\n - starting_balance\n - status_transitions\n - subtotal\n - total\n title: Invoice\n type: object\n x-expandableFields:\n - account_tax_ids\n - application\n - automatic_tax\n - confirmation_secret\n - custom_fields\n - customer\n - customer_address\n - customer_shipping\n - customer_tax_ids\n - default_payment_method\n - default_source\n - default_tax_rates\n - discounts\n - from_invoice\n - issuer\n - last_finalization_error\n - latest_revision\n - lines\n - on_behalf_of\n - parent\n - payment_settings\n - payments\n - rendering\n - shipping_cost\n - shipping_details\n - status_transitions\n - test_clock\n - threshold_reason\n - total_discount_amounts\n - total_pretax_credit_amounts\n - total_taxes\n x-resourceId: invoice\n invoice_installments_card:\n description: ''\n properties:\n enabled:\n description: Whether Installments are enabled for this Invoice.\n nullable: true\n type: boolean\n title: invoice_installments_card\n type: object\n x-expandableFields: []\n invoice_item_threshold_reason:\n description: ''\n properties:\n line_item_ids:\n description: The IDs of the line items that triggered the threshold invoice.\n items:\n maxLength: 5000\n type: string\n type: array\n usage_gte:\n description: The quantity threshold boundary that applied to the given line item.\n type: integer\n required:\n - line_item_ids\n - usage_gte\n title: InvoiceItemThresholdReason\n type: object\n x-expandableFields: []\n invoice_line_item_period:\n description: ''\n properties:\n end:\n description: The end of the period, which must be greater than or equal to the start. This value is inclusive.\n format: unix-time\n type: integer\n start:\n description: The start of the period. This value is inclusive.\n format: unix-time\n type: integer\n required:\n - end\n - start\n title: InvoiceLineItemPeriod\n type: object\n x-expandableFields: []\n invoice_mandate_options_card:\n description: ''\n properties:\n amount:\n description: Amount to be charged for future payments.\n nullable: true\n type: integer\n amount_type:\n 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.\n enum:\n - fixed\n - maximum\n nullable: true\n type: string\n description:\n description: A description of the mandate or subscription that is meant to be displayed to the customer.\n maxLength: 200\n nullable: true\n type: string\n title: invoice_mandate_options_card\n type: object\n x-expandableFields: []\n invoice_mandate_options_payto:\n description: ''\n properties:\n amount:\n description: The maximum amount that can be collected in a single invoice. If you don't specify a maximum, then there is no limit.\n nullable: true\n type: integer\n amount_type:\n description: Only `maximum` is supported.\n enum:\n - fixed\n - maximum\n nullable: true\n type: string\n purpose:\n description: The purpose for which payments are made. Has a default value based on your merchant category code.\n enum:\n - dependant_support\n - government\n - loan\n - mortgage\n - other\n - pension\n - personal\n - retail\n - salary\n - tax\n - utility\n nullable: true\n type: string\n title: invoice_mandate_options_payto\n type: object\n x-expandableFields: []\n invoice_payment:\n description: |-\n Invoice Payments represent payments made against invoices. Invoice Payments can\n be accessed in two ways:\n 1. By expanding the `payments` field on the [Invoice](https://api.stripe.com#invoice) resource.\n 2. By using the Invoice Payment retrieve and list endpoints.\n\n Invoice Payments include the mapping between payment objects, such as Payment Intent, and Invoices.\n This resource and its endpoints allows you to easily track if a payment is associated with a specific invoice and\n monitor the allocation details of the payments.\n properties:\n amount_paid:\n 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.\n nullable: true\n type: integer\n amount_requested:\n description: Amount intended to be paid toward this invoice, in cents (or local equivalent)\n type: integer\n created:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n currency:\n 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).\n maxLength: 5000\n type: string\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n invoice:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/invoice'\n - $ref: '#/components/schemas/deleted_invoice'\n description: The invoice that was paid.\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/invoice'\n - $ref: '#/components/schemas/deleted_invoice'\n is_default:\n 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.\n type: boolean\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - invoice_payment\n type: string\n payment:\n $ref: '#/components/schemas/invoices_payments_invoice_payment_associated_payment'\n status:\n description: The status of the payment, one of `open`, `paid`, or `canceled`.\n maxLength: 5000\n type: string\n status_transitions:\n $ref: '#/components/schemas/invoices_payments_invoice_payment_status_transitions'\n required:\n - amount_requested\n - created\n - currency\n - id\n - invoice\n - is_default\n - livemode\n - object\n - payment\n - status\n - status_transitions\n title: InvoicesInvoicePayment\n type: object\n x-expandableFields:\n - invoice\n - payment\n - status_transitions\n x-resourceId: invoice_payment\n invoice_payment_method_options_acss_debit:\n description: ''\n properties:\n mandate_options:\n $ref: '#/components/schemas/invoice_payment_method_options_acss_debit_mandate_options'\n verification_method:\n description: Bank account verification method.\n enum:\n - automatic\n - instant\n - microdeposits\n type: string\n x-stripeBypassValidation: true\n title: invoice_payment_method_options_acss_debit\n type: object\n x-expandableFields:\n - mandate_options\n invoice_payment_method_options_acss_debit_mandate_options:\n description: ''\n properties:\n transaction_type:\n description: Transaction type of the mandate.\n enum:\n - business\n - personal\n nullable: true\n type: string\n title: invoice_payment_method_options_acss_debit_mandate_options\n type: object\n x-expandableFields: []\n invoice_payment_method_options_bancontact:\n description: ''\n properties:\n preferred_language:\n description: Preferred language of the Bancontact authorization page that the customer is redirected to.\n enum:\n - de\n - en\n - fr\n - nl\n type: string\n required:\n - preferred_language\n title: invoice_payment_method_options_bancontact\n type: object\n x-expandableFields: []\n invoice_payment_method_options_card:\n description: ''\n properties:\n installments:\n $ref: '#/components/schemas/invoice_installments_card'\n request_three_d_secure:\n 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.\n enum:\n - any\n - automatic\n - challenge\n nullable: true\n type: string\n title: invoice_payment_method_options_card\n type: object\n x-expandableFields:\n - installments\n invoice_payment_method_options_customer_balance:\n description: ''\n properties:\n bank_transfer:\n $ref: '#/components/schemas/invoice_payment_method_options_customer_balance_bank_transfer'\n funding_type:\n description: 'The funding method type to be used when there are not enough funds in the customer balance. Permitted values include: `bank_transfer`.'\n enum:\n - bank_transfer\n nullable: true\n type: string\n title: invoice_payment_method_options_customer_balance\n type: object\n x-expandableFields:\n - bank_transfer\n invoice_payment_method_options_customer_balance_bank_transfer:\n description: ''\n properties:\n eu_bank_transfer:\n $ref: '#/components/schemas/invoice_payment_method_options_customer_balance_bank_transfer_eu_bank_transfer'\n type:\n 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`.'\n nullable: true\n type: string\n title: invoice_payment_method_options_customer_balance_bank_transfer\n type: object\n x-expandableFields:\n - eu_bank_transfer\n invoice_payment_method_options_customer_balance_bank_transfer_eu_bank_transfer:\n description: ''\n properties:\n country:\n description: 'The desired country code of the bank account information. Permitted values include: `BE`, `DE`, `ES`, `FR`, `IE`, or `NL`.'\n enum:\n - BE\n - DE\n - ES\n - FR\n - IE\n - NL\n type: string\n required:\n - country\n title: invoice_payment_method_options_customer_balance_bank_transfer_eu_bank_transfer\n type: object\n x-expandableFields: []\n invoice_payment_method_options_konbini:\n description: ''\n properties: {}\n title: invoice_payment_method_options_konbini\n type: object\n x-expandableFields: []\n invoice_payment_method_options_payto:\n description: ''\n properties:\n mandate_options:\n $ref: '#/components/schemas/invoice_mandate_options_payto'\n title: invoice_payment_method_options_payto\n type: object\n x-expandableFields:\n - mandate_options\n invoice_payment_method_options_sepa_debit:\n description: ''\n properties: {}\n title: invoice_payment_method_options_sepa_debit\n type: object\n x-expandableFields: []\n invoice_payment_method_options_us_bank_account:\n description: ''\n properties:\n financial_connections:\n $ref: '#/components/schemas/invoice_payment_method_options_us_bank_account_linked_account_options'\n verification_method:\n description: Bank account verification method.\n enum:\n - automatic\n - instant\n - microdeposits\n type: string\n x-stripeBypassValidation: true\n title: invoice_payment_method_options_us_bank_account\n type: object\n x-expandableFields:\n - financial_connections\n invoice_payment_method_options_us_bank_account_linked_account_options:\n description: ''\n properties:\n filters:\n $ref: '#/components/schemas/invoice_payment_method_options_us_bank_account_linked_account_options_filters'\n permissions:\n description: The list of permissions to request. The `payment_method` permission must be included.\n items:\n enum:\n - balances\n - ownership\n - payment_method\n - transactions\n type: string\n type: array\n prefetch:\n description: Data features requested to be retrieved upon account creation.\n items:\n enum:\n - balances\n - ownership\n - transactions\n type: string\n x-stripeBypassValidation: true\n nullable: true\n type: array\n title: invoice_payment_method_options_us_bank_account_linked_account_options\n type: object\n x-expandableFields:\n - filters\n invoice_payment_method_options_us_bank_account_linked_account_options_filters:\n description: ''\n properties:\n account_subcategories:\n description: The account subcategories to use to filter for possible accounts to link. Valid subcategories are `checking` and `savings`.\n items:\n enum:\n - checking\n - savings\n type: string\n type: array\n title: invoice_payment_method_options_us_bank_account_linked_account_options_filters\n type: object\n x-expandableFields: []\n invoice_rendering_pdf:\n description: ''\n properties:\n page_size:\n 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.\n enum:\n - a4\n - auto\n - letter\n nullable: true\n type: string\n title: InvoiceRenderingPdf\n type: object\n x-expandableFields: []\n invoice_rendering_template:\n description: |-\n Invoice Rendering Templates are used to configure how invoices are rendered on surfaces like the PDF. Invoice Rendering Templates\n can be created from within the Dashboard, and they can be used over the API when creating invoices.\n properties:\n created:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n metadata:\n additionalProperties:\n maxLength: 500\n type: string\n 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.\n nullable: true\n type: object\n nickname:\n description: A brief description of the template, hidden from customers\n maxLength: 5000\n nullable: true\n type: string\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - invoice_rendering_template\n type: string\n status:\n description: The status of the template, one of `active` or `archived`.\n enum:\n - active\n - archived\n type: string\n version:\n description: Version of this template; version increases by one when an update on the template changes any field that controls invoice rendering\n type: integer\n required:\n - created\n - id\n - livemode\n - object\n - status\n - version\n title: InvoiceRenderingTemplate\n type: object\n x-expandableFields: []\n x-resourceId: invoice_rendering_template\n invoice_setting_checkout_rendering_options:\n description: ''\n properties:\n amount_tax_display:\n description: How line-item prices and amounts will be displayed with respect to tax on invoice PDFs.\n maxLength: 5000\n nullable: true\n type: string\n template:\n description: ID of the invoice rendering template to be used for the generated invoice.\n maxLength: 5000\n nullable: true\n type: string\n title: invoice_setting_checkout_rendering_options\n type: object\n x-expandableFields: []\n invoice_setting_custom_field:\n description: ''\n properties:\n name:\n description: The name of the custom field.\n maxLength: 5000\n type: string\n value:\n description: The value of the custom field.\n maxLength: 5000\n type: string\n required:\n - name\n - value\n title: InvoiceSettingCustomField\n type: object\n x-expandableFields: []\n invoice_setting_customer_rendering_options:\n description: ''\n properties:\n amount_tax_display:\n description: How line-item prices and amounts will be displayed with respect to tax on invoice PDFs.\n maxLength: 5000\n nullable: true\n type: string\n template:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n title: InvoiceSettingCustomerRenderingOptions\n type: object\n x-expandableFields: []\n invoice_setting_customer_setting:\n description: ''\n properties:\n custom_fields:\n description: Default custom fields to be displayed on invoices for this customer.\n items:\n $ref: '#/components/schemas/invoice_setting_custom_field'\n nullable: true\n type: array\n default_payment_method:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/payment_method'\n 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.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/payment_method'\n footer:\n description: Default footer to be displayed on invoices for this customer.\n maxLength: 5000\n nullable: true\n type: string\n rendering_options:\n anyOf:\n - $ref: '#/components/schemas/invoice_setting_customer_rendering_options'\n description: Default options for invoice PDF rendering for this customer.\n nullable: true\n title: InvoiceSettingCustomerSetting\n type: object\n x-expandableFields:\n - custom_fields\n - default_payment_method\n - rendering_options\n invoice_setting_quote_setting:\n description: ''\n properties:\n days_until_due:\n 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`.\n nullable: true\n type: integer\n issuer:\n $ref: '#/components/schemas/connect_account_reference'\n required:\n - issuer\n title: InvoiceSettingQuoteSetting\n type: object\n x-expandableFields:\n - issuer\n invoice_setting_subscription_schedule_phase_setting:\n description: ''\n properties:\n account_tax_ids:\n 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.\n items:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/tax_id'\n - $ref: '#/components/schemas/deleted_tax_id'\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/tax_id'\n - $ref: '#/components/schemas/deleted_tax_id'\n nullable: true\n type: array\n days_until_due:\n 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`.\n nullable: true\n type: integer\n issuer:\n anyOf:\n - $ref: '#/components/schemas/connect_account_reference'\n description: The connected account that issues the invoice. The invoice is presented with the branding and support information of the specified account.\n nullable: true\n title: InvoiceSettingSubscriptionSchedulePhaseSetting\n type: object\n x-expandableFields:\n - account_tax_ids\n - issuer\n invoice_setting_subscription_schedule_setting:\n description: ''\n properties:\n account_tax_ids:\n description: The account tax IDs associated with the subscription schedule. Will be set on invoices generated by the subscription schedule.\n items:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/tax_id'\n - $ref: '#/components/schemas/deleted_tax_id'\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/tax_id'\n - $ref: '#/components/schemas/deleted_tax_id'\n nullable: true\n type: array\n days_until_due:\n 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`.\n nullable: true\n type: integer\n issuer:\n $ref: '#/components/schemas/connect_account_reference'\n required:\n - issuer\n title: InvoiceSettingSubscriptionScheduleSetting\n type: object\n x-expandableFields:\n - account_tax_ids\n - issuer\n invoice_threshold_reason:\n description: ''\n properties:\n amount_gte:\n description: The total invoice amount threshold boundary if it triggered the threshold invoice.\n nullable: true\n type: integer\n item_reasons:\n description: Indicates which line items triggered a threshold invoice.\n items:\n $ref: '#/components/schemas/invoice_item_threshold_reason'\n type: array\n required:\n - item_reasons\n title: InvoiceThresholdReason\n type: object\n x-expandableFields:\n - item_reasons\n invoiceitem:\n description: |-\n 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\n Invoice Items can be created before you are ready to actually send the invoice. This can be particularly useful when combined\n with a [subscription](https://docs.stripe.com/api/subscriptions). Sometimes you want to add a charge or credit to a customer, but actually charge\n or 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\n Related 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).\n properties:\n amount:\n description: Amount (in the `currency` specified) of the invoice item. This should always be equal to `unit_amount * quantity`.\n type: integer\n currency:\n 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).\n format: currency\n type: string\n customer:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/customer'\n - $ref: '#/components/schemas/deleted_customer'\n description: The ID of the customer to bill for this invoice item.\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/customer'\n - $ref: '#/components/schemas/deleted_customer'\n customer_account:\n description: The ID of the account to bill for this invoice item.\n maxLength: 5000\n nullable: true\n type: string\n date:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n description:\n description: An arbitrary string attached to the object. Often useful for displaying to users.\n maxLength: 5000\n nullable: true\n type: string\n discountable:\n description: If true, discounts will apply to this invoice item. Always false for prorations.\n type: boolean\n discounts:\n description: The discounts which apply to the invoice item. Item discounts are applied before invoice discounts. Use `expand[]=discounts` to expand each discount.\n items:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/discount'\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/discount'\n nullable: true\n type: array\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n invoice:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/invoice'\n description: The ID of the invoice this invoice item belongs to.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/invoice'\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n metadata:\n additionalProperties:\n maxLength: 500\n type: string\n 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.\n nullable: true\n type: object\n net_amount:\n description: The amount after discounts, but before credits and taxes. This field is `null` for `discountable=true` items.\n type: integer\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - invoiceitem\n type: string\n parent:\n anyOf:\n - $ref: '#/components/schemas/billing_bill_resource_invoice_item_parents_invoice_item_parent'\n description: The parent that generated this invoice item.\n nullable: true\n period:\n $ref: '#/components/schemas/invoice_line_item_period'\n pricing:\n anyOf:\n - $ref: '#/components/schemas/billing_bill_resource_invoicing_pricing_pricing'\n description: The pricing information of the invoice item.\n nullable: true\n proration:\n description: Whether the invoice item was created automatically as a proration adjustment when the customer switched plans.\n type: boolean\n proration_details:\n $ref: '#/components/schemas/proration_details'\n quantity:\n 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.\n type: integer\n tax_rates:\n 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.\n items:\n $ref: '#/components/schemas/tax_rate'\n nullable: true\n type: array\n test_clock:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/test_helpers.test_clock'\n description: ID of the test clock this invoice item belongs to.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/test_helpers.test_clock'\n required:\n - amount\n - currency\n - customer\n - date\n - discountable\n - id\n - livemode\n - object\n - period\n - proration\n - quantity\n title: InvoiceItem\n type: object\n x-expandableFields:\n - customer\n - discounts\n - invoice\n - parent\n - period\n - pricing\n - proration_details\n - tax_rates\n - test_clock\n x-resourceId: invoiceitem\n invoices_payment_method_options:\n description: ''\n properties:\n acss_debit:\n anyOf:\n - $ref: '#/components/schemas/invoice_payment_method_options_acss_debit'\n 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.\n nullable: true\n bancontact:\n anyOf:\n - $ref: '#/components/schemas/invoice_payment_method_options_bancontact'\n description: If paying by `bancontact`, this sub-hash contains details about the Bancontact payment method options to pass to the invoice’s PaymentIntent.\n nullable: true\n card:\n anyOf:\n - $ref: '#/components/schemas/invoice_payment_method_options_card'\n description: If paying by `card`, this sub-hash contains details about the Card payment method options to pass to the invoice’s PaymentIntent.\n nullable: true\n customer_balance:\n anyOf:\n - $ref: '#/components/schemas/invoice_payment_method_options_customer_balance'\n 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.\n nullable: true\n konbini:\n anyOf:\n - $ref: '#/components/schemas/invoice_payment_method_options_konbini'\n description: If paying by `konbini`, this sub-hash contains details about the Konbini payment method options to pass to the invoice’s PaymentIntent.\n nullable: true\n payto:\n anyOf:\n - $ref: '#/components/schemas/invoice_payment_method_options_payto'\n description: If paying by `payto`, this sub-hash contains details about the PayTo payment method options to pass to the invoice’s PaymentIntent.\n nullable: true\n sepa_debit:\n anyOf:\n - $ref: '#/components/schemas/invoice_payment_method_options_sepa_debit'\n 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.\n nullable: true\n us_bank_account:\n anyOf:\n - $ref: '#/components/schemas/invoice_payment_method_options_us_bank_account'\n 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.\n nullable: true\n title: InvoicesPaymentMethodOptions\n type: object\n x-expandableFields:\n - acss_debit\n - bancontact\n - card\n - customer_balance\n - konbini\n - payto\n - sepa_debit\n - us_bank_account\n invoices_payment_settings:\n description: ''\n properties:\n default_mandate:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n payment_method_options:\n anyOf:\n - $ref: '#/components/schemas/invoices_payment_method_options'\n description: Payment-method-specific configuration to provide to the invoice’s PaymentIntent.\n nullable: true\n payment_method_types:\n 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).\n items:\n enum:\n - ach_credit_transfer\n - ach_debit\n - acss_debit\n - affirm\n - amazon_pay\n - au_becs_debit\n - bacs_debit\n - bancontact\n - boleto\n - card\n - cashapp\n - crypto\n - custom\n - customer_balance\n - eps\n - fpx\n - giropay\n - grabpay\n - ideal\n - jp_credit_transfer\n - kakao_pay\n - klarna\n - konbini\n - kr_card\n - link\n - multibanco\n - naver_pay\n - nz_bank_account\n - p24\n - payco\n - paynow\n - paypal\n - payto\n - promptpay\n - revolut_pay\n - sepa_credit_transfer\n - sepa_debit\n - sofort\n - swish\n - us_bank_account\n - wechat_pay\n type: string\n x-stripeBypassValidation: true\n nullable: true\n type: array\n title: InvoicesPaymentSettings\n type: object\n x-expandableFields:\n - payment_method_options\n invoices_payments_invoice_payment_associated_payment:\n description: ''\n properties:\n charge:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/charge'\n 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.'\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/charge'\n payment_intent:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/payment_intent'\n 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.'\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/payment_intent'\n payment_record:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/payment_record'\n description: ID of the PaymentRecord associated with this payment when `type` is `payment_record`.\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/payment_record'\n type:\n description: Type of payment object associated with this invoice payment.\n enum:\n - charge\n - payment_intent\n - payment_record\n type: string\n required:\n - type\n title: InvoicesPaymentsInvoicePaymentAssociatedPayment\n type: object\n x-expandableFields:\n - charge\n - payment_intent\n - payment_record\n invoices_payments_invoice_payment_status_transitions:\n description: ''\n properties:\n canceled_at:\n description: The time that the payment was canceled.\n format: unix-time\n nullable: true\n type: integer\n paid_at:\n description: The time that the payment succeeded.\n format: unix-time\n nullable: true\n type: integer\n title: InvoicesPaymentsInvoicePaymentStatusTransitions\n type: object\n x-expandableFields: []\n invoices_resource_confirmation_secret:\n description: ''\n properties:\n client_secret:\n description: The client_secret of the payment that Stripe creates for the invoice after finalization.\n maxLength: 5000\n type: string\n type:\n description: The type of client_secret. Currently this is always payment_intent, referencing the default payment_intent that Stripe creates during invoice finalization\n maxLength: 5000\n type: string\n required:\n - client_secret\n - type\n title: InvoicesResourceConfirmationSecret\n type: object\n x-expandableFields: []\n invoices_resource_from_invoice:\n description: ''\n properties:\n action:\n description: The relation between this invoice and the cloned invoice\n maxLength: 5000\n type: string\n invoice:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/invoice'\n description: The invoice that was cloned.\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/invoice'\n required:\n - action\n - invoice\n title: InvoicesResourceFromInvoice\n type: object\n x-expandableFields:\n - invoice\n invoices_resource_invoice_rendering:\n description: ''\n properties:\n amount_tax_display:\n description: How line-item prices and amounts will be displayed with respect to tax on invoice PDFs.\n maxLength: 5000\n nullable: true\n type: string\n pdf:\n anyOf:\n - $ref: '#/components/schemas/invoice_rendering_pdf'\n description: Invoice pdf rendering options\n nullable: true\n template:\n description: ID of the rendering template that the invoice is formatted by.\n maxLength: 5000\n nullable: true\n type: string\n template_version:\n description: Version of the rendering template that the invoice is using.\n nullable: true\n type: integer\n title: InvoicesResourceInvoiceRendering\n type: object\n x-expandableFields:\n - pdf\n invoices_resource_invoice_tax_id:\n description: ''\n properties:\n type:\n 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`\n enum:\n - ad_nrt\n - ae_trn\n - al_tin\n - am_tin\n - ao_tin\n - ar_cuit\n - au_abn\n - au_arn\n - aw_tin\n - az_tin\n - ba_tin\n - bb_tin\n - bd_bin\n - bf_ifu\n - bg_uic\n - bh_vat\n - bj_ifu\n - bo_tin\n - br_cnpj\n - br_cpf\n - bs_tin\n - by_tin\n - ca_bn\n - ca_gst_hst\n - ca_pst_bc\n - ca_pst_mb\n - ca_pst_sk\n - ca_qst\n - cd_nif\n - ch_uid\n - ch_vat\n - cl_tin\n - cm_niu\n - cn_tin\n - co_nit\n - cr_tin\n - cv_nif\n - de_stn\n - do_rcn\n - ec_ruc\n - eg_tin\n - es_cif\n - et_tin\n - eu_oss_vat\n - eu_vat\n - gb_vat\n - ge_vat\n - gn_nif\n - hk_br\n - hr_oib\n - hu_tin\n - id_npwp\n - il_vat\n - in_gst\n - is_vat\n - jp_cn\n - jp_rn\n - jp_trn\n - ke_pin\n - kg_tin\n - kh_tin\n - kr_brn\n - kz_bin\n - la_tin\n - li_uid\n - li_vat\n - ma_vat\n - md_vat\n - me_pib\n - mk_vat\n - mr_nif\n - mx_rfc\n - my_frp\n - my_itn\n - my_sst\n - ng_tin\n - no_vat\n - no_voec\n - np_pan\n - nz_gst\n - om_vat\n - pe_ruc\n - ph_tin\n - pl_nip\n - ro_tin\n - rs_pib\n - ru_inn\n - ru_kpp\n - sa_vat\n - sg_gst\n - sg_uen\n - si_tin\n - sn_ninea\n - sr_fin\n - sv_nit\n - th_vat\n - tj_tin\n - tr_tin\n - tw_vat\n - tz_vat\n - ua_vat\n - ug_tin\n - unknown\n - us_ein\n - uy_ruc\n - uz_tin\n - uz_vat\n - ve_rif\n - vn_tin\n - za_vat\n - zm_tin\n - zw_tin\n type: string\n value:\n description: The value of the tax ID.\n maxLength: 5000\n nullable: true\n type: string\n required:\n - type\n title: InvoicesResourceInvoiceTaxID\n type: object\n x-expandableFields: []\n invoices_resource_pretax_credit_amount:\n description: ''\n properties:\n amount:\n description: The amount, in cents (or local equivalent), of the pretax credit amount.\n type: integer\n credit_balance_transaction:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/billing.credit_balance_transaction'\n description: The credit balance transaction that was applied to get this pretax credit amount.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/billing.credit_balance_transaction'\n discount:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/discount'\n - $ref: '#/components/schemas/deleted_discount'\n description: The discount that was applied to get this pretax credit amount.\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/discount'\n - $ref: '#/components/schemas/deleted_discount'\n type:\n description: Type of the pretax credit amount referenced.\n enum:\n - credit_balance_transaction\n - discount\n type: string\n x-stripeBypassValidation: true\n required:\n - amount\n - type\n title: InvoicesResourcePretaxCreditAmount\n type: object\n x-expandableFields:\n - credit_balance_transaction\n - discount\n invoices_resource_shipping_cost:\n description: ''\n properties:\n amount_subtotal:\n description: Total shipping cost before any taxes are applied.\n type: integer\n amount_tax:\n description: Total tax amount applied due to shipping costs. If no tax was applied, defaults to 0.\n type: integer\n amount_total:\n description: Total shipping cost after taxes are applied.\n type: integer\n shipping_rate:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/shipping_rate'\n description: The ID of the ShippingRate for this invoice.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/shipping_rate'\n taxes:\n description: The taxes applied to the shipping rate.\n items:\n $ref: '#/components/schemas/line_items_tax_amount'\n type: array\n required:\n - amount_subtotal\n - amount_tax\n - amount_total\n title: InvoicesResourceShippingCost\n type: object\n x-expandableFields:\n - shipping_rate\n - taxes\n invoices_resource_status_transitions:\n description: ''\n properties:\n finalized_at:\n description: The time that the invoice draft was finalized.\n format: unix-time\n nullable: true\n type: integer\n marked_uncollectible_at:\n description: The time that the invoice was marked uncollectible.\n format: unix-time\n nullable: true\n type: integer\n paid_at:\n description: The time that the invoice was paid.\n format: unix-time\n nullable: true\n type: integer\n voided_at:\n description: The time that the invoice was voided.\n format: unix-time\n nullable: true\n type: integer\n title: InvoicesResourceStatusTransitions\n type: object\n x-expandableFields: []\n issuing.authorization:\n description: |-\n When an [issued card](https://docs.stripe.com/issuing) is used to make a purchase, an Issuing `Authorization`\n object is created. [Authorizations](https://docs.stripe.com/issuing/purchases/authorizations) must be approved for the\n purchase to be completed successfully.\n\n Related guide: [Issued card authorizations](https://docs.stripe.com/issuing/purchases/authorizations)\n properties:\n amount:\n 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.\n type: integer\n amount_details:\n anyOf:\n - $ref: '#/components/schemas/issuing_authorization_amount_details'\n 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).\n nullable: true\n approved:\n description: Whether the authorization has been approved.\n type: boolean\n authorization_method:\n description: How the card details were provided.\n enum:\n - chip\n - contactless\n - keyed_in\n - online\n - swipe\n type: string\n balance_transactions:\n description: List of balance transactions associated with this authorization.\n items:\n $ref: '#/components/schemas/balance_transaction'\n type: array\n card:\n $ref: '#/components/schemas/issuing.card'\n cardholder:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/issuing.cardholder'\n description: The cardholder to whom this authorization belongs.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/issuing.cardholder'\n created:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n currency:\n 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).\n format: currency\n type: string\n fleet:\n anyOf:\n - $ref: '#/components/schemas/issuing_authorization_fleet_data'\n description: Fleet-specific information for authorizations using Fleet cards.\n nullable: true\n fraud_challenges:\n description: Fraud challenges sent to the cardholder, if this authorization was declined for fraud risk reasons.\n items:\n $ref: '#/components/schemas/issuing_authorization_fraud_challenge'\n nullable: true\n type: array\n fuel:\n anyOf:\n - $ref: '#/components/schemas/issuing_authorization_fuel_data'\n 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.\n nullable: true\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n merchant_amount:\n 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.\n type: integer\n merchant_currency:\n 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).\n format: currency\n type: string\n merchant_data:\n $ref: '#/components/schemas/issuing_authorization_merchant_data'\n metadata:\n additionalProperties:\n maxLength: 500\n type: string\n 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.\n type: object\n network_data:\n anyOf:\n - $ref: '#/components/schemas/issuing_authorization_network_data'\n description: Details about the authorization, such as identifiers, set by the card network.\n nullable: true\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - issuing.authorization\n type: string\n pending_request:\n anyOf:\n - $ref: '#/components/schemas/issuing_authorization_pending_request'\n description: The pending authorization request. This field will only be non-null during an `issuing_authorization.request` webhook.\n nullable: true\n request_history:\n 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.\n items:\n $ref: '#/components/schemas/issuing_authorization_request'\n type: array\n status:\n description: The current status of the authorization in its lifecycle.\n enum:\n - closed\n - expired\n - pending\n - reversed\n type: string\n token:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/issuing.token'\n 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.'\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/issuing.token'\n transactions:\n description: List of [transactions](https://docs.stripe.com/api/issuing/transactions) associated with this authorization.\n items:\n $ref: '#/components/schemas/issuing.transaction'\n type: array\n treasury:\n anyOf:\n - $ref: '#/components/schemas/issuing_authorization_treasury'\n 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).'\n nullable: true\n verification_data:\n $ref: '#/components/schemas/issuing_authorization_verification_data'\n verified_by_fraud_challenge:\n 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.\n nullable: true\n type: boolean\n wallet:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n required:\n - amount\n - approved\n - authorization_method\n - balance_transactions\n - card\n - created\n - currency\n - id\n - livemode\n - merchant_amount\n - merchant_currency\n - merchant_data\n - metadata\n - object\n - request_history\n - status\n - transactions\n - verification_data\n title: IssuingAuthorization\n type: object\n x-expandableFields:\n - amount_details\n - balance_transactions\n - card\n - cardholder\n - fleet\n - fraud_challenges\n - fuel\n - merchant_data\n - network_data\n - pending_request\n - request_history\n - token\n - transactions\n - treasury\n - verification_data\n x-resourceId: issuing.authorization\n issuing.card:\n description: You can [create physical or virtual cards](https://docs.stripe.com/issuing) that are issued to cardholders.\n properties:\n brand:\n description: The brand of the card.\n maxLength: 5000\n type: string\n cancellation_reason:\n description: The reason why the card was canceled.\n enum:\n - design_rejected\n - lost\n - stolen\n nullable: true\n type: string\n x-stripeBypassValidation: true\n cardholder:\n $ref: '#/components/schemas/issuing.cardholder'\n created:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n currency:\n 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.\n format: currency\n type: string\n cvc:\n 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.\n maxLength: 5000\n type: string\n exp_month:\n description: The expiration month of the card.\n type: integer\n exp_year:\n description: The expiration year of the card.\n type: integer\n financial_account:\n description: The financial account this card is attached to.\n maxLength: 5000\n nullable: true\n type: string\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n last4:\n description: The last 4 digits of the card number.\n maxLength: 5000\n type: string\n latest_fraud_warning:\n anyOf:\n - $ref: '#/components/schemas/issuing_card_fraud_warning'\n 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.\n nullable: true\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n metadata:\n additionalProperties:\n maxLength: 500\n type: string\n 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.\n type: object\n number:\n 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.\n maxLength: 5000\n type: string\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - issuing.card\n type: string\n personalization_design:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/issuing.personalization_design'\n description: The personalization design object belonging to this card.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/issuing.personalization_design'\n replaced_by:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/issuing.card'\n description: The latest card that replaces this card, if any.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/issuing.card'\n replacement_for:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/issuing.card'\n description: The card this card replaces, if any.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/issuing.card'\n replacement_reason:\n description: The reason why the previous card needed to be replaced.\n enum:\n - damaged\n - expired\n - lost\n - stolen\n nullable: true\n type: string\n x-stripeBypassValidation: true\n second_line:\n description: Text separate from cardholder name, printed on the card.\n maxLength: 5000\n nullable: true\n type: string\n shipping:\n anyOf:\n - $ref: '#/components/schemas/issuing_card_shipping'\n description: Where and how the card will be shipped.\n nullable: true\n spending_controls:\n $ref: '#/components/schemas/issuing_card_authorization_controls'\n status:\n description: Whether authorizations can be approved on this card. May be blocked from activating cards depending on past-due Cardholder requirements. Defaults to `inactive`.\n enum:\n - active\n - canceled\n - inactive\n type: string\n x-stripeBypassValidation: true\n type:\n description: The type of the card.\n enum:\n - physical\n - virtual\n type: string\n wallets:\n anyOf:\n - $ref: '#/components/schemas/issuing_card_wallets'\n description: Information relating to digital wallets (like Apple Pay and Google Pay).\n nullable: true\n required:\n - brand\n - cardholder\n - created\n - currency\n - exp_month\n - exp_year\n - id\n - last4\n - livemode\n - metadata\n - object\n - spending_controls\n - status\n - type\n title: IssuingCard\n type: object\n x-expandableFields:\n - cardholder\n - latest_fraud_warning\n - personalization_design\n - replaced_by\n - replacement_for\n - shipping\n - spending_controls\n - wallets\n x-resourceId: issuing.card\n issuing.cardholder:\n description: |-\n An Issuing `Cardholder` object represents an individual or business entity who is [issued](https://docs.stripe.com/issuing) cards.\n\n Related guide: [How to create a cardholder](https://docs.stripe.com/issuing/cards/virtual/issue-cards#create-cardholder)\n properties:\n billing:\n $ref: '#/components/schemas/issuing_cardholder_address'\n company:\n anyOf:\n - $ref: '#/components/schemas/issuing_cardholder_company'\n description: Additional information about a `company` cardholder.\n nullable: true\n created:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n email:\n description: The cardholder's email address.\n maxLength: 5000\n nullable: true\n type: string\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n individual:\n anyOf:\n - $ref: '#/components/schemas/issuing_cardholder_individual'\n description: Additional information about an `individual` cardholder.\n nullable: true\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n metadata:\n additionalProperties:\n maxLength: 500\n type: string\n 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.\n type: object\n name:\n description: The cardholder's name. This will be printed on cards issued to them.\n maxLength: 5000\n type: string\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - issuing.cardholder\n type: string\n phone_number:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n preferred_locales:\n description: |-\n 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.\n items:\n enum:\n - de\n - en\n - es\n - fr\n - it\n type: string\n nullable: true\n type: array\n requirements:\n $ref: '#/components/schemas/issuing_cardholder_requirements'\n spending_controls:\n anyOf:\n - $ref: '#/components/schemas/issuing_cardholder_authorization_controls'\n 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.\n nullable: true\n status:\n description: Specifies whether to permit authorizations on this cardholder's cards.\n enum:\n - active\n - blocked\n - inactive\n type: string\n type:\n description: One of `individual` or `company`. See [Choose a cardholder type](https://docs.stripe.com/issuing/other/choose-cardholder) for more details.\n enum:\n - company\n - individual\n type: string\n x-stripeBypassValidation: true\n required:\n - billing\n - created\n - id\n - livemode\n - metadata\n - name\n - object\n - requirements\n - status\n - type\n title: IssuingCardholder\n type: object\n x-expandableFields:\n - billing\n - company\n - individual\n - requirements\n - spending_controls\n x-resourceId: issuing.cardholder\n issuing.dispute:\n description: |-\n 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\n Related guide: [Issuing disputes](https://docs.stripe.com/issuing/purchases/disputes)\n properties:\n amount:\n 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).\n type: integer\n balance_transactions:\n description: List of balance transactions associated with the dispute.\n items:\n $ref: '#/components/schemas/balance_transaction'\n nullable: true\n type: array\n created:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n currency:\n description: The currency the `transaction` was made in.\n format: currency\n type: string\n evidence:\n $ref: '#/components/schemas/issuing_dispute_evidence'\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n loss_reason:\n 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.\n enum:\n - cardholder_authentication_issuer_liability\n - eci5_token_transaction_with_tavv\n - excess_disputes_in_timeframe\n - has_not_met_the_minimum_dispute_amount_requirements\n - invalid_duplicate_dispute\n - invalid_incorrect_amount_dispute\n - invalid_no_authorization\n - invalid_use_of_disputes\n - merchandise_delivered_or_shipped\n - merchandise_or_service_as_described\n - not_cancelled\n - other\n - refund_issued\n - submitted_beyond_allowable_time_limit\n - transaction_3ds_required\n - transaction_approved_after_prior_fraud_dispute\n - transaction_authorized\n - transaction_electronically_read\n - transaction_qualifies_for_visa_easy_payment_service\n - transaction_unattended\n type: string\n metadata:\n additionalProperties:\n maxLength: 500\n type: string\n 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.\n type: object\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - issuing.dispute\n type: string\n status:\n description: Current status of the dispute.\n enum:\n - expired\n - lost\n - submitted\n - unsubmitted\n - won\n type: string\n transaction:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/issuing.transaction'\n description: The transaction being disputed.\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/issuing.transaction'\n treasury:\n anyOf:\n - $ref: '#/components/schemas/issuing_dispute_treasury'\n 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'\n nullable: true\n required:\n - amount\n - created\n - currency\n - evidence\n - id\n - livemode\n - metadata\n - object\n - status\n - transaction\n title: IssuingDispute\n type: object\n x-expandableFields:\n - balance_transactions\n - evidence\n - transaction\n - treasury\n x-resourceId: issuing.dispute\n issuing.personalization_design:\n description: A Personalization Design is a logical grouping of a Physical Bundle, card logo, and carrier text that represents a product line.\n properties:\n card_logo:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/file'\n description: The file for the card logo to use with physical bundles that support card logos. Must have a `purpose` value of `issuing_logo`.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/file'\n carrier_text:\n anyOf:\n - $ref: '#/components/schemas/issuing_personalization_design_carrier_text'\n description: Hash containing carrier text, for use with physical bundles that support carrier text.\n nullable: true\n created:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n lookup_key:\n description: A lookup key used to retrieve personalization designs dynamically from a static string. This may be up to 200 characters.\n maxLength: 5000\n nullable: true\n type: string\n metadata:\n additionalProperties:\n maxLength: 500\n type: string\n 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.\n type: object\n name:\n description: Friendly display name.\n maxLength: 5000\n nullable: true\n type: string\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - issuing.personalization_design\n type: string\n physical_bundle:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/issuing.physical_bundle'\n description: The physical bundle object belonging to this personalization design.\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/issuing.physical_bundle'\n preferences:\n $ref: '#/components/schemas/issuing_personalization_design_preferences'\n rejection_reasons:\n $ref: '#/components/schemas/issuing_personalization_design_rejection_reasons'\n status:\n description: Whether this personalization design can be used to create cards.\n enum:\n - active\n - inactive\n - rejected\n - review\n type: string\n required:\n - created\n - id\n - livemode\n - metadata\n - object\n - physical_bundle\n - preferences\n - rejection_reasons\n - status\n title: IssuingPersonalizationDesign\n type: object\n x-expandableFields:\n - card_logo\n - carrier_text\n - physical_bundle\n - preferences\n - rejection_reasons\n x-resourceId: issuing.personalization_design\n issuing.physical_bundle:\n 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.\n properties:\n features:\n $ref: '#/components/schemas/issuing_physical_bundle_features'\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n name:\n description: Friendly display name.\n maxLength: 5000\n type: string\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - issuing.physical_bundle\n type: string\n status:\n description: Whether this physical bundle can be used to create cards.\n enum:\n - active\n - inactive\n - review\n type: string\n type:\n description: Whether this physical bundle is a standard Stripe offering or custom-made for you.\n enum:\n - custom\n - standard\n type: string\n required:\n - features\n - id\n - livemode\n - name\n - object\n - status\n - type\n title: IssuingPhysicalBundle\n type: object\n x-expandableFields:\n - features\n x-resourceId: issuing.physical_bundle\n issuing.settlement:\n 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.\n properties:\n bin:\n description: The Bank Identification Number reflecting this settlement record.\n maxLength: 5000\n type: string\n clearing_date:\n description: The date that the transactions are cleared and posted to user's accounts.\n format: unix-time\n type: integer\n created:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n currency:\n 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).\n format: currency\n type: string\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n interchange_fees_amount:\n description: The total interchange received as reimbursement for the transactions.\n type: integer\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n metadata:\n additionalProperties:\n maxLength: 500\n type: string\n 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.\n type: object\n net_total_amount:\n description: The total net amount required to settle with the network.\n type: integer\n network:\n description: The card network for this settlement report. One of [\"visa\", \"maestro\"]\n enum:\n - maestro\n - visa\n type: string\n network_fees_amount:\n description: The total amount of fees owed to the network.\n type: integer\n network_settlement_identifier:\n description: The Settlement Identification Number assigned by the network.\n maxLength: 5000\n type: string\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - issuing.settlement\n type: string\n settlement_service:\n description: One of `international` or `uk_national_net`.\n maxLength: 5000\n type: string\n status:\n description: The current processing status of this settlement.\n enum:\n - complete\n - pending\n type: string\n transaction_amount:\n description: The total transaction amount reflected in this settlement.\n type: integer\n transaction_count:\n description: The total number of transactions reflected in this settlement.\n type: integer\n required:\n - bin\n - clearing_date\n - created\n - currency\n - id\n - interchange_fees_amount\n - livemode\n - metadata\n - net_total_amount\n - network\n - network_fees_amount\n - network_settlement_identifier\n - object\n - settlement_service\n - status\n - transaction_amount\n - transaction_count\n title: IssuingSettlement\n type: object\n x-expandableFields: []\n x-resourceId: issuing.settlement\n issuing.token:\n 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.\n properties:\n card:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/issuing.card'\n description: Card associated with this token.\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/issuing.card'\n created:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n device_fingerprint:\n description: The hashed ID derived from the device ID from the card network associated with the token.\n maxLength: 5000\n nullable: true\n type: string\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n last4:\n description: The last four digits of the token.\n maxLength: 5000\n type: string\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n network:\n description: The token service provider / card network associated with the token.\n enum:\n - mastercard\n - visa\n type: string\n network_data:\n $ref: '#/components/schemas/issuing_network_token_network_data'\n network_updated_at:\n description: Time at which the token was last updated by the card network. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - issuing.token\n type: string\n status:\n description: The usage state of the token.\n enum:\n - active\n - deleted\n - requested\n - suspended\n type: string\n wallet_provider:\n description: The digital wallet for this token, if one was used.\n enum:\n - apple_pay\n - google_pay\n - samsung_pay\n type: string\n required:\n - card\n - created\n - id\n - livemode\n - network\n - network_updated_at\n - object\n - status\n title: IssuingNetworkToken\n type: object\n x-expandableFields:\n - card\n - network_data\n x-resourceId: issuing.token\n issuing.transaction:\n description: |-\n Any use of an [issued card](https://docs.stripe.com/issuing) that results in funds entering or leaving\n your Stripe account, such as a completed purchase or refund, is represented by an Issuing\n `Transaction` object.\n\n Related guide: [Issued card transactions](https://docs.stripe.com/issuing/purchases/transactions)\n properties:\n amount:\n 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).\n type: integer\n amount_details:\n anyOf:\n - $ref: '#/components/schemas/issuing_transaction_amount_details'\n 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).\n nullable: true\n authorization:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/issuing.authorization'\n description: The `Authorization` object that led to this transaction.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/issuing.authorization'\n balance_transaction:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/balance_transaction'\n description: ID of the [balance transaction](https://docs.stripe.com/api/balance_transactions) associated with this transaction.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/balance_transaction'\n card:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/issuing.card'\n description: The card used to make this transaction.\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/issuing.card'\n cardholder:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/issuing.cardholder'\n description: The cardholder to whom this transaction belongs.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/issuing.cardholder'\n created:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n currency:\n 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).\n format: currency\n type: string\n dispute:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/issuing.dispute'\n description: If you've disputed the transaction, the ID of the dispute.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/issuing.dispute'\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n merchant_amount:\n 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.\n type: integer\n merchant_currency:\n description: The currency with which the merchant is taking payment.\n format: currency\n type: string\n merchant_data:\n $ref: '#/components/schemas/issuing_authorization_merchant_data'\n metadata:\n additionalProperties:\n maxLength: 500\n type: string\n 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.\n type: object\n network_data:\n anyOf:\n - $ref: '#/components/schemas/issuing_transaction_network_data'\n description: Details about the transaction, such as processing dates, set by the card network.\n nullable: true\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - issuing.transaction\n type: string\n purchase_details:\n anyOf:\n - $ref: '#/components/schemas/issuing_transaction_purchase_details'\n description: Additional purchase information that is optionally provided by the merchant.\n nullable: true\n token:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/issuing.token'\n 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.'\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/issuing.token'\n treasury:\n anyOf:\n - $ref: '#/components/schemas/issuing_transaction_treasury'\n 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'\n nullable: true\n type:\n description: The nature of the transaction.\n enum:\n - capture\n - refund\n type: string\n x-stripeBypassValidation: true\n wallet:\n description: The digital wallet used for this transaction. One of `apple_pay`, `google_pay`, or `samsung_pay`.\n enum:\n - apple_pay\n - google_pay\n - samsung_pay\n nullable: true\n type: string\n required:\n - amount\n - card\n - created\n - currency\n - id\n - livemode\n - merchant_amount\n - merchant_currency\n - merchant_data\n - metadata\n - object\n - type\n title: IssuingTransaction\n type: object\n x-expandableFields:\n - amount_details\n - authorization\n - balance_transaction\n - card\n - cardholder\n - dispute\n - merchant_data\n - network_data\n - purchase_details\n - token\n - treasury\n x-resourceId: issuing.transaction\n issuing_authorization_amount_details:\n description: ''\n properties:\n atm_fee:\n description: The fee charged by the ATM for the cash withdrawal.\n nullable: true\n type: integer\n cashback_amount:\n description: The amount of cash requested by the cardholder.\n nullable: true\n type: integer\n title: IssuingAuthorizationAmountDetails\n type: object\n x-expandableFields: []\n issuing_authorization_authentication_exemption:\n description: ''\n properties:\n claimed_by:\n description: The entity that requested the exemption, either the acquiring merchant or the Issuing user.\n enum:\n - acquirer\n - issuer\n type: string\n type:\n description: The specific exemption claimed for this authorization.\n enum:\n - low_value_transaction\n - transaction_risk_analysis\n - unknown\n type: string\n x-stripeBypassValidation: true\n required:\n - claimed_by\n - type\n title: IssuingAuthorizationAuthenticationExemption\n type: object\n x-expandableFields: []\n issuing_authorization_fleet_cardholder_prompt_data:\n description: ''\n properties:\n alphanumeric_id:\n 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.'\n maxLength: 5000\n nullable: true\n type: string\n driver_id:\n description: Driver ID.\n maxLength: 5000\n nullable: true\n type: string\n odometer:\n description: Odometer reading.\n nullable: true\n type: integer\n unspecified_id:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n user_id:\n description: User ID.\n maxLength: 5000\n nullable: true\n type: string\n vehicle_number:\n description: Vehicle number.\n maxLength: 5000\n nullable: true\n type: string\n title: IssuingAuthorizationFleetCardholderPromptData\n type: object\n x-expandableFields: []\n issuing_authorization_fleet_data:\n description: ''\n properties:\n cardholder_prompt_data:\n anyOf:\n - $ref: '#/components/schemas/issuing_authorization_fleet_cardholder_prompt_data'\n 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.\n nullable: true\n purchase_type:\n description: The type of purchase.\n enum:\n - fuel_and_non_fuel_purchase\n - fuel_purchase\n - non_fuel_purchase\n nullable: true\n type: string\n reported_breakdown:\n anyOf:\n - $ref: '#/components/schemas/issuing_authorization_fleet_reported_breakdown'\n 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.\n nullable: true\n service_type:\n description: The type of fuel service.\n enum:\n - full_service\n - non_fuel_transaction\n - self_service\n nullable: true\n type: string\n title: IssuingAuthorizationFleetData\n type: object\n x-expandableFields:\n - cardholder_prompt_data\n - reported_breakdown\n issuing_authorization_fleet_fuel_price_data:\n description: ''\n properties:\n gross_amount_decimal:\n description: Gross fuel amount that should equal Fuel Quantity multiplied by Fuel Unit Cost, inclusive of taxes.\n format: decimal\n nullable: true\n type: string\n title: IssuingAuthorizationFleetFuelPriceData\n type: object\n x-expandableFields: []\n issuing_authorization_fleet_non_fuel_price_data:\n description: ''\n properties:\n gross_amount_decimal:\n description: Gross non-fuel amount that should equal the sum of the line items, inclusive of taxes.\n format: decimal\n nullable: true\n type: string\n title: IssuingAuthorizationFleetNonFuelPriceData\n type: object\n x-expandableFields: []\n issuing_authorization_fleet_reported_breakdown:\n description: ''\n properties:\n fuel:\n anyOf:\n - $ref: '#/components/schemas/issuing_authorization_fleet_fuel_price_data'\n description: Breakdown of fuel portion of the purchase.\n nullable: true\n non_fuel:\n anyOf:\n - $ref: '#/components/schemas/issuing_authorization_fleet_non_fuel_price_data'\n description: Breakdown of non-fuel portion of the purchase.\n nullable: true\n tax:\n anyOf:\n - $ref: '#/components/schemas/issuing_authorization_fleet_tax_data'\n description: Information about tax included in this transaction.\n nullable: true\n title: IssuingAuthorizationFleetReportedBreakdown\n type: object\n x-expandableFields:\n - fuel\n - non_fuel\n - tax\n issuing_authorization_fleet_tax_data:\n description: ''\n properties:\n local_amount_decimal:\n description: Amount of state or provincial Sales Tax included in the transaction amount. `null` if not reported by merchant or not subject to tax.\n format: decimal\n nullable: true\n type: string\n national_amount_decimal:\n description: Amount of national Sales Tax or VAT included in the transaction amount. `null` if not reported by merchant or not subject to tax.\n format: decimal\n nullable: true\n type: string\n title: IssuingAuthorizationFleetTaxData\n type: object\n x-expandableFields: []\n issuing_authorization_fraud_challenge:\n description: ''\n properties:\n channel:\n description: The method by which the fraud challenge was delivered to the cardholder.\n enum:\n - sms\n type: string\n status:\n description: The status of the fraud challenge.\n enum:\n - expired\n - pending\n - rejected\n - undeliverable\n - verified\n type: string\n undeliverable_reason:\n description: If the challenge is not deliverable, the reason why.\n enum:\n - no_phone_number\n - unsupported_phone_number\n nullable: true\n type: string\n required:\n - channel\n - status\n title: IssuingAuthorizationFraudChallenge\n type: object\n x-expandableFields: []\n issuing_authorization_fuel_data:\n description: ''\n properties:\n industry_product_code:\n description: '[Conexxus Payment System Product Code](https://www.conexxus.org/conexxus-payment-system-product-codes) identifying the primary fuel product purchased.'\n maxLength: 5000\n nullable: true\n type: string\n quantity_decimal:\n description: The quantity of `unit`s of fuel that was dispensed, represented as a decimal string with at most 12 decimal places.\n format: decimal\n nullable: true\n type: string\n type:\n description: The type of fuel that was purchased.\n enum:\n - diesel\n - other\n - unleaded_plus\n - unleaded_regular\n - unleaded_super\n nullable: true\n type: string\n unit:\n description: The units for `quantity_decimal`.\n enum:\n - charging_minute\n - imperial_gallon\n - kilogram\n - kilowatt_hour\n - liter\n - other\n - pound\n - us_gallon\n nullable: true\n type: string\n unit_cost_decimal:\n description: The cost in cents per each unit of fuel, represented as a decimal string with at most 12 decimal places.\n format: decimal\n nullable: true\n type: string\n title: IssuingAuthorizationFuelData\n type: object\n x-expandableFields: []\n issuing_authorization_merchant_data:\n description: ''\n properties:\n category:\n 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.\n maxLength: 5000\n type: string\n category_code:\n description: The merchant category code for the seller’s business\n maxLength: 5000\n type: string\n city:\n description: City where the seller is located\n maxLength: 5000\n nullable: true\n type: string\n country:\n description: Country where the seller is located\n maxLength: 5000\n nullable: true\n type: string\n name:\n description: Name of the seller\n maxLength: 5000\n nullable: true\n type: string\n network_id:\n description: Identifier assigned to the seller by the card network. Different card networks may assign different network_id fields to the same merchant.\n maxLength: 5000\n type: string\n postal_code:\n description: Postal code where the seller is located\n maxLength: 5000\n nullable: true\n type: string\n state:\n description: State where the seller is located\n maxLength: 5000\n nullable: true\n type: string\n tax_id:\n description: The seller's tax identification number. Currently populated for French merchants only.\n maxLength: 5000\n nullable: true\n type: string\n terminal_id:\n description: An ID assigned by the seller to the location of the sale.\n maxLength: 5000\n nullable: true\n type: string\n url:\n description: URL provided by the merchant on a 3DS request\n maxLength: 5000\n nullable: true\n type: string\n required:\n - category\n - category_code\n - network_id\n title: IssuingAuthorizationMerchantData\n type: object\n x-expandableFields: []\n issuing_authorization_network_data:\n description: ''\n properties:\n acquiring_institution_id:\n 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`.\n maxLength: 5000\n nullable: true\n type: string\n system_trace_audit_number:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n transaction_id:\n description: Unique identifier for the authorization assigned by the card network used to match subsequent messages, disputes, and transactions.\n maxLength: 5000\n nullable: true\n type: string\n title: IssuingAuthorizationNetworkData\n type: object\n x-expandableFields: []\n issuing_authorization_pending_request:\n description: ''\n properties:\n amount:\n 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).\n type: integer\n amount_details:\n anyOf:\n - $ref: '#/components/schemas/issuing_authorization_amount_details'\n 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).\n nullable: true\n currency:\n 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).\n format: currency\n type: string\n is_amount_controllable:\n 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.\n type: boolean\n merchant_amount:\n 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).\n type: integer\n merchant_currency:\n description: The local currency the merchant is requesting to authorize.\n format: currency\n type: string\n network_risk_score:\n description: The card network's estimate of the likelihood that an authorization is fraudulent. Takes on values between 1 and 99.\n nullable: true\n type: integer\n required:\n - amount\n - currency\n - is_amount_controllable\n - merchant_amount\n - merchant_currency\n title: IssuingAuthorizationPendingRequest\n type: object\n x-expandableFields:\n - amount_details\n issuing_authorization_request:\n description: ''\n properties:\n amount:\n 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.\n type: integer\n amount_details:\n anyOf:\n - $ref: '#/components/schemas/issuing_authorization_amount_details'\n 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).\n nullable: true\n approved:\n description: Whether this request was approved.\n type: boolean\n authorization_code:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n created:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n currency:\n 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).\n maxLength: 5000\n type: string\n merchant_amount:\n 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).\n type: integer\n merchant_currency:\n 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).\n maxLength: 5000\n type: string\n network_risk_score:\n description: The card network's estimate of the likelihood that an authorization is fraudulent. Takes on values between 1 and 99.\n nullable: true\n type: integer\n reason:\n description: When an authorization is approved or declined by you or by Stripe, this field provides additional detail on the reason for the outcome.\n enum:\n - account_disabled\n - card_active\n - card_canceled\n - card_expired\n - card_inactive\n - cardholder_blocked\n - cardholder_inactive\n - cardholder_verification_required\n - insecure_authorization_method\n - insufficient_funds\n - network_fallback\n - not_allowed\n - pin_blocked\n - spending_controls\n - suspected_fraud\n - verification_failed\n - webhook_approved\n - webhook_declined\n - webhook_error\n - webhook_timeout\n type: string\n x-stripeBypassValidation: true\n reason_message:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n requested_at:\n description: Time when the card network received an authorization request from the acquirer in UTC. Referred to by networks as transmission time.\n format: unix-time\n nullable: true\n type: integer\n required:\n - amount\n - approved\n - created\n - currency\n - merchant_amount\n - merchant_currency\n - reason\n title: IssuingAuthorizationRequest\n type: object\n x-expandableFields:\n - amount_details\n issuing_authorization_three_d_secure:\n description: ''\n properties:\n result:\n description: The outcome of the 3D Secure authentication request.\n enum:\n - attempt_acknowledged\n - authenticated\n - failed\n - required\n type: string\n x-stripeBypassValidation: true\n required:\n - result\n title: IssuingAuthorizationThreeDSecure\n type: object\n x-expandableFields: []\n issuing_authorization_treasury:\n description: ''\n properties:\n received_credits:\n description: The array of [ReceivedCredits](https://docs.stripe.com/api/treasury/received_credits) associated with this authorization\n items:\n maxLength: 5000\n type: string\n type: array\n received_debits:\n description: The array of [ReceivedDebits](https://docs.stripe.com/api/treasury/received_debits) associated with this authorization\n items:\n maxLength: 5000\n type: string\n type: array\n transaction:\n description: The Treasury [Transaction](https://docs.stripe.com/api/treasury/transactions) associated with this authorization\n maxLength: 5000\n nullable: true\n type: string\n required:\n - received_credits\n - received_debits\n title: IssuingAuthorizationTreasury\n type: object\n x-expandableFields: []\n issuing_authorization_verification_data:\n description: ''\n properties:\n address_line1_check:\n description: Whether the cardholder provided an address first line and if it matched the cardholder’s `billing.address.line1`.\n enum:\n - match\n - mismatch\n - not_provided\n type: string\n address_postal_code_check:\n description: Whether the cardholder provided a postal code and if it matched the cardholder’s `billing.address.postal_code`.\n enum:\n - match\n - mismatch\n - not_provided\n type: string\n authentication_exemption:\n anyOf:\n - $ref: '#/components/schemas/issuing_authorization_authentication_exemption'\n description: The exemption applied to this authorization.\n nullable: true\n cvc_check:\n description: Whether the cardholder provided a CVC and if it matched Stripe’s record.\n enum:\n - match\n - mismatch\n - not_provided\n type: string\n expiry_check:\n description: Whether the cardholder provided an expiry date and if it matched Stripe’s record.\n enum:\n - match\n - mismatch\n - not_provided\n type: string\n postal_code:\n description: The postal code submitted as part of the authorization used for postal code verification.\n maxLength: 5000\n nullable: true\n type: string\n three_d_secure:\n anyOf:\n - $ref: '#/components/schemas/issuing_authorization_three_d_secure'\n description: 3D Secure details.\n nullable: true\n required:\n - address_line1_check\n - address_postal_code_check\n - cvc_check\n - expiry_check\n title: IssuingAuthorizationVerificationData\n type: object\n x-expandableFields:\n - authentication_exemption\n - three_d_secure\n issuing_card_apple_pay:\n description: ''\n properties:\n eligible:\n description: Apple Pay Eligibility\n type: boolean\n ineligible_reason:\n description: Reason the card is ineligible for Apple Pay\n enum:\n - missing_agreement\n - missing_cardholder_contact\n - unsupported_region\n nullable: true\n type: string\n required:\n - eligible\n title: IssuingCardApplePay\n type: object\n x-expandableFields: []\n issuing_card_authorization_controls:\n description: ''\n properties:\n allowed_categories:\n 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`.\n items:\n enum:\n - ac_refrigeration_repair\n - accounting_bookkeeping_services\n - advertising_services\n - agricultural_cooperative\n - airlines_air_carriers\n - airports_flying_fields\n - ambulance_services\n - amusement_parks_carnivals\n - antique_reproductions\n - antique_shops\n - aquariums\n - architectural_surveying_services\n - art_dealers_and_galleries\n - artists_supply_and_craft_shops\n - auto_and_home_supply_stores\n - auto_body_repair_shops\n - auto_paint_shops\n - auto_service_shops\n - automated_cash_disburse\n - automated_fuel_dispensers\n - automobile_associations\n - automotive_parts_and_accessories_stores\n - automotive_tire_stores\n - bail_and_bond_payments\n - bakeries\n - bands_orchestras\n - barber_and_beauty_shops\n - betting_casino_gambling\n - bicycle_shops\n - billiard_pool_establishments\n - boat_dealers\n - boat_rentals_and_leases\n - book_stores\n - books_periodicals_and_newspapers\n - bowling_alleys\n - bus_lines\n - business_secretarial_schools\n - buying_shopping_services\n - cable_satellite_and_other_pay_television_and_radio\n - camera_and_photographic_supply_stores\n - candy_nut_and_confectionery_stores\n - car_and_truck_dealers_new_used\n - car_and_truck_dealers_used_only\n - car_rental_agencies\n - car_washes\n - carpentry_services\n - carpet_upholstery_cleaning\n - caterers\n - charitable_and_social_service_organizations_fundraising\n - chemicals_and_allied_products\n - child_care_services\n - childrens_and_infants_wear_stores\n - chiropodists_podiatrists\n - chiropractors\n - cigar_stores_and_stands\n - civic_social_fraternal_associations\n - cleaning_and_maintenance\n - clothing_rental\n - colleges_universities\n - commercial_equipment\n - commercial_footwear\n - commercial_photography_art_and_graphics\n - commuter_transport_and_ferries\n - computer_network_services\n - computer_programming\n - computer_repair\n - computer_software_stores\n - computers_peripherals_and_software\n - concrete_work_services\n - construction_materials\n - consulting_public_relations\n - correspondence_schools\n - cosmetic_stores\n - counseling_services\n - country_clubs\n - courier_services\n - court_costs\n - credit_reporting_agencies\n - cruise_lines\n - dairy_products_stores\n - dance_hall_studios_schools\n - dating_escort_services\n - dentists_orthodontists\n - department_stores\n - detective_agencies\n - digital_goods_applications\n - digital_goods_games\n - digital_goods_large_volume\n - digital_goods_media\n - direct_marketing_catalog_merchant\n - direct_marketing_combination_catalog_and_retail_merchant\n - direct_marketing_inbound_telemarketing\n - direct_marketing_insurance_services\n - direct_marketing_other\n - direct_marketing_outbound_telemarketing\n - direct_marketing_subscription\n - direct_marketing_travel\n - discount_stores\n - doctors\n - door_to_door_sales\n - drapery_window_covering_and_upholstery_stores\n - drinking_places\n - drug_stores_and_pharmacies\n - drugs_drug_proprietaries_and_druggist_sundries\n - dry_cleaners\n - durable_goods\n - duty_free_stores\n - eating_places_restaurants\n - educational_services\n - electric_razor_stores\n - electric_vehicle_charging\n - electrical_parts_and_equipment\n - electrical_services\n - electronics_repair_shops\n - electronics_stores\n - elementary_secondary_schools\n - emergency_services_gcas_visa_use_only\n - employment_temp_agencies\n - equipment_rental\n - exterminating_services\n - family_clothing_stores\n - fast_food_restaurants\n - financial_institutions\n - fines_government_administrative_entities\n - fireplace_fireplace_screens_and_accessories_stores\n - floor_covering_stores\n - florists\n - florists_supplies_nursery_stock_and_flowers\n - freezer_and_locker_meat_provisioners\n - fuel_dealers_non_automotive\n - funeral_services_crematories\n - furniture_home_furnishings_and_equipment_stores_except_appliances\n - furniture_repair_refinishing\n - furriers_and_fur_shops\n - general_services\n - gift_card_novelty_and_souvenir_shops\n - glass_paint_and_wallpaper_stores\n - glassware_crystal_stores\n - golf_courses_public\n - government_licensed_horse_dog_racing_us_region_only\n - government_licensed_online_casions_online_gambling_us_region_only\n - government_owned_lotteries_non_us_region\n - government_owned_lotteries_us_region_only\n - government_services\n - grocery_stores_supermarkets\n - hardware_equipment_and_supplies\n - hardware_stores\n - health_and_beauty_spas\n - hearing_aids_sales_and_supplies\n - heating_plumbing_a_c\n - hobby_toy_and_game_shops\n - home_supply_warehouse_stores\n - hospitals\n - hotels_motels_and_resorts\n - household_appliance_stores\n - industrial_supplies\n - information_retrieval_services\n - insurance_default\n - insurance_underwriting_premiums\n - intra_company_purchases\n - jewelry_stores_watches_clocks_and_silverware_stores\n - landscaping_services\n - laundries\n - laundry_cleaning_services\n - legal_services_attorneys\n - luggage_and_leather_goods_stores\n - lumber_building_materials_stores\n - manual_cash_disburse\n - marinas_service_and_supplies\n - marketplaces\n - masonry_stonework_and_plaster\n - massage_parlors\n - medical_and_dental_labs\n - medical_dental_ophthalmic_and_hospital_equipment_and_supplies\n - medical_services\n - membership_organizations\n - mens_and_boys_clothing_and_accessories_stores\n - mens_womens_clothing_stores\n - metal_service_centers\n - miscellaneous\n - miscellaneous_apparel_and_accessory_shops\n - miscellaneous_auto_dealers\n - miscellaneous_business_services\n - miscellaneous_food_stores\n - miscellaneous_general_merchandise\n - miscellaneous_general_services\n - miscellaneous_home_furnishing_specialty_stores\n - miscellaneous_publishing_and_printing\n - miscellaneous_recreation_services\n - miscellaneous_repair_shops\n - miscellaneous_specialty_retail\n - mobile_home_dealers\n - motion_picture_theaters\n - motor_freight_carriers_and_trucking\n - motor_homes_dealers\n - motor_vehicle_supplies_and_new_parts\n - motorcycle_shops_and_dealers\n - motorcycle_shops_dealers\n - music_stores_musical_instruments_pianos_and_sheet_music\n - news_dealers_and_newsstands\n - non_fi_money_orders\n - non_fi_stored_value_card_purchase_load\n - nondurable_goods\n - nurseries_lawn_and_garden_supply_stores\n - nursing_personal_care\n - office_and_commercial_furniture\n - opticians_eyeglasses\n - optometrists_ophthalmologist\n - orthopedic_goods_prosthetic_devices\n - osteopaths\n - package_stores_beer_wine_and_liquor\n - paints_varnishes_and_supplies\n - parking_lots_garages\n - passenger_railways\n - pawn_shops\n - pet_shops_pet_food_and_supplies\n - petroleum_and_petroleum_products\n - photo_developing\n - photographic_photocopy_microfilm_equipment_and_supplies\n - photographic_studios\n - picture_video_production\n - piece_goods_notions_and_other_dry_goods\n - plumbing_heating_equipment_and_supplies\n - political_organizations\n - postal_services_government_only\n - precious_stones_and_metals_watches_and_jewelry\n - professional_services\n - public_warehousing_and_storage\n - quick_copy_repro_and_blueprint\n - railroads\n - real_estate_agents_and_managers_rentals\n - record_stores\n - recreational_vehicle_rentals\n - religious_goods_stores\n - religious_organizations\n - roofing_siding_sheet_metal\n - secretarial_support_services\n - security_brokers_dealers\n - service_stations\n - sewing_needlework_fabric_and_piece_goods_stores\n - shoe_repair_hat_cleaning\n - shoe_stores\n - small_appliance_repair\n - snowmobile_dealers\n - special_trade_services\n - specialty_cleaning\n - sporting_goods_stores\n - sporting_recreation_camps\n - sports_and_riding_apparel_stores\n - sports_clubs_fields\n - stamp_and_coin_stores\n - stationary_office_supplies_printing_and_writing_paper\n - stationery_stores_office_and_school_supply_stores\n - swimming_pools_sales\n - t_ui_travel_germany\n - tailors_alterations\n - tax_payments_government_agencies\n - tax_preparation_services\n - taxicabs_limousines\n - telecommunication_equipment_and_telephone_sales\n - telecommunication_services\n - telegraph_services\n - tent_and_awning_shops\n - testing_laboratories\n - theatrical_ticket_agencies\n - timeshares\n - tire_retreading_and_repair\n - tolls_bridge_fees\n - tourist_attractions_and_exhibits\n - towing_services\n - trailer_parks_campgrounds\n - transportation_services\n - travel_agencies_tour_operators\n - truck_stop_iteration\n - truck_utility_trailer_rentals\n - typesetting_plate_making_and_related_services\n - typewriter_stores\n - u_s_federal_government_agencies_or_departments\n - uniforms_commercial_clothing\n - used_merchandise_and_secondhand_stores\n - utilities\n - variety_stores\n - veterinary_services\n - video_amusement_game_supplies\n - video_game_arcades\n - video_tape_rental_stores\n - vocational_trade_schools\n - watch_jewelry_repair\n - welding_repair\n - wholesale_clubs\n - wig_and_toupee_stores\n - wires_money_orders\n - womens_accessory_and_specialty_shops\n - womens_ready_to_wear_stores\n - wrecking_and_salvage_yards\n type: string\n nullable: true\n type: array\n allowed_merchant_countries:\n 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.\n items:\n maxLength: 5000\n type: string\n nullable: true\n type: array\n blocked_categories:\n 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`.\n items:\n enum:\n - ac_refrigeration_repair\n - accounting_bookkeeping_services\n - advertising_services\n - agricultural_cooperative\n - airlines_air_carriers\n - airports_flying_fields\n - ambulance_services\n - amusement_parks_carnivals\n - antique_reproductions\n - antique_shops\n - aquariums\n - architectural_surveying_services\n - art_dealers_and_galleries\n - artists_supply_and_craft_shops\n - auto_and_home_supply_stores\n - auto_body_repair_shops\n - auto_paint_shops\n - auto_service_shops\n - automated_cash_disburse\n - automated_fuel_dispensers\n - automobile_associations\n - automotive_parts_and_accessories_stores\n - automotive_tire_stores\n - bail_and_bond_payments\n - bakeries\n - bands_orchestras\n - barber_and_beauty_shops\n - betting_casino_gambling\n - bicycle_shops\n - billiard_pool_establishments\n - boat_dealers\n - boat_rentals_and_leases\n - book_stores\n - books_periodicals_and_newspapers\n - bowling_alleys\n - bus_lines\n - business_secretarial_schools\n - buying_shopping_services\n - cable_satellite_and_other_pay_television_and_radio\n - camera_and_photographic_supply_stores\n - candy_nut_and_confectionery_stores\n - car_and_truck_dealers_new_used\n - car_and_truck_dealers_used_only\n - car_rental_agencies\n - car_washes\n - carpentry_services\n - carpet_upholstery_cleaning\n - caterers\n - charitable_and_social_service_organizations_fundraising\n - chemicals_and_allied_products\n - child_care_services\n - childrens_and_infants_wear_stores\n - chiropodists_podiatrists\n - chiropractors\n - cigar_stores_and_stands\n - civic_social_fraternal_associations\n - cleaning_and_maintenance\n - clothing_rental\n - colleges_universities\n - commercial_equipment\n - commercial_footwear\n - commercial_photography_art_and_graphics\n - commuter_transport_and_ferries\n - computer_network_services\n - computer_programming\n - computer_repair\n - computer_software_stores\n - computers_peripherals_and_software\n - concrete_work_services\n - construction_materials\n - consulting_public_relations\n - correspondence_schools\n - cosmetic_stores\n - counseling_services\n - country_clubs\n - courier_services\n - court_costs\n - credit_reporting_agencies\n - cruise_lines\n - dairy_products_stores\n - dance_hall_studios_schools\n - dating_escort_services\n - dentists_orthodontists\n - department_stores\n - detective_agencies\n - digital_goods_applications\n - digital_goods_games\n - digital_goods_large_volume\n - digital_goods_media\n - direct_marketing_catalog_merchant\n - direct_marketing_combination_catalog_and_retail_merchant\n - direct_marketing_inbound_telemarketing\n - direct_marketing_insurance_services\n - direct_marketing_other\n - direct_marketing_outbound_telemarketing\n - direct_marketing_subscription\n - direct_marketing_travel\n - discount_stores\n - doctors\n - door_to_door_sales\n - drapery_window_covering_and_upholstery_stores\n - drinking_places\n - drug_stores_and_pharmacies\n - drugs_drug_proprietaries_and_druggist_sundries\n - dry_cleaners\n - durable_goods\n - duty_free_stores\n - eating_places_restaurants\n - educational_services\n - electric_razor_stores\n - electric_vehicle_charging\n - electrical_parts_and_equipment\n - electrical_services\n - electronics_repair_shops\n - electronics_stores\n - elementary_secondary_schools\n - emergency_services_gcas_visa_use_only\n - employment_temp_agencies\n - equipment_rental\n - exterminating_services\n - family_clothing_stores\n - fast_food_restaurants\n - financial_institutions\n - fines_government_administrative_entities\n - fireplace_fireplace_screens_and_accessories_stores\n - floor_covering_stores\n - florists\n - florists_supplies_nursery_stock_and_flowers\n - freezer_and_locker_meat_provisioners\n - fuel_dealers_non_automotive\n - funeral_services_crematories\n - furniture_home_furnishings_and_equipment_stores_except_appliances\n - furniture_repair_refinishing\n - furriers_and_fur_shops\n - general_services\n - gift_card_novelty_and_souvenir_shops\n - glass_paint_and_wallpaper_stores\n - glassware_crystal_stores\n - golf_courses_public\n - government_licensed_horse_dog_racing_us_region_only\n - government_licensed_online_casions_online_gambling_us_region_only\n - government_owned_lotteries_non_us_region\n - government_owned_lotteries_us_region_only\n - government_services\n - grocery_stores_supermarkets\n - hardware_equipment_and_supplies\n - hardware_stores\n - health_and_beauty_spas\n - hearing_aids_sales_and_supplies\n - heating_plumbing_a_c\n - hobby_toy_and_game_shops\n - home_supply_warehouse_stores\n - hospitals\n - hotels_motels_and_resorts\n - household_appliance_stores\n - industrial_supplies\n - information_retrieval_services\n - insurance_default\n - insurance_underwriting_premiums\n - intra_company_purchases\n - jewelry_stores_watches_clocks_and_silverware_stores\n - landscaping_services\n - laundries\n - laundry_cleaning_services\n - legal_services_attorneys\n - luggage_and_leather_goods_stores\n - lumber_building_materials_stores\n - manual_cash_disburse\n - marinas_service_and_supplies\n - marketplaces\n - masonry_stonework_and_plaster\n - massage_parlors\n - medical_and_dental_labs\n - medical_dental_ophthalmic_and_hospital_equipment_and_supplies\n - medical_services\n - membership_organizations\n - mens_and_boys_clothing_and_accessories_stores\n - mens_womens_clothing_stores\n - metal_service_centers\n - miscellaneous\n - miscellaneous_apparel_and_accessory_shops\n - miscellaneous_auto_dealers\n - miscellaneous_business_services\n - miscellaneous_food_stores\n - miscellaneous_general_merchandise\n - miscellaneous_general_services\n - miscellaneous_home_furnishing_specialty_stores\n - miscellaneous_publishing_and_printing\n - miscellaneous_recreation_services\n - miscellaneous_repair_shops\n - miscellaneous_specialty_retail\n - mobile_home_dealers\n - motion_picture_theaters\n - motor_freight_carriers_and_trucking\n - motor_homes_dealers\n - motor_vehicle_supplies_and_new_parts\n - motorcycle_shops_and_dealers\n - motorcycle_shops_dealers\n - music_stores_musical_instruments_pianos_and_sheet_music\n - news_dealers_and_newsstands\n - non_fi_money_orders\n - non_fi_stored_value_card_purchase_load\n - nondurable_goods\n - nurseries_lawn_and_garden_supply_stores\n - nursing_personal_care\n - office_and_commercial_furniture\n - opticians_eyeglasses\n - optometrists_ophthalmologist\n - orthopedic_goods_prosthetic_devices\n - osteopaths\n - package_stores_beer_wine_and_liquor\n - paints_varnishes_and_supplies\n - parking_lots_garages\n - passenger_railways\n - pawn_shops\n - pet_shops_pet_food_and_supplies\n - petroleum_and_petroleum_products\n - photo_developing\n - photographic_photocopy_microfilm_equipment_and_supplies\n - photographic_studios\n - picture_video_production\n - piece_goods_notions_and_other_dry_goods\n - plumbing_heating_equipment_and_supplies\n - political_organizations\n - postal_services_government_only\n - precious_stones_and_metals_watches_and_jewelry\n - professional_services\n - public_warehousing_and_storage\n - quick_copy_repro_and_blueprint\n - railroads\n - real_estate_agents_and_managers_rentals\n - record_stores\n - recreational_vehicle_rentals\n - religious_goods_stores\n - religious_organizations\n - roofing_siding_sheet_metal\n - secretarial_support_services\n - security_brokers_dealers\n - service_stations\n - sewing_needlework_fabric_and_piece_goods_stores\n - shoe_repair_hat_cleaning\n - shoe_stores\n - small_appliance_repair\n - snowmobile_dealers\n - special_trade_services\n - specialty_cleaning\n - sporting_goods_stores\n - sporting_recreation_camps\n - sports_and_riding_apparel_stores\n - sports_clubs_fields\n - stamp_and_coin_stores\n - stationary_office_supplies_printing_and_writing_paper\n - stationery_stores_office_and_school_supply_stores\n - swimming_pools_sales\n - t_ui_travel_germany\n - tailors_alterations\n - tax_payments_government_agencies\n - tax_preparation_services\n - taxicabs_limousines\n - telecommunication_equipment_and_telephone_sales\n - telecommunication_services\n - telegraph_services\n - tent_and_awning_shops\n - testing_laboratories\n - theatrical_ticket_agencies\n - timeshares\n - tire_retreading_and_repair\n - tolls_bridge_fees\n - tourist_attractions_and_exhibits\n - towing_services\n - trailer_parks_campgrounds\n - transportation_services\n - travel_agencies_tour_operators\n - truck_stop_iteration\n - truck_utility_trailer_rentals\n - typesetting_plate_making_and_related_services\n - typewriter_stores\n - u_s_federal_government_agencies_or_departments\n - uniforms_commercial_clothing\n - used_merchandise_and_secondhand_stores\n - utilities\n - variety_stores\n - veterinary_services\n - video_amusement_game_supplies\n - video_game_arcades\n - video_tape_rental_stores\n - vocational_trade_schools\n - watch_jewelry_repair\n - welding_repair\n - wholesale_clubs\n - wig_and_toupee_stores\n - wires_money_orders\n - womens_accessory_and_specialty_shops\n - womens_ready_to_wear_stores\n - wrecking_and_salvage_yards\n type: string\n nullable: true\n type: array\n blocked_merchant_countries:\n 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.\n items:\n maxLength: 5000\n type: string\n nullable: true\n type: array\n spending_limits:\n 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).\n items:\n $ref: '#/components/schemas/issuing_card_spending_limit'\n nullable: true\n type: array\n spending_limits_currency:\n description: Currency of the amounts within `spending_limits`. Always the same as the currency of the card.\n format: currency\n nullable: true\n type: string\n title: IssuingCardAuthorizationControls\n type: object\n x-expandableFields:\n - spending_limits\n issuing_card_fraud_warning:\n description: ''\n properties:\n started_at:\n description: Timestamp of the most recent fraud warning.\n format: unix-time\n nullable: true\n type: integer\n type:\n 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.\n enum:\n - card_testing_exposure\n - fraud_dispute_filed\n - third_party_reported\n - user_indicated_fraud\n nullable: true\n type: string\n title: IssuingCardFraudWarning\n type: object\n x-expandableFields: []\n issuing_card_google_pay:\n description: ''\n properties:\n eligible:\n description: Google Pay Eligibility\n type: boolean\n ineligible_reason:\n description: Reason the card is ineligible for Google Pay\n enum:\n - missing_agreement\n - missing_cardholder_contact\n - unsupported_region\n nullable: true\n type: string\n required:\n - eligible\n title: IssuingCardGooglePay\n type: object\n x-expandableFields: []\n issuing_card_shipping:\n description: ''\n properties:\n address:\n $ref: '#/components/schemas/address'\n address_validation:\n anyOf:\n - $ref: '#/components/schemas/issuing_card_shipping_address_validation'\n description: Address validation details for the shipment.\n nullable: true\n carrier:\n description: The delivery company that shipped a card.\n enum:\n - dhl\n - fedex\n - royal_mail\n - usps\n nullable: true\n type: string\n customs:\n anyOf:\n - $ref: '#/components/schemas/issuing_card_shipping_customs'\n description: Additional information that may be required for clearing customs.\n nullable: true\n eta:\n description: A unix timestamp representing a best estimate of when the card will be delivered.\n format: unix-time\n nullable: true\n type: integer\n name:\n description: Recipient name.\n maxLength: 5000\n type: string\n phone_number:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n require_signature:\n 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.\n nullable: true\n type: boolean\n service:\n description: Shipment service, such as `standard` or `express`.\n enum:\n - express\n - priority\n - standard\n type: string\n x-stripeBypassValidation: true\n status:\n description: The delivery status of the card.\n enum:\n - canceled\n - delivered\n - failure\n - pending\n - returned\n - shipped\n - submitted\n nullable: true\n type: string\n tracking_number:\n description: A tracking number for a card shipment.\n maxLength: 5000\n nullable: true\n type: string\n tracking_url:\n description: A link to the shipping carrier's site where you can view detailed information about a card shipment.\n maxLength: 5000\n nullable: true\n type: string\n type:\n description: Packaging options.\n enum:\n - bulk\n - individual\n type: string\n required:\n - address\n - name\n - service\n - type\n title: IssuingCardShipping\n type: object\n x-expandableFields:\n - address\n - address_validation\n - customs\n issuing_card_shipping_address_validation:\n description: ''\n properties:\n mode:\n description: The address validation capabilities to use.\n enum:\n - disabled\n - normalization_only\n - validation_and_normalization\n type: string\n normalized_address:\n anyOf:\n - $ref: '#/components/schemas/address'\n description: The normalized shipping address.\n nullable: true\n result:\n description: The validation result for the shipping address.\n enum:\n - indeterminate\n - likely_deliverable\n - likely_undeliverable\n nullable: true\n type: string\n required:\n - mode\n title: IssuingCardShippingAddressValidation\n type: object\n x-expandableFields:\n - normalized_address\n issuing_card_shipping_customs:\n description: ''\n properties:\n eori_number:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n title: IssuingCardShippingCustoms\n type: object\n x-expandableFields: []\n issuing_card_spending_limit:\n description: ''\n properties:\n amount:\n 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).\n type: integer\n categories:\n 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.\n items:\n enum:\n - ac_refrigeration_repair\n - accounting_bookkeeping_services\n - advertising_services\n - agricultural_cooperative\n - airlines_air_carriers\n - airports_flying_fields\n - ambulance_services\n - amusement_parks_carnivals\n - antique_reproductions\n - antique_shops\n - aquariums\n - architectural_surveying_services\n - art_dealers_and_galleries\n - artists_supply_and_craft_shops\n - auto_and_home_supply_stores\n - auto_body_repair_shops\n - auto_paint_shops\n - auto_service_shops\n - automated_cash_disburse\n - automated_fuel_dispensers\n - automobile_associations\n - automotive_parts_and_accessories_stores\n - automotive_tire_stores\n - bail_and_bond_payments\n - bakeries\n - bands_orchestras\n - barber_and_beauty_shops\n - betting_casino_gambling\n - bicycle_shops\n - billiard_pool_establishments\n - boat_dealers\n - boat_rentals_and_leases\n - book_stores\n - books_periodicals_and_newspapers\n - bowling_alleys\n - bus_lines\n - business_secretarial_schools\n - buying_shopping_services\n - cable_satellite_and_other_pay_television_and_radio\n - camera_and_photographic_supply_stores\n - candy_nut_and_confectionery_stores\n - car_and_truck_dealers_new_used\n - car_and_truck_dealers_used_only\n - car_rental_agencies\n - car_washes\n - carpentry_services\n - carpet_upholstery_cleaning\n - caterers\n - charitable_and_social_service_organizations_fundraising\n - chemicals_and_allied_products\n - child_care_services\n - childrens_and_infants_wear_stores\n - chiropodists_podiatrists\n - chiropractors\n - cigar_stores_and_stands\n - civic_social_fraternal_associations\n - cleaning_and_maintenance\n - clothing_rental\n - colleges_universities\n - commercial_equipment\n - commercial_footwear\n - commercial_photography_art_and_graphics\n - commuter_transport_and_ferries\n - computer_network_services\n - computer_programming\n - computer_repair\n - computer_software_stores\n - computers_peripherals_and_software\n - concrete_work_services\n - construction_materials\n - consulting_public_relations\n - correspondence_schools\n - cosmetic_stores\n - counseling_services\n - country_clubs\n - courier_services\n - court_costs\n - credit_reporting_agencies\n - cruise_lines\n - dairy_products_stores\n - dance_hall_studios_schools\n - dating_escort_services\n - dentists_orthodontists\n - department_stores\n - detective_agencies\n - digital_goods_applications\n - digital_goods_games\n - digital_goods_large_volume\n - digital_goods_media\n - direct_marketing_catalog_merchant\n - direct_marketing_combination_catalog_and_retail_merchant\n - direct_marketing_inbound_telemarketing\n - direct_marketing_insurance_services\n - direct_marketing_other\n - direct_marketing_outbound_telemarketing\n - direct_marketing_subscription\n - direct_marketing_travel\n - discount_stores\n - doctors\n - door_to_door_sales\n - drapery_window_covering_and_upholstery_stores\n - drinking_places\n - drug_stores_and_pharmacies\n - drugs_drug_proprietaries_and_druggist_sundries\n - dry_cleaners\n - durable_goods\n - duty_free_stores\n - eating_places_restaurants\n - educational_services\n - electric_razor_stores\n - electric_vehicle_charging\n - electrical_parts_and_equipment\n - electrical_services\n - electronics_repair_shops\n - electronics_stores\n - elementary_secondary_schools\n - emergency_services_gcas_visa_use_only\n - employment_temp_agencies\n - equipment_rental\n - exterminating_services\n - family_clothing_stores\n - fast_food_restaurants\n - financial_institutions\n - fines_government_administrative_entities\n - fireplace_fireplace_screens_and_accessories_stores\n - floor_covering_stores\n - florists\n - florists_supplies_nursery_stock_and_flowers\n - freezer_and_locker_meat_provisioners\n - fuel_dealers_non_automotive\n - funeral_services_crematories\n - furniture_home_furnishings_and_equipment_stores_except_appliances\n - furniture_repair_refinishing\n - furriers_and_fur_shops\n - general_services\n - gift_card_novelty_and_souvenir_shops\n - glass_paint_and_wallpaper_stores\n - glassware_crystal_stores\n - golf_courses_public\n - government_licensed_horse_dog_racing_us_region_only\n - government_licensed_online_casions_online_gambling_us_region_only\n - government_owned_lotteries_non_us_region\n - government_owned_lotteries_us_region_only\n - government_services\n - grocery_stores_supermarkets\n - hardware_equipment_and_supplies\n - hardware_stores\n - health_and_beauty_spas\n - hearing_aids_sales_and_supplies\n - heating_plumbing_a_c\n - hobby_toy_and_game_shops\n - home_supply_warehouse_stores\n - hospitals\n - hotels_motels_and_resorts\n - household_appliance_stores\n - industrial_supplies\n - information_retrieval_services\n - insurance_default\n - insurance_underwriting_premiums\n - intra_company_purchases\n - jewelry_stores_watches_clocks_and_silverware_stores\n - landscaping_services\n - laundries\n - laundry_cleaning_services\n - legal_services_attorneys\n - luggage_and_leather_goods_stores\n - lumber_building_materials_stores\n - manual_cash_disburse\n - marinas_service_and_supplies\n - marketplaces\n - masonry_stonework_and_plaster\n - massage_parlors\n - medical_and_dental_labs\n - medical_dental_ophthalmic_and_hospital_equipment_and_supplies\n - medical_services\n - membership_organizations\n - mens_and_boys_clothing_and_accessories_stores\n - mens_womens_clothing_stores\n - metal_service_centers\n - miscellaneous\n - miscellaneous_apparel_and_accessory_shops\n - miscellaneous_auto_dealers\n - miscellaneous_business_services\n - miscellaneous_food_stores\n - miscellaneous_general_merchandise\n - miscellaneous_general_services\n - miscellaneous_home_furnishing_specialty_stores\n - miscellaneous_publishing_and_printing\n - miscellaneous_recreation_services\n - miscellaneous_repair_shops\n - miscellaneous_specialty_retail\n - mobile_home_dealers\n - motion_picture_theaters\n - motor_freight_carriers_and_trucking\n - motor_homes_dealers\n - motor_vehicle_supplies_and_new_parts\n - motorcycle_shops_and_dealers\n - motorcycle_shops_dealers\n - music_stores_musical_instruments_pianos_and_sheet_music\n - news_dealers_and_newsstands\n - non_fi_money_orders\n - non_fi_stored_value_card_purchase_load\n - nondurable_goods\n - nurseries_lawn_and_garden_supply_stores\n - nursing_personal_care\n - office_and_commercial_furniture\n - opticians_eyeglasses\n - optometrists_ophthalmologist\n - orthopedic_goods_prosthetic_devices\n - osteopaths\n - package_stores_beer_wine_and_liquor\n - paints_varnishes_and_supplies\n - parking_lots_garages\n - passenger_railways\n - pawn_shops\n - pet_shops_pet_food_and_supplies\n - petroleum_and_petroleum_products\n - photo_developing\n - photographic_photocopy_microfilm_equipment_and_supplies\n - photographic_studios\n - picture_video_production\n - piece_goods_notions_and_other_dry_goods\n - plumbing_heating_equipment_and_supplies\n - political_organizations\n - postal_services_government_only\n - precious_stones_and_metals_watches_and_jewelry\n - professional_services\n - public_warehousing_and_storage\n - quick_copy_repro_and_blueprint\n - railroads\n - real_estate_agents_and_managers_rentals\n - record_stores\n - recreational_vehicle_rentals\n - religious_goods_stores\n - religious_organizations\n - roofing_siding_sheet_metal\n - secretarial_support_services\n - security_brokers_dealers\n - service_stations\n - sewing_needlework_fabric_and_piece_goods_stores\n - shoe_repair_hat_cleaning\n - shoe_stores\n - small_appliance_repair\n - snowmobile_dealers\n - special_trade_services\n - specialty_cleaning\n - sporting_goods_stores\n - sporting_recreation_camps\n - sports_and_riding_apparel_stores\n - sports_clubs_fields\n - stamp_and_coin_stores\n - stationary_office_supplies_printing_and_writing_paper\n - stationery_stores_office_and_school_supply_stores\n - swimming_pools_sales\n - t_ui_travel_germany\n - tailors_alterations\n - tax_payments_government_agencies\n - tax_preparation_services\n - taxicabs_limousines\n - telecommunication_equipment_and_telephone_sales\n - telecommunication_services\n - telegraph_services\n - tent_and_awning_shops\n - testing_laboratories\n - theatrical_ticket_agencies\n - timeshares\n - tire_retreading_and_repair\n - tolls_bridge_fees\n - tourist_attractions_and_exhibits\n - towing_services\n - trailer_parks_campgrounds\n - transportation_services\n - travel_agencies_tour_operators\n - truck_stop_iteration\n - truck_utility_trailer_rentals\n - typesetting_plate_making_and_related_services\n - typewriter_stores\n - u_s_federal_government_agencies_or_departments\n - uniforms_commercial_clothing\n - used_merchandise_and_secondhand_stores\n - utilities\n - variety_stores\n - veterinary_services\n - video_amusement_game_supplies\n - video_game_arcades\n - video_tape_rental_stores\n - vocational_trade_schools\n - watch_jewelry_repair\n - welding_repair\n - wholesale_clubs\n - wig_and_toupee_stores\n - wires_money_orders\n - womens_accessory_and_specialty_shops\n - womens_ready_to_wear_stores\n - wrecking_and_salvage_yards\n type: string\n nullable: true\n type: array\n interval:\n description: Interval (or event) to which the amount applies.\n enum:\n - all_time\n - daily\n - monthly\n - per_authorization\n - weekly\n - yearly\n type: string\n required:\n - amount\n - interval\n title: IssuingCardSpendingLimit\n type: object\n x-expandableFields: []\n issuing_card_wallets:\n description: ''\n properties:\n apple_pay:\n $ref: '#/components/schemas/issuing_card_apple_pay'\n google_pay:\n $ref: '#/components/schemas/issuing_card_google_pay'\n primary_account_identifier:\n description: Unique identifier for a card used with digital wallets\n maxLength: 5000\n nullable: true\n type: string\n required:\n - apple_pay\n - google_pay\n title: IssuingCardWallets\n type: object\n x-expandableFields:\n - apple_pay\n - google_pay\n issuing_cardholder_address:\n description: ''\n properties:\n address:\n $ref: '#/components/schemas/address'\n required:\n - address\n title: IssuingCardholderAddress\n type: object\n x-expandableFields:\n - address\n issuing_cardholder_authorization_controls:\n description: ''\n properties:\n allowed_categories:\n 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`.\n items:\n enum:\n - ac_refrigeration_repair\n - accounting_bookkeeping_services\n - advertising_services\n - agricultural_cooperative\n - airlines_air_carriers\n - airports_flying_fields\n - ambulance_services\n - amusement_parks_carnivals\n - antique_reproductions\n - antique_shops\n - aquariums\n - architectural_surveying_services\n - art_dealers_and_galleries\n - artists_supply_and_craft_shops\n - auto_and_home_supply_stores\n - auto_body_repair_shops\n - auto_paint_shops\n - auto_service_shops\n - automated_cash_disburse\n - automated_fuel_dispensers\n - automobile_associations\n - automotive_parts_and_accessories_stores\n - automotive_tire_stores\n - bail_and_bond_payments\n - bakeries\n - bands_orchestras\n - barber_and_beauty_shops\n - betting_casino_gambling\n - bicycle_shops\n - billiard_pool_establishments\n - boat_dealers\n - boat_rentals_and_leases\n - book_stores\n - books_periodicals_and_newspapers\n - bowling_alleys\n - bus_lines\n - business_secretarial_schools\n - buying_shopping_services\n - cable_satellite_and_other_pay_television_and_radio\n - camera_and_photographic_supply_stores\n - candy_nut_and_confectionery_stores\n - car_and_truck_dealers_new_used\n - car_and_truck_dealers_used_only\n - car_rental_agencies\n - car_washes\n - carpentry_services\n - carpet_upholstery_cleaning\n - caterers\n - charitable_and_social_service_organizations_fundraising\n - chemicals_and_allied_products\n - child_care_services\n - childrens_and_infants_wear_stores\n - chiropodists_podiatrists\n - chiropractors\n - cigar_stores_and_stands\n - civic_social_fraternal_associations\n - cleaning_and_maintenance\n - clothing_rental\n - colleges_universities\n - commercial_equipment\n - commercial_footwear\n - commercial_photography_art_and_graphics\n - commuter_transport_and_ferries\n - computer_network_services\n - computer_programming\n - computer_repair\n - computer_software_stores\n - computers_peripherals_and_software\n - concrete_work_services\n - construction_materials\n - consulting_public_relations\n - correspondence_schools\n - cosmetic_stores\n - counseling_services\n - country_clubs\n - courier_services\n - court_costs\n - credit_reporting_agencies\n - cruise_lines\n - dairy_products_stores\n - dance_hall_studios_schools\n - dating_escort_services\n - dentists_orthodontists\n - department_stores\n - detective_agencies\n - digital_goods_applications\n - digital_goods_games\n - digital_goods_large_volume\n - digital_goods_media\n - direct_marketing_catalog_merchant\n - direct_marketing_combination_catalog_and_retail_merchant\n - direct_marketing_inbound_telemarketing\n - direct_marketing_insurance_services\n - direct_marketing_other\n - direct_marketing_outbound_telemarketing\n - direct_marketing_subscription\n - direct_marketing_travel\n - discount_stores\n - doctors\n - door_to_door_sales\n - drapery_window_covering_and_upholstery_stores\n - drinking_places\n - drug_stores_and_pharmacies\n - drugs_drug_proprietaries_and_druggist_sundries\n - dry_cleaners\n - durable_goods\n - duty_free_stores\n - eating_places_restaurants\n - educational_services\n - electric_razor_stores\n - electric_vehicle_charging\n - electrical_parts_and_equipment\n - electrical_services\n - electronics_repair_shops\n - electronics_stores\n - elementary_secondary_schools\n - emergency_services_gcas_visa_use_only\n - employment_temp_agencies\n - equipment_rental\n - exterminating_services\n - family_clothing_stores\n - fast_food_restaurants\n - financial_institutions\n - fines_government_administrative_entities\n - fireplace_fireplace_screens_and_accessories_stores\n - floor_covering_stores\n - florists\n - florists_supplies_nursery_stock_and_flowers\n - freezer_and_locker_meat_provisioners\n - fuel_dealers_non_automotive\n - funeral_services_crematories\n - furniture_home_furnishings_and_equipment_stores_except_appliances\n - furniture_repair_refinishing\n - furriers_and_fur_shops\n - general_services\n - gift_card_novelty_and_souvenir_shops\n - glass_paint_and_wallpaper_stores\n - glassware_crystal_stores\n - golf_courses_public\n - government_licensed_horse_dog_racing_us_region_only\n - government_licensed_online_casions_online_gambling_us_region_only\n - government_owned_lotteries_non_us_region\n - government_owned_lotteries_us_region_only\n - government_services\n - grocery_stores_supermarkets\n - hardware_equipment_and_supplies\n - hardware_stores\n - health_and_beauty_spas\n - hearing_aids_sales_and_supplies\n - heating_plumbing_a_c\n - hobby_toy_and_game_shops\n - home_supply_warehouse_stores\n - hospitals\n - hotels_motels_and_resorts\n - household_appliance_stores\n - industrial_supplies\n - information_retrieval_services\n - insurance_default\n - insurance_underwriting_premiums\n - intra_company_purchases\n - jewelry_stores_watches_clocks_and_silverware_stores\n - landscaping_services\n - laundries\n - laundry_cleaning_services\n - legal_services_attorneys\n - luggage_and_leather_goods_stores\n - lumber_building_materials_stores\n - manual_cash_disburse\n - marinas_service_and_supplies\n - marketplaces\n - masonry_stonework_and_plaster\n - massage_parlors\n - medical_and_dental_labs\n - medical_dental_ophthalmic_and_hospital_equipment_and_supplies\n - medical_services\n - membership_organizations\n - mens_and_boys_clothing_and_accessories_stores\n - mens_womens_clothing_stores\n - metal_service_centers\n - miscellaneous\n - miscellaneous_apparel_and_accessory_shops\n - miscellaneous_auto_dealers\n - miscellaneous_business_services\n - miscellaneous_food_stores\n - miscellaneous_general_merchandise\n - miscellaneous_general_services\n - miscellaneous_home_furnishing_specialty_stores\n - miscellaneous_publishing_and_printing\n - miscellaneous_recreation_services\n - miscellaneous_repair_shops\n - miscellaneous_specialty_retail\n - mobile_home_dealers\n - motion_picture_theaters\n - motor_freight_carriers_and_trucking\n - motor_homes_dealers\n - motor_vehicle_supplies_and_new_parts\n - motorcycle_shops_and_dealers\n - motorcycle_shops_dealers\n - music_stores_musical_instruments_pianos_and_sheet_music\n - news_dealers_and_newsstands\n - non_fi_money_orders\n - non_fi_stored_value_card_purchase_load\n - nondurable_goods\n - nurseries_lawn_and_garden_supply_stores\n - nursing_personal_care\n - office_and_commercial_furniture\n - opticians_eyeglasses\n - optometrists_ophthalmologist\n - orthopedic_goods_prosthetic_devices\n - osteopaths\n - package_stores_beer_wine_and_liquor\n - paints_varnishes_and_supplies\n - parking_lots_garages\n - passenger_railways\n - pawn_shops\n - pet_shops_pet_food_and_supplies\n - petroleum_and_petroleum_products\n - photo_developing\n - photographic_photocopy_microfilm_equipment_and_supplies\n - photographic_studios\n - picture_video_production\n - piece_goods_notions_and_other_dry_goods\n - plumbing_heating_equipment_and_supplies\n - political_organizations\n - postal_services_government_only\n - precious_stones_and_metals_watches_and_jewelry\n - professional_services\n - public_warehousing_and_storage\n - quick_copy_repro_and_blueprint\n - railroads\n - real_estate_agents_and_managers_rentals\n - record_stores\n - recreational_vehicle_rentals\n - religious_goods_stores\n - religious_organizations\n - roofing_siding_sheet_metal\n - secretarial_support_services\n - security_brokers_dealers\n - service_stations\n - sewing_needlework_fabric_and_piece_goods_stores\n - shoe_repair_hat_cleaning\n - shoe_stores\n - small_appliance_repair\n - snowmobile_dealers\n - special_trade_services\n - specialty_cleaning\n - sporting_goods_stores\n - sporting_recreation_camps\n - sports_and_riding_apparel_stores\n - sports_clubs_fields\n - stamp_and_coin_stores\n - stationary_office_supplies_printing_and_writing_paper\n - stationery_stores_office_and_school_supply_stores\n - swimming_pools_sales\n - t_ui_travel_germany\n - tailors_alterations\n - tax_payments_government_agencies\n - tax_preparation_services\n - taxicabs_limousines\n - telecommunication_equipment_and_telephone_sales\n - telecommunication_services\n - telegraph_services\n - tent_and_awning_shops\n - testing_laboratories\n - theatrical_ticket_agencies\n - timeshares\n - tire_retreading_and_repair\n - tolls_bridge_fees\n - tourist_attractions_and_exhibits\n - towing_services\n - trailer_parks_campgrounds\n - transportation_services\n - travel_agencies_tour_operators\n - truck_stop_iteration\n - truck_utility_trailer_rentals\n - typesetting_plate_making_and_related_services\n - typewriter_stores\n - u_s_federal_government_agencies_or_departments\n - uniforms_commercial_clothing\n - used_merchandise_and_secondhand_stores\n - utilities\n - variety_stores\n - veterinary_services\n - video_amusement_game_supplies\n - video_game_arcades\n - video_tape_rental_stores\n - vocational_trade_schools\n - watch_jewelry_repair\n - welding_repair\n - wholesale_clubs\n - wig_and_toupee_stores\n - wires_money_orders\n - womens_accessory_and_specialty_shops\n - womens_ready_to_wear_stores\n - wrecking_and_salvage_yards\n type: string\n nullable: true\n type: array\n allowed_merchant_countries:\n 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.\n items:\n maxLength: 5000\n type: string\n nullable: true\n type: array\n blocked_categories:\n 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`.\n items:\n enum:\n - ac_refrigeration_repair\n - accounting_bookkeeping_services\n - advertising_services\n - agricultural_cooperative\n - airlines_air_carriers\n - airports_flying_fields\n - ambulance_services\n - amusement_parks_carnivals\n - antique_reproductions\n - antique_shops\n - aquariums\n - architectural_surveying_services\n - art_dealers_and_galleries\n - artists_supply_and_craft_shops\n - auto_and_home_supply_stores\n - auto_body_repair_shops\n - auto_paint_shops\n - auto_service_shops\n - automated_cash_disburse\n - automated_fuel_dispensers\n - automobile_associations\n - automotive_parts_and_accessories_stores\n - automotive_tire_stores\n - bail_and_bond_payments\n - bakeries\n - bands_orchestras\n - barber_and_beauty_shops\n - betting_casino_gambling\n - bicycle_shops\n - billiard_pool_establishments\n - boat_dealers\n - boat_rentals_and_leases\n - book_stores\n - books_periodicals_and_newspapers\n - bowling_alleys\n - bus_lines\n - business_secretarial_schools\n - buying_shopping_services\n - cable_satellite_and_other_pay_television_and_radio\n - camera_and_photographic_supply_stores\n - candy_nut_and_confectionery_stores\n - car_and_truck_dealers_new_used\n - car_and_truck_dealers_used_only\n - car_rental_agencies\n - car_washes\n - carpentry_services\n - carpet_upholstery_cleaning\n - caterers\n - charitable_and_social_service_organizations_fundraising\n - chemicals_and_allied_products\n - child_care_services\n - childrens_and_infants_wear_stores\n - chiropodists_podiatrists\n - chiropractors\n - cigar_stores_and_stands\n - civic_social_fraternal_associations\n - cleaning_and_maintenance\n - clothing_rental\n - colleges_universities\n - commercial_equipment\n - commercial_footwear\n - commercial_photography_art_and_graphics\n - commuter_transport_and_ferries\n - computer_network_services\n - computer_programming\n - computer_repair\n - computer_software_stores\n - computers_peripherals_and_software\n - concrete_work_services\n - construction_materials\n - consulting_public_relations\n - correspondence_schools\n - cosmetic_stores\n - counseling_services\n - country_clubs\n - courier_services\n - court_costs\n - credit_reporting_agencies\n - cruise_lines\n - dairy_products_stores\n - dance_hall_studios_schools\n - dating_escort_services\n - dentists_orthodontists\n - department_stores\n - detective_agencies\n - digital_goods_applications\n - digital_goods_games\n - digital_goods_large_volume\n - digital_goods_media\n - direct_marketing_catalog_merchant\n - direct_marketing_combination_catalog_and_retail_merchant\n - direct_marketing_inbound_telemarketing\n - direct_marketing_insurance_services\n - direct_marketing_other\n - direct_marketing_outbound_telemarketing\n - direct_marketing_subscription\n - direct_marketing_travel\n - discount_stores\n - doctors\n - door_to_door_sales\n - drapery_window_covering_and_upholstery_stores\n - drinking_places\n - drug_stores_and_pharmacies\n - drugs_drug_proprietaries_and_druggist_sundries\n - dry_cleaners\n - durable_goods\n - duty_free_stores\n - eating_places_restaurants\n - educational_services\n - electric_razor_stores\n - electric_vehicle_charging\n - electrical_parts_and_equipment\n - electrical_services\n - electronics_repair_shops\n - electronics_stores\n - elementary_secondary_schools\n - emergency_services_gcas_visa_use_only\n - employment_temp_agencies\n - equipment_rental\n - exterminating_services\n - family_clothing_stores\n - fast_food_restaurants\n - financial_institutions\n - fines_government_administrative_entities\n - fireplace_fireplace_screens_and_accessories_stores\n - floor_covering_stores\n - florists\n - florists_supplies_nursery_stock_and_flowers\n - freezer_and_locker_meat_provisioners\n - fuel_dealers_non_automotive\n - funeral_services_crematories\n - furniture_home_furnishings_and_equipment_stores_except_appliances\n - furniture_repair_refinishing\n - furriers_and_fur_shops\n - general_services\n - gift_card_novelty_and_souvenir_shops\n - glass_paint_and_wallpaper_stores\n - glassware_crystal_stores\n - golf_courses_public\n - government_licensed_horse_dog_racing_us_region_only\n - government_licensed_online_casions_online_gambling_us_region_only\n - government_owned_lotteries_non_us_region\n - government_owned_lotteries_us_region_only\n - government_services\n - grocery_stores_supermarkets\n - hardware_equipment_and_supplies\n - hardware_stores\n - health_and_beauty_spas\n - hearing_aids_sales_and_supplies\n - heating_plumbing_a_c\n - hobby_toy_and_game_shops\n - home_supply_warehouse_stores\n - hospitals\n - hotels_motels_and_resorts\n - household_appliance_stores\n - industrial_supplies\n - information_retrieval_services\n - insurance_default\n - insurance_underwriting_premiums\n - intra_company_purchases\n - jewelry_stores_watches_clocks_and_silverware_stores\n - landscaping_services\n - laundries\n - laundry_cleaning_services\n - legal_services_attorneys\n - luggage_and_leather_goods_stores\n - lumber_building_materials_stores\n - manual_cash_disburse\n - marinas_service_and_supplies\n - marketplaces\n - masonry_stonework_and_plaster\n - massage_parlors\n - medical_and_dental_labs\n - medical_dental_ophthalmic_and_hospital_equipment_and_supplies\n - medical_services\n - membership_organizations\n - mens_and_boys_clothing_and_accessories_stores\n - mens_womens_clothing_stores\n - metal_service_centers\n - miscellaneous\n - miscellaneous_apparel_and_accessory_shops\n - miscellaneous_auto_dealers\n - miscellaneous_business_services\n - miscellaneous_food_stores\n - miscellaneous_general_merchandise\n - miscellaneous_general_services\n - miscellaneous_home_furnishing_specialty_stores\n - miscellaneous_publishing_and_printing\n - miscellaneous_recreation_services\n - miscellaneous_repair_shops\n - miscellaneous_specialty_retail\n - mobile_home_dealers\n - motion_picture_theaters\n - motor_freight_carriers_and_trucking\n - motor_homes_dealers\n - motor_vehicle_supplies_and_new_parts\n - motorcycle_shops_and_dealers\n - motorcycle_shops_dealers\n - music_stores_musical_instruments_pianos_and_sheet_music\n - news_dealers_and_newsstands\n - non_fi_money_orders\n - non_fi_stored_value_card_purchase_load\n - nondurable_goods\n - nurseries_lawn_and_garden_supply_stores\n - nursing_personal_care\n - office_and_commercial_furniture\n - opticians_eyeglasses\n - optometrists_ophthalmologist\n - orthopedic_goods_prosthetic_devices\n - osteopaths\n - package_stores_beer_wine_and_liquor\n - paints_varnishes_and_supplies\n - parking_lots_garages\n - passenger_railways\n - pawn_shops\n - pet_shops_pet_food_and_supplies\n - petroleum_and_petroleum_products\n - photo_developing\n - photographic_photocopy_microfilm_equipment_and_supplies\n - photographic_studios\n - picture_video_production\n - piece_goods_notions_and_other_dry_goods\n - plumbing_heating_equipment_and_supplies\n - political_organizations\n - postal_services_government_only\n - precious_stones_and_metals_watches_and_jewelry\n - professional_services\n - public_warehousing_and_storage\n - quick_copy_repro_and_blueprint\n - railroads\n - real_estate_agents_and_managers_rentals\n - record_stores\n - recreational_vehicle_rentals\n - religious_goods_stores\n - religious_organizations\n - roofing_siding_sheet_metal\n - secretarial_support_services\n - security_brokers_dealers\n - service_stations\n - sewing_needlework_fabric_and_piece_goods_stores\n - shoe_repair_hat_cleaning\n - shoe_stores\n - small_appliance_repair\n - snowmobile_dealers\n - special_trade_services\n - specialty_cleaning\n - sporting_goods_stores\n - sporting_recreation_camps\n - sports_and_riding_apparel_stores\n - sports_clubs_fields\n - stamp_and_coin_stores\n - stationary_office_supplies_printing_and_writing_paper\n - stationery_stores_office_and_school_supply_stores\n - swimming_pools_sales\n - t_ui_travel_germany\n - tailors_alterations\n - tax_payments_government_agencies\n - tax_preparation_services\n - taxicabs_limousines\n - telecommunication_equipment_and_telephone_sales\n - telecommunication_services\n - telegraph_services\n - tent_and_awning_shops\n - testing_laboratories\n - theatrical_ticket_agencies\n - timeshares\n - tire_retreading_and_repair\n - tolls_bridge_fees\n - tourist_attractions_and_exhibits\n - towing_services\n - trailer_parks_campgrounds\n - transportation_services\n - travel_agencies_tour_operators\n - truck_stop_iteration\n - truck_utility_trailer_rentals\n - typesetting_plate_making_and_related_services\n - typewriter_stores\n - u_s_federal_government_agencies_or_departments\n - uniforms_commercial_clothing\n - used_merchandise_and_secondhand_stores\n - utilities\n - variety_stores\n - veterinary_services\n - video_amusement_game_supplies\n - video_game_arcades\n - video_tape_rental_stores\n - vocational_trade_schools\n - watch_jewelry_repair\n - welding_repair\n - wholesale_clubs\n - wig_and_toupee_stores\n - wires_money_orders\n - womens_accessory_and_specialty_shops\n - womens_ready_to_wear_stores\n - wrecking_and_salvage_yards\n type: string\n nullable: true\n type: array\n blocked_merchant_countries:\n 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.\n items:\n maxLength: 5000\n type: string\n nullable: true\n type: array\n spending_limits:\n description: Limit spending with amount-based rules that apply across this cardholder's cards.\n items:\n $ref: '#/components/schemas/issuing_cardholder_spending_limit'\n nullable: true\n type: array\n spending_limits_currency:\n description: Currency of the amounts within `spending_limits`.\n format: currency\n nullable: true\n type: string\n title: IssuingCardholderAuthorizationControls\n type: object\n x-expandableFields:\n - spending_limits\n issuing_cardholder_card_issuing:\n description: ''\n properties:\n user_terms_acceptance:\n anyOf:\n - $ref: '#/components/schemas/issuing_cardholder_user_terms_acceptance'\n 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.\n nullable: true\n title: IssuingCardholderCardIssuing\n type: object\n x-expandableFields:\n - user_terms_acceptance\n issuing_cardholder_company:\n description: ''\n properties:\n tax_id_provided:\n description: Whether the company's business ID number was provided.\n type: boolean\n required:\n - tax_id_provided\n title: IssuingCardholderCompany\n type: object\n x-expandableFields: []\n issuing_cardholder_id_document:\n description: ''\n properties:\n back:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/file'\n description: The back of a document returned by a [file upload](https://api.stripe.com#create_file) with a `purpose` value of `identity_document`.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/file'\n front:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/file'\n description: The front of a document returned by a [file upload](https://api.stripe.com#create_file) with a `purpose` value of `identity_document`.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/file'\n title: IssuingCardholderIdDocument\n type: object\n x-expandableFields:\n - back\n - front\n issuing_cardholder_individual:\n description: ''\n properties:\n card_issuing:\n anyOf:\n - $ref: '#/components/schemas/issuing_cardholder_card_issuing'\n description: Information related to the card_issuing program for this cardholder.\n nullable: true\n dob:\n anyOf:\n - $ref: '#/components/schemas/issuing_cardholder_individual_dob'\n description: The date of birth of this cardholder.\n nullable: true\n first_name:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n last_name:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n verification:\n anyOf:\n - $ref: '#/components/schemas/issuing_cardholder_verification'\n description: Government-issued ID document for this cardholder.\n nullable: true\n title: IssuingCardholderIndividual\n type: object\n x-expandableFields:\n - card_issuing\n - dob\n - verification\n issuing_cardholder_individual_dob:\n description: ''\n properties:\n day:\n description: The day of birth, between 1 and 31.\n nullable: true\n type: integer\n month:\n description: The month of birth, between 1 and 12.\n nullable: true\n type: integer\n year:\n description: The four-digit year of birth.\n nullable: true\n type: integer\n title: IssuingCardholderIndividualDOB\n type: object\n x-expandableFields: []\n issuing_cardholder_requirements:\n description: ''\n properties:\n disabled_reason:\n description: If `disabled_reason` is present, all cards will decline authorizations with `cardholder_verification_required` reason.\n enum:\n - listed\n - rejected.listed\n - requirements.past_due\n - under_review\n nullable: true\n type: string\n past_due:\n description: Array of fields that need to be collected in order to verify and re-enable the cardholder.\n items:\n enum:\n - company.tax_id\n - individual.card_issuing.user_terms_acceptance.date\n - individual.card_issuing.user_terms_acceptance.ip\n - individual.dob.day\n - individual.dob.month\n - individual.dob.year\n - individual.first_name\n - individual.last_name\n - individual.verification.document\n type: string\n x-stripeBypassValidation: true\n nullable: true\n type: array\n title: IssuingCardholderRequirements\n type: object\n x-expandableFields: []\n issuing_cardholder_spending_limit:\n description: ''\n properties:\n amount:\n 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).\n type: integer\n categories:\n 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.\n items:\n enum:\n - ac_refrigeration_repair\n - accounting_bookkeeping_services\n - advertising_services\n - agricultural_cooperative\n - airlines_air_carriers\n - airports_flying_fields\n - ambulance_services\n - amusement_parks_carnivals\n - antique_reproductions\n - antique_shops\n - aquariums\n - architectural_surveying_services\n - art_dealers_and_galleries\n - artists_supply_and_craft_shops\n - auto_and_home_supply_stores\n - auto_body_repair_shops\n - auto_paint_shops\n - auto_service_shops\n - automated_cash_disburse\n - automated_fuel_dispensers\n - automobile_associations\n - automotive_parts_and_accessories_stores\n - automotive_tire_stores\n - bail_and_bond_payments\n - bakeries\n - bands_orchestras\n - barber_and_beauty_shops\n - betting_casino_gambling\n - bicycle_shops\n - billiard_pool_establishments\n - boat_dealers\n - boat_rentals_and_leases\n - book_stores\n - books_periodicals_and_newspapers\n - bowling_alleys\n - bus_lines\n - business_secretarial_schools\n - buying_shopping_services\n - cable_satellite_and_other_pay_television_and_radio\n - camera_and_photographic_supply_stores\n - candy_nut_and_confectionery_stores\n - car_and_truck_dealers_new_used\n - car_and_truck_dealers_used_only\n - car_rental_agencies\n - car_washes\n - carpentry_services\n - carpet_upholstery_cleaning\n - caterers\n - charitable_and_social_service_organizations_fundraising\n - chemicals_and_allied_products\n - child_care_services\n - childrens_and_infants_wear_stores\n - chiropodists_podiatrists\n - chiropractors\n - cigar_stores_and_stands\n - civic_social_fraternal_associations\n - cleaning_and_maintenance\n - clothing_rental\n - colleges_universities\n - commercial_equipment\n - commercial_footwear\n - commercial_photography_art_and_graphics\n - commuter_transport_and_ferries\n - computer_network_services\n - computer_programming\n - computer_repair\n - computer_software_stores\n - computers_peripherals_and_software\n - concrete_work_services\n - construction_materials\n - consulting_public_relations\n - correspondence_schools\n - cosmetic_stores\n - counseling_services\n - country_clubs\n - courier_services\n - court_costs\n - credit_reporting_agencies\n - cruise_lines\n - dairy_products_stores\n - dance_hall_studios_schools\n - dating_escort_services\n - dentists_orthodontists\n - department_stores\n - detective_agencies\n - digital_goods_applications\n - digital_goods_games\n - digital_goods_large_volume\n - digital_goods_media\n - direct_marketing_catalog_merchant\n - direct_marketing_combination_catalog_and_retail_merchant\n - direct_marketing_inbound_telemarketing\n - direct_marketing_insurance_services\n - direct_marketing_other\n - direct_marketing_outbound_telemarketing\n - direct_marketing_subscription\n - direct_marketing_travel\n - discount_stores\n - doctors\n - door_to_door_sales\n - drapery_window_covering_and_upholstery_stores\n - drinking_places\n - drug_stores_and_pharmacies\n - drugs_drug_proprietaries_and_druggist_sundries\n - dry_cleaners\n - durable_goods\n - duty_free_stores\n - eating_places_restaurants\n - educational_services\n - electric_razor_stores\n - electric_vehicle_charging\n - electrical_parts_and_equipment\n - electrical_services\n - electronics_repair_shops\n - electronics_stores\n - elementary_secondary_schools\n - emergency_services_gcas_visa_use_only\n - employment_temp_agencies\n - equipment_rental\n - exterminating_services\n - family_clothing_stores\n - fast_food_restaurants\n - financial_institutions\n - fines_government_administrative_entities\n - fireplace_fireplace_screens_and_accessories_stores\n - floor_covering_stores\n - florists\n - florists_supplies_nursery_stock_and_flowers\n - freezer_and_locker_meat_provisioners\n - fuel_dealers_non_automotive\n - funeral_services_crematories\n - furniture_home_furnishings_and_equipment_stores_except_appliances\n - furniture_repair_refinishing\n - furriers_and_fur_shops\n - general_services\n - gift_card_novelty_and_souvenir_shops\n - glass_paint_and_wallpaper_stores\n - glassware_crystal_stores\n - golf_courses_public\n - government_licensed_horse_dog_racing_us_region_only\n - government_licensed_online_casions_online_gambling_us_region_only\n - government_owned_lotteries_non_us_region\n - government_owned_lotteries_us_region_only\n - government_services\n - grocery_stores_supermarkets\n - hardware_equipment_and_supplies\n - hardware_stores\n - health_and_beauty_spas\n - hearing_aids_sales_and_supplies\n - heating_plumbing_a_c\n - hobby_toy_and_game_shops\n - home_supply_warehouse_stores\n - hospitals\n - hotels_motels_and_resorts\n - household_appliance_stores\n - industrial_supplies\n - information_retrieval_services\n - insurance_default\n - insurance_underwriting_premiums\n - intra_company_purchases\n - jewelry_stores_watches_clocks_and_silverware_stores\n - landscaping_services\n - laundries\n - laundry_cleaning_services\n - legal_services_attorneys\n - luggage_and_leather_goods_stores\n - lumber_building_materials_stores\n - manual_cash_disburse\n - marinas_service_and_supplies\n - marketplaces\n - masonry_stonework_and_plaster\n - massage_parlors\n - medical_and_dental_labs\n - medical_dental_ophthalmic_and_hospital_equipment_and_supplies\n - medical_services\n - membership_organizations\n - mens_and_boys_clothing_and_accessories_stores\n - mens_womens_clothing_stores\n - metal_service_centers\n - miscellaneous\n - miscellaneous_apparel_and_accessory_shops\n - miscellaneous_auto_dealers\n - miscellaneous_business_services\n - miscellaneous_food_stores\n - miscellaneous_general_merchandise\n - miscellaneous_general_services\n - miscellaneous_home_furnishing_specialty_stores\n - miscellaneous_publishing_and_printing\n - miscellaneous_recreation_services\n - miscellaneous_repair_shops\n - miscellaneous_specialty_retail\n - mobile_home_dealers\n - motion_picture_theaters\n - motor_freight_carriers_and_trucking\n - motor_homes_dealers\n - motor_vehicle_supplies_and_new_parts\n - motorcycle_shops_and_dealers\n - motorcycle_shops_dealers\n - music_stores_musical_instruments_pianos_and_sheet_music\n - news_dealers_and_newsstands\n - non_fi_money_orders\n - non_fi_stored_value_card_purchase_load\n - nondurable_goods\n - nurseries_lawn_and_garden_supply_stores\n - nursing_personal_care\n - office_and_commercial_furniture\n - opticians_eyeglasses\n - optometrists_ophthalmologist\n - orthopedic_goods_prosthetic_devices\n - osteopaths\n - package_stores_beer_wine_and_liquor\n - paints_varnishes_and_supplies\n - parking_lots_garages\n - passenger_railways\n - pawn_shops\n - pet_shops_pet_food_and_supplies\n - petroleum_and_petroleum_products\n - photo_developing\n - photographic_photocopy_microfilm_equipment_and_supplies\n - photographic_studios\n - picture_video_production\n - piece_goods_notions_and_other_dry_goods\n - plumbing_heating_equipment_and_supplies\n - political_organizations\n - postal_services_government_only\n - precious_stones_and_metals_watches_and_jewelry\n - professional_services\n - public_warehousing_and_storage\n - quick_copy_repro_and_blueprint\n - railroads\n - real_estate_agents_and_managers_rentals\n - record_stores\n - recreational_vehicle_rentals\n - religious_goods_stores\n - religious_organizations\n - roofing_siding_sheet_metal\n - secretarial_support_services\n - security_brokers_dealers\n - service_stations\n - sewing_needlework_fabric_and_piece_goods_stores\n - shoe_repair_hat_cleaning\n - shoe_stores\n - small_appliance_repair\n - snowmobile_dealers\n - special_trade_services\n - specialty_cleaning\n - sporting_goods_stores\n - sporting_recreation_camps\n - sports_and_riding_apparel_stores\n - sports_clubs_fields\n - stamp_and_coin_stores\n - stationary_office_supplies_printing_and_writing_paper\n - stationery_stores_office_and_school_supply_stores\n - swimming_pools_sales\n - t_ui_travel_germany\n - tailors_alterations\n - tax_payments_government_agencies\n - tax_preparation_services\n - taxicabs_limousines\n - telecommunication_equipment_and_telephone_sales\n - telecommunication_services\n - telegraph_services\n - tent_and_awning_shops\n - testing_laboratories\n - theatrical_ticket_agencies\n - timeshares\n - tire_retreading_and_repair\n - tolls_bridge_fees\n - tourist_attractions_and_exhibits\n - towing_services\n - trailer_parks_campgrounds\n - transportation_services\n - travel_agencies_tour_operators\n - truck_stop_iteration\n - truck_utility_trailer_rentals\n - typesetting_plate_making_and_related_services\n - typewriter_stores\n - u_s_federal_government_agencies_or_departments\n - uniforms_commercial_clothing\n - used_merchandise_and_secondhand_stores\n - utilities\n - variety_stores\n - veterinary_services\n - video_amusement_game_supplies\n - video_game_arcades\n - video_tape_rental_stores\n - vocational_trade_schools\n - watch_jewelry_repair\n - welding_repair\n - wholesale_clubs\n - wig_and_toupee_stores\n - wires_money_orders\n - womens_accessory_and_specialty_shops\n - womens_ready_to_wear_stores\n - wrecking_and_salvage_yards\n type: string\n nullable: true\n type: array\n interval:\n description: Interval (or event) to which the amount applies.\n enum:\n - all_time\n - daily\n - monthly\n - per_authorization\n - weekly\n - yearly\n type: string\n required:\n - amount\n - interval\n title: IssuingCardholderSpendingLimit\n type: object\n x-expandableFields: []\n issuing_cardholder_user_terms_acceptance:\n description: ''\n properties:\n date:\n description: The Unix timestamp marking when the cardholder accepted the Authorized User Terms.\n format: unix-time\n nullable: true\n type: integer\n ip:\n description: The IP address from which the cardholder accepted the Authorized User Terms.\n maxLength: 5000\n nullable: true\n type: string\n user_agent:\n description: The user agent of the browser from which the cardholder accepted the Authorized User Terms.\n maxLength: 5000\n nullable: true\n type: string\n title: IssuingCardholderUserTermsAcceptance\n type: object\n x-expandableFields: []\n issuing_cardholder_verification:\n description: ''\n properties:\n document:\n anyOf:\n - $ref: '#/components/schemas/issuing_cardholder_id_document'\n description: An identifying document, either a passport or local ID card.\n nullable: true\n title: IssuingCardholderVerification\n type: object\n x-expandableFields:\n - document\n issuing_dispute_canceled_evidence:\n description: ''\n properties:\n additional_documentation:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/file'\n description: (ID of a [file upload](https://stripe.com/docs/guides/file-upload)) Additional documentation supporting the dispute.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/file'\n canceled_at:\n description: Date when order was canceled.\n format: unix-time\n nullable: true\n type: integer\n cancellation_policy_provided:\n description: Whether the cardholder was provided with a cancellation policy.\n nullable: true\n type: boolean\n cancellation_reason:\n description: Reason for canceling the order.\n maxLength: 5000\n nullable: true\n type: string\n expected_at:\n description: Date when the cardholder expected to receive the product.\n format: unix-time\n nullable: true\n type: integer\n explanation:\n description: Explanation of why the cardholder is disputing this transaction.\n maxLength: 5000\n nullable: true\n type: string\n product_description:\n description: Description of the merchandise or service that was purchased.\n maxLength: 5000\n nullable: true\n type: string\n product_type:\n description: Whether the product was a merchandise or service.\n enum:\n - merchandise\n - service\n nullable: true\n type: string\n return_status:\n description: Result of cardholder's attempt to return the product.\n enum:\n - merchant_rejected\n - successful\n nullable: true\n type: string\n returned_at:\n description: Date when the product was returned or attempted to be returned.\n format: unix-time\n nullable: true\n type: integer\n title: IssuingDisputeCanceledEvidence\n type: object\n x-expandableFields:\n - additional_documentation\n issuing_dispute_duplicate_evidence:\n description: ''\n properties:\n additional_documentation:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/file'\n description: (ID of a [file upload](https://stripe.com/docs/guides/file-upload)) Additional documentation supporting the dispute.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/file'\n card_statement:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/file'\n 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.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/file'\n cash_receipt:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/file'\n 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.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/file'\n check_image:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/file'\n 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.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/file'\n explanation:\n description: Explanation of why the cardholder is disputing this transaction.\n maxLength: 5000\n nullable: true\n type: string\n original_transaction:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n title: IssuingDisputeDuplicateEvidence\n type: object\n x-expandableFields:\n - additional_documentation\n - card_statement\n - cash_receipt\n - check_image\n issuing_dispute_evidence:\n description: ''\n properties:\n canceled:\n $ref: '#/components/schemas/issuing_dispute_canceled_evidence'\n duplicate:\n $ref: '#/components/schemas/issuing_dispute_duplicate_evidence'\n fraudulent:\n $ref: '#/components/schemas/issuing_dispute_fraudulent_evidence'\n merchandise_not_as_described:\n $ref: '#/components/schemas/issuing_dispute_merchandise_not_as_described_evidence'\n no_valid_authorization:\n $ref: '#/components/schemas/issuing_dispute_no_valid_authorization_evidence'\n not_received:\n $ref: '#/components/schemas/issuing_dispute_not_received_evidence'\n other:\n $ref: '#/components/schemas/issuing_dispute_other_evidence'\n reason:\n description: The reason for filing the dispute. Its value will match the field containing the evidence.\n enum:\n - canceled\n - duplicate\n - fraudulent\n - merchandise_not_as_described\n - no_valid_authorization\n - not_received\n - other\n - service_not_as_described\n type: string\n x-stripeBypassValidation: true\n service_not_as_described:\n $ref: '#/components/schemas/issuing_dispute_service_not_as_described_evidence'\n required:\n - reason\n title: IssuingDisputeEvidence\n type: object\n x-expandableFields:\n - canceled\n - duplicate\n - fraudulent\n - merchandise_not_as_described\n - no_valid_authorization\n - not_received\n - other\n - service_not_as_described\n issuing_dispute_fraudulent_evidence:\n description: ''\n properties:\n additional_documentation:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/file'\n description: (ID of a [file upload](https://stripe.com/docs/guides/file-upload)) Additional documentation supporting the dispute.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/file'\n explanation:\n description: Explanation of why the cardholder is disputing this transaction.\n maxLength: 5000\n nullable: true\n type: string\n title: IssuingDisputeFraudulentEvidence\n type: object\n x-expandableFields:\n - additional_documentation\n issuing_dispute_merchandise_not_as_described_evidence:\n description: ''\n properties:\n additional_documentation:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/file'\n description: (ID of a [file upload](https://stripe.com/docs/guides/file-upload)) Additional documentation supporting the dispute.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/file'\n explanation:\n description: Explanation of why the cardholder is disputing this transaction.\n maxLength: 5000\n nullable: true\n type: string\n received_at:\n description: Date when the product was received.\n format: unix-time\n nullable: true\n type: integer\n return_description:\n description: Description of the cardholder's attempt to return the product.\n maxLength: 5000\n nullable: true\n type: string\n return_status:\n description: Result of cardholder's attempt to return the product.\n enum:\n - merchant_rejected\n - successful\n nullable: true\n type: string\n returned_at:\n description: Date when the product was returned or attempted to be returned.\n format: unix-time\n nullable: true\n type: integer\n title: IssuingDisputeMerchandiseNotAsDescribedEvidence\n type: object\n x-expandableFields:\n - additional_documentation\n issuing_dispute_no_valid_authorization_evidence:\n description: ''\n properties:\n additional_documentation:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/file'\n description: (ID of a [file upload](https://stripe.com/docs/guides/file-upload)) Additional documentation supporting the dispute.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/file'\n explanation:\n description: Explanation of why the cardholder is disputing this transaction.\n maxLength: 5000\n nullable: true\n type: string\n title: IssuingDisputeNoValidAuthorizationEvidence\n type: object\n x-expandableFields:\n - additional_documentation\n issuing_dispute_not_received_evidence:\n description: ''\n properties:\n additional_documentation:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/file'\n description: (ID of a [file upload](https://stripe.com/docs/guides/file-upload)) Additional documentation supporting the dispute.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/file'\n expected_at:\n description: Date when the cardholder expected to receive the product.\n format: unix-time\n nullable: true\n type: integer\n explanation:\n description: Explanation of why the cardholder is disputing this transaction.\n maxLength: 5000\n nullable: true\n type: string\n product_description:\n description: Description of the merchandise or service that was purchased.\n maxLength: 5000\n nullable: true\n type: string\n product_type:\n description: Whether the product was a merchandise or service.\n enum:\n - merchandise\n - service\n nullable: true\n type: string\n title: IssuingDisputeNotReceivedEvidence\n type: object\n x-expandableFields:\n - additional_documentation\n issuing_dispute_other_evidence:\n description: ''\n properties:\n additional_documentation:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/file'\n description: (ID of a [file upload](https://stripe.com/docs/guides/file-upload)) Additional documentation supporting the dispute.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/file'\n explanation:\n description: Explanation of why the cardholder is disputing this transaction.\n maxLength: 5000\n nullable: true\n type: string\n product_description:\n description: Description of the merchandise or service that was purchased.\n maxLength: 5000\n nullable: true\n type: string\n product_type:\n description: Whether the product was a merchandise or service.\n enum:\n - merchandise\n - service\n nullable: true\n type: string\n title: IssuingDisputeOtherEvidence\n type: object\n x-expandableFields:\n - additional_documentation\n issuing_dispute_service_not_as_described_evidence:\n description: ''\n properties:\n additional_documentation:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/file'\n description: (ID of a [file upload](https://stripe.com/docs/guides/file-upload)) Additional documentation supporting the dispute.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/file'\n canceled_at:\n description: Date when order was canceled.\n format: unix-time\n nullable: true\n type: integer\n cancellation_reason:\n description: Reason for canceling the order.\n maxLength: 5000\n nullable: true\n type: string\n explanation:\n description: Explanation of why the cardholder is disputing this transaction.\n maxLength: 5000\n nullable: true\n type: string\n received_at:\n description: Date when the product was received.\n format: unix-time\n nullable: true\n type: integer\n title: IssuingDisputeServiceNotAsDescribedEvidence\n type: object\n x-expandableFields:\n - additional_documentation\n issuing_dispute_treasury:\n description: ''\n properties:\n debit_reversal:\n description: The Treasury [DebitReversal](https://docs.stripe.com/api/treasury/debit_reversals) representing this Issuing dispute\n maxLength: 5000\n nullable: true\n type: string\n received_debit:\n description: The Treasury [ReceivedDebit](https://docs.stripe.com/api/treasury/received_debits) that is being disputed.\n maxLength: 5000\n type: string\n required:\n - received_debit\n title: IssuingDisputeTreasury\n type: object\n x-expandableFields: []\n issuing_network_token_address:\n description: ''\n properties:\n line1:\n description: The street address of the cardholder tokenizing the card.\n maxLength: 5000\n type: string\n postal_code:\n description: The postal code of the cardholder tokenizing the card.\n maxLength: 5000\n type: string\n required:\n - line1\n - postal_code\n title: IssuingNetworkTokenAddress\n type: object\n x-expandableFields: []\n issuing_network_token_device:\n description: ''\n properties:\n device_fingerprint:\n description: An obfuscated ID derived from the device ID.\n maxLength: 5000\n type: string\n ip_address:\n description: The IP address of the device at provisioning time.\n maxLength: 5000\n type: string\n location:\n description: The geographic latitude/longitude coordinates of the device at provisioning time. The format is [+-]decimal/[+-]decimal.\n maxLength: 5000\n type: string\n name:\n description: The name of the device used for tokenization.\n maxLength: 5000\n type: string\n phone_number:\n description: The phone number of the device used for tokenization.\n maxLength: 5000\n type: string\n type:\n description: The type of device used for tokenization.\n enum:\n - other\n - phone\n - watch\n type: string\n title: IssuingNetworkTokenDevice\n type: object\n x-expandableFields: []\n issuing_network_token_mastercard:\n description: ''\n properties:\n card_reference_id:\n description: A unique reference ID from MasterCard to represent the card account number.\n maxLength: 5000\n type: string\n token_reference_id:\n description: The network-unique identifier for the token.\n maxLength: 5000\n type: string\n token_requestor_id:\n description: The ID of the entity requesting tokenization, specific to MasterCard.\n maxLength: 5000\n type: string\n token_requestor_name:\n description: The name of the entity requesting tokenization, if known. This is directly provided from MasterCard.\n maxLength: 5000\n type: string\n required:\n - token_reference_id\n - token_requestor_id\n title: IssuingNetworkTokenMastercard\n type: object\n x-expandableFields: []\n issuing_network_token_network_data:\n description: ''\n properties:\n device:\n $ref: '#/components/schemas/issuing_network_token_device'\n mastercard:\n $ref: '#/components/schemas/issuing_network_token_mastercard'\n type:\n 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.\n enum:\n - mastercard\n - visa\n type: string\n visa:\n $ref: '#/components/schemas/issuing_network_token_visa'\n wallet_provider:\n $ref: '#/components/schemas/issuing_network_token_wallet_provider'\n required:\n - type\n title: IssuingNetworkTokenNetworkData\n type: object\n x-expandableFields:\n - device\n - mastercard\n - visa\n - wallet_provider\n issuing_network_token_visa:\n description: ''\n properties:\n card_reference_id:\n description: A unique reference ID from Visa to represent the card account number.\n maxLength: 5000\n type: string\n token_reference_id:\n description: The network-unique identifier for the token.\n maxLength: 5000\n type: string\n token_requestor_id:\n description: The ID of the entity requesting tokenization, specific to Visa.\n maxLength: 5000\n type: string\n token_risk_score:\n 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.\n maxLength: 5000\n type: string\n required:\n - card_reference_id\n - token_reference_id\n - token_requestor_id\n title: IssuingNetworkTokenVisa\n type: object\n x-expandableFields: []\n issuing_network_token_wallet_provider:\n description: ''\n properties:\n account_id:\n description: The wallet provider-given account ID of the digital wallet the token belongs to.\n maxLength: 5000\n type: string\n account_trust_score:\n description: An evaluation on the trustworthiness of the wallet account between 1 and 5. A higher score indicates more trustworthy.\n type: integer\n card_number_source:\n description: The method used for tokenizing a card.\n enum:\n - app\n - manual\n - on_file\n - other\n type: string\n cardholder_address:\n $ref: '#/components/schemas/issuing_network_token_address'\n cardholder_name:\n description: The name of the cardholder tokenizing the card.\n maxLength: 5000\n type: string\n device_trust_score:\n description: An evaluation on the trustworthiness of the device. A higher score indicates more trustworthy.\n type: integer\n hashed_account_email_address:\n description: The hashed email address of the cardholder's account with the wallet provider.\n maxLength: 5000\n type: string\n reason_codes:\n description: The reasons for suggested tokenization given by the card network.\n items:\n enum:\n - account_card_too_new\n - account_recently_changed\n - account_too_new\n - account_too_new_since_launch\n - additional_device\n - data_expired\n - defer_id_v_decision\n - device_recently_lost\n - good_activity_history\n - has_suspended_tokens\n - high_risk\n - inactive_account\n - long_account_tenure\n - low_account_score\n - low_device_score\n - low_phone_number_score\n - network_service_error\n - outside_home_territory\n - provisioning_cardholder_mismatch\n - provisioning_device_and_cardholder_mismatch\n - provisioning_device_mismatch\n - same_device_no_prior_authentication\n - same_device_successful_prior_authentication\n - software_update\n - suspicious_activity\n - too_many_different_cardholders\n - too_many_recent_attempts\n - too_many_recent_tokens\n type: string\n type: array\n suggested_decision:\n description: The recommendation on responding to the tokenization request.\n enum:\n - approve\n - decline\n - require_auth\n type: string\n suggested_decision_version:\n description: The version of the standard for mapping reason codes followed by the wallet provider.\n maxLength: 5000\n type: string\n title: IssuingNetworkTokenWalletProvider\n type: object\n x-expandableFields:\n - cardholder_address\n issuing_personalization_design_carrier_text:\n description: ''\n properties:\n footer_body:\n description: The footer body text of the carrier letter.\n maxLength: 5000\n nullable: true\n type: string\n footer_title:\n description: The footer title text of the carrier letter.\n maxLength: 5000\n nullable: true\n type: string\n header_body:\n description: The header body text of the carrier letter.\n maxLength: 5000\n nullable: true\n type: string\n header_title:\n description: The header title text of the carrier letter.\n maxLength: 5000\n nullable: true\n type: string\n title: IssuingPersonalizationDesignCarrierText\n type: object\n x-expandableFields: []\n issuing_personalization_design_preferences:\n description: ''\n properties:\n is_default:\n 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.\n type: boolean\n is_platform_default:\n 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.\n nullable: true\n type: boolean\n required:\n - is_default\n title: IssuingPersonalizationDesignPreferences\n type: object\n x-expandableFields: []\n issuing_personalization_design_rejection_reasons:\n description: ''\n properties:\n card_logo:\n description: The reason(s) the card logo was rejected.\n items:\n enum:\n - geographic_location\n - inappropriate\n - network_name\n - non_binary_image\n - non_fiat_currency\n - other\n - other_entity\n - promotional_material\n type: string\n nullable: true\n type: array\n carrier_text:\n description: The reason(s) the carrier text was rejected.\n items:\n enum:\n - geographic_location\n - inappropriate\n - network_name\n - non_fiat_currency\n - other\n - other_entity\n - promotional_material\n type: string\n nullable: true\n type: array\n title: IssuingPersonalizationDesignRejectionReasons\n type: object\n x-expandableFields: []\n issuing_physical_bundle_features:\n description: ''\n properties:\n card_logo:\n description: The policy for how to use card logo images in a card design with this physical bundle.\n enum:\n - optional\n - required\n - unsupported\n type: string\n carrier_text:\n description: The policy for how to use carrier letter text in a card design with this physical bundle.\n enum:\n - optional\n - required\n - unsupported\n type: string\n second_line:\n description: The policy for how to use a second line on a card with this physical bundle.\n enum:\n - optional\n - required\n - unsupported\n type: string\n required:\n - card_logo\n - carrier_text\n - second_line\n title: IssuingPhysicalBundleFeatures\n type: object\n x-expandableFields: []\n issuing_transaction_amount_details:\n description: ''\n properties:\n atm_fee:\n description: The fee charged by the ATM for the cash withdrawal.\n nullable: true\n type: integer\n cashback_amount:\n description: The amount of cash requested by the cardholder.\n nullable: true\n type: integer\n title: IssuingTransactionAmountDetails\n type: object\n x-expandableFields: []\n issuing_transaction_fleet_cardholder_prompt_data:\n description: ''\n properties:\n driver_id:\n description: Driver ID.\n maxLength: 5000\n nullable: true\n type: string\n odometer:\n description: Odometer reading.\n nullable: true\n type: integer\n unspecified_id:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n user_id:\n description: User ID.\n maxLength: 5000\n nullable: true\n type: string\n vehicle_number:\n description: Vehicle number.\n maxLength: 5000\n nullable: true\n type: string\n title: IssuingTransactionFleetCardholderPromptData\n type: object\n x-expandableFields: []\n issuing_transaction_fleet_data:\n description: ''\n properties:\n cardholder_prompt_data:\n anyOf:\n - $ref: '#/components/schemas/issuing_transaction_fleet_cardholder_prompt_data'\n description: Answers to prompts presented to cardholder at point of sale.\n nullable: true\n purchase_type:\n description: The type of purchase. One of `fuel_purchase`, `non_fuel_purchase`, or `fuel_and_non_fuel_purchase`.\n maxLength: 5000\n nullable: true\n type: string\n reported_breakdown:\n anyOf:\n - $ref: '#/components/schemas/issuing_transaction_fleet_reported_breakdown'\n description: More information about the total amount. This information is not guaranteed to be accurate as some merchants may provide unreliable data.\n nullable: true\n service_type:\n description: The type of fuel service. One of `non_fuel_transaction`, `full_service`, or `self_service`.\n maxLength: 5000\n nullable: true\n type: string\n title: IssuingTransactionFleetData\n type: object\n x-expandableFields:\n - cardholder_prompt_data\n - reported_breakdown\n issuing_transaction_fleet_fuel_price_data:\n description: ''\n properties:\n gross_amount_decimal:\n description: Gross fuel amount that should equal Fuel Volume multipled by Fuel Unit Cost, inclusive of taxes.\n format: decimal\n nullable: true\n type: string\n title: IssuingTransactionFleetFuelPriceData\n type: object\n x-expandableFields: []\n issuing_transaction_fleet_non_fuel_price_data:\n description: ''\n properties:\n gross_amount_decimal:\n description: Gross non-fuel amount that should equal the sum of the line items, inclusive of taxes.\n format: decimal\n nullable: true\n type: string\n title: IssuingTransactionFleetNonFuelPriceData\n type: object\n x-expandableFields: []\n issuing_transaction_fleet_reported_breakdown:\n description: ''\n properties:\n fuel:\n anyOf:\n - $ref: '#/components/schemas/issuing_transaction_fleet_fuel_price_data'\n description: Breakdown of fuel portion of the purchase.\n nullable: true\n non_fuel:\n anyOf:\n - $ref: '#/components/schemas/issuing_transaction_fleet_non_fuel_price_data'\n description: Breakdown of non-fuel portion of the purchase.\n nullable: true\n tax:\n anyOf:\n - $ref: '#/components/schemas/issuing_transaction_fleet_tax_data'\n description: Information about tax included in this transaction.\n nullable: true\n title: IssuingTransactionFleetReportedBreakdown\n type: object\n x-expandableFields:\n - fuel\n - non_fuel\n - tax\n issuing_transaction_fleet_tax_data:\n description: ''\n properties:\n local_amount_decimal:\n description: Amount of state or provincial Sales Tax included in the transaction amount. Null if not reported by merchant or not subject to tax.\n format: decimal\n nullable: true\n type: string\n national_amount_decimal:\n description: Amount of national Sales Tax or VAT included in the transaction amount. Null if not reported by merchant or not subject to tax.\n format: decimal\n nullable: true\n type: string\n title: IssuingTransactionFleetTaxData\n type: object\n x-expandableFields: []\n issuing_transaction_flight_data:\n description: ''\n properties:\n departure_at:\n description: The time that the flight departed.\n nullable: true\n type: integer\n passenger_name:\n description: The name of the passenger.\n maxLength: 5000\n nullable: true\n type: string\n refundable:\n description: Whether the ticket is refundable.\n nullable: true\n type: boolean\n segments:\n description: The legs of the trip.\n items:\n $ref: '#/components/schemas/issuing_transaction_flight_data_leg'\n nullable: true\n type: array\n travel_agency:\n description: The travel agency that issued the ticket.\n maxLength: 5000\n nullable: true\n type: string\n title: IssuingTransactionFlightData\n type: object\n x-expandableFields:\n - segments\n issuing_transaction_flight_data_leg:\n description: ''\n properties:\n arrival_airport_code:\n description: The three-letter IATA airport code of the flight's destination.\n maxLength: 5000\n nullable: true\n type: string\n carrier:\n description: The airline carrier code.\n maxLength: 5000\n nullable: true\n type: string\n departure_airport_code:\n description: The three-letter IATA airport code that the flight departed from.\n maxLength: 5000\n nullable: true\n type: string\n flight_number:\n description: The flight number.\n maxLength: 5000\n nullable: true\n type: string\n service_class:\n description: The flight's service class.\n maxLength: 5000\n nullable: true\n type: string\n stopover_allowed:\n description: Whether a stopover is allowed on this flight.\n nullable: true\n type: boolean\n title: IssuingTransactionFlightDataLeg\n type: object\n x-expandableFields: []\n issuing_transaction_fuel_data:\n description: ''\n properties:\n industry_product_code:\n description: '[Conexxus Payment System Product Code](https://www.conexxus.org/conexxus-payment-system-product-codes) identifying the primary fuel product purchased.'\n maxLength: 5000\n nullable: true\n type: string\n quantity_decimal:\n description: The quantity of `unit`s of fuel that was dispensed, represented as a decimal string with at most 12 decimal places.\n format: decimal\n nullable: true\n type: string\n type:\n description: The type of fuel that was purchased. One of `diesel`, `unleaded_plus`, `unleaded_regular`, `unleaded_super`, or `other`.\n maxLength: 5000\n type: string\n unit:\n description: The units for `quantity_decimal`. One of `charging_minute`, `imperial_gallon`, `kilogram`, `kilowatt_hour`, `liter`, `pound`, `us_gallon`, or `other`.\n maxLength: 5000\n type: string\n unit_cost_decimal:\n description: The cost in cents per each unit of fuel, represented as a decimal string with at most 12 decimal places.\n format: decimal\n type: string\n required:\n - type\n - unit\n - unit_cost_decimal\n title: IssuingTransactionFuelData\n type: object\n x-expandableFields: []\n issuing_transaction_lodging_data:\n description: ''\n properties:\n check_in_at:\n description: The time of checking into the lodging.\n nullable: true\n type: integer\n nights:\n description: The number of nights stayed at the lodging.\n nullable: true\n type: integer\n title: IssuingTransactionLodgingData\n type: object\n x-expandableFields: []\n issuing_transaction_network_data:\n description: ''\n properties:\n authorization_code:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n processing_date:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n transaction_id:\n description: Unique identifier for the authorization assigned by the card network used to match subsequent messages, disputes, and transactions.\n maxLength: 5000\n nullable: true\n type: string\n title: IssuingTransactionNetworkData\n type: object\n x-expandableFields: []\n issuing_transaction_purchase_details:\n description: ''\n properties:\n fleet:\n anyOf:\n - $ref: '#/components/schemas/issuing_transaction_fleet_data'\n description: Fleet-specific information for transactions using Fleet cards.\n nullable: true\n flight:\n anyOf:\n - $ref: '#/components/schemas/issuing_transaction_flight_data'\n description: Information about the flight that was purchased with this transaction.\n nullable: true\n fuel:\n anyOf:\n - $ref: '#/components/schemas/issuing_transaction_fuel_data'\n description: Information about fuel that was purchased with this transaction.\n nullable: true\n lodging:\n anyOf:\n - $ref: '#/components/schemas/issuing_transaction_lodging_data'\n description: Information about lodging that was purchased with this transaction.\n nullable: true\n receipt:\n description: The line items in the purchase.\n items:\n $ref: '#/components/schemas/issuing_transaction_receipt_data'\n nullable: true\n type: array\n reference:\n description: A merchant-specific order number.\n maxLength: 5000\n nullable: true\n type: string\n title: IssuingTransactionPurchaseDetails\n type: object\n x-expandableFields:\n - fleet\n - flight\n - fuel\n - lodging\n - receipt\n issuing_transaction_receipt_data:\n description: ''\n properties:\n description:\n description: The description of the item. The maximum length of this field is 26 characters.\n maxLength: 5000\n nullable: true\n type: string\n quantity:\n description: The quantity of the item.\n nullable: true\n type: number\n total:\n description: The total for this line item in cents.\n nullable: true\n type: integer\n unit_cost:\n description: The unit cost of the item in cents.\n nullable: true\n type: integer\n title: IssuingTransactionReceiptData\n type: object\n x-expandableFields: []\n issuing_transaction_treasury:\n description: ''\n properties:\n received_credit:\n description: The Treasury [ReceivedCredit](https://docs.stripe.com/api/treasury/received_credits) representing this Issuing transaction if it is a refund\n maxLength: 5000\n nullable: true\n type: string\n received_debit:\n description: The Treasury [ReceivedDebit](https://docs.stripe.com/api/treasury/received_debits) representing this Issuing transaction if it is a capture\n maxLength: 5000\n nullable: true\n type: string\n title: IssuingTransactionTreasury\n type: object\n x-expandableFields: []\n item:\n description: A line item.\n properties:\n amount_discount:\n description: Total discount amount applied. If no discounts were applied, defaults to 0.\n type: integer\n amount_subtotal:\n description: Total before any discounts or taxes are applied.\n type: integer\n amount_tax:\n description: Total tax amount applied. If no tax was applied, defaults to 0.\n type: integer\n amount_total:\n description: Total after discounts and taxes.\n type: integer\n currency:\n 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).\n format: currency\n type: string\n description:\n description: An arbitrary string attached to the object. Often useful for displaying to users. Defaults to product name.\n maxLength: 5000\n nullable: true\n type: string\n discounts:\n description: The discounts applied to the line item.\n items:\n $ref: '#/components/schemas/line_items_discount_amount'\n type: array\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n metadata:\n additionalProperties:\n maxLength: 500\n type: string\n 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.\n nullable: true\n type: object\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - item\n type: string\n price:\n anyOf:\n - $ref: '#/components/schemas/price'\n description: The price used to generate the line item.\n nullable: true\n quantity:\n description: The quantity of products being purchased.\n nullable: true\n type: integer\n taxes:\n description: The taxes applied to the line item.\n items:\n $ref: '#/components/schemas/line_items_tax_amount'\n type: array\n required:\n - amount_discount\n - amount_subtotal\n - amount_tax\n - amount_total\n - currency\n - id\n - object\n title: LineItem\n type: object\n x-expandableFields:\n - discounts\n - price\n - taxes\n x-resourceId: item\n klarna_address:\n description: ''\n properties:\n country:\n description: The payer address country\n maxLength: 5000\n nullable: true\n type: string\n title: klarna_address\n type: object\n x-expandableFields: []\n klarna_payer_details:\n description: ''\n properties:\n address:\n anyOf:\n - $ref: '#/components/schemas/klarna_address'\n description: The payer's address\n nullable: true\n title: klarna_payer_details\n type: object\n x-expandableFields:\n - address\n legal_entity_company:\n description: ''\n properties:\n address:\n $ref: '#/components/schemas/address'\n address_kana:\n anyOf:\n - $ref: '#/components/schemas/legal_entity_japan_address'\n description: The Kana variation of the company's primary address (Japan only).\n nullable: true\n address_kanji:\n anyOf:\n - $ref: '#/components/schemas/legal_entity_japan_address'\n description: The Kanji variation of the company's primary address (Japan only).\n nullable: true\n directors_provided:\n 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).\n type: boolean\n directorship_declaration:\n anyOf:\n - $ref: '#/components/schemas/legal_entity_directorship_declaration'\n description: This hash is used to attest that the director information provided to Stripe is both current and correct.\n nullable: true\n executives_provided:\n 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.\n type: boolean\n export_license_id:\n description: The export license ID number of the company, also referred as Import Export Code (India only).\n maxLength: 5000\n type: string\n export_purpose_code:\n description: The purpose code to use for export transactions (India only).\n maxLength: 5000\n type: string\n name:\n description: The company's legal name. Also available for accounts where [controller.requirement_collection](/api/accounts/object#account_object-controller-requirement_collection) is `stripe`.\n maxLength: 5000\n nullable: true\n type: string\n name_kana:\n 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`.\n maxLength: 5000\n nullable: true\n type: string\n name_kanji:\n 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`.\n maxLength: 5000\n nullable: true\n type: string\n owners_provided:\n 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).\n type: boolean\n ownership_declaration:\n anyOf:\n - $ref: '#/components/schemas/legal_entity_ubo_declaration'\n description: This hash is used to attest that the beneficial owner information provided to Stripe is both current and correct.\n nullable: true\n ownership_exemption_reason:\n 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.\n enum:\n - qualified_entity_exceeds_ownership_threshold\n - qualifies_as_financial_institution\n type: string\n phone:\n description: The company's phone number (used for verification).\n maxLength: 5000\n nullable: true\n type: string\n registration_date:\n $ref: '#/components/schemas/legal_entity_registration_date'\n representative_declaration:\n anyOf:\n - $ref: '#/components/schemas/legal_entity_representative_declaration'\n description: This hash is used to attest that the representative is authorized to act as the representative of their legal entity.\n nullable: true\n structure:\n 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.\n enum:\n - free_zone_establishment\n - free_zone_llc\n - government_instrumentality\n - governmental_unit\n - incorporated_non_profit\n - incorporated_partnership\n - limited_liability_partnership\n - llc\n - multi_member_llc\n - private_company\n - private_corporation\n - private_partnership\n - public_company\n - public_corporation\n - public_partnership\n - registered_charity\n - single_member_llc\n - sole_establishment\n - sole_proprietorship\n - tax_exempt_government_instrumentality\n - unincorporated_association\n - unincorporated_non_profit\n - unincorporated_partnership\n type: string\n x-stripeBypassValidation: true\n tax_id_provided:\n description: Whether the company's business ID number was provided.\n type: boolean\n tax_id_registrar:\n description: The jurisdiction in which the `tax_id` is registered (Germany-based companies only).\n maxLength: 5000\n type: string\n vat_id_provided:\n description: Whether the company's business VAT number was provided.\n type: boolean\n verification:\n anyOf:\n - $ref: '#/components/schemas/legal_entity_company_verification'\n description: Information on the verification state of the company.\n nullable: true\n title: LegalEntityCompany\n type: object\n x-expandableFields:\n - address\n - address_kana\n - address_kanji\n - directorship_declaration\n - ownership_declaration\n - registration_date\n - representative_declaration\n - verification\n legal_entity_company_verification:\n description: ''\n properties:\n document:\n $ref: '#/components/schemas/legal_entity_company_verification_document'\n required:\n - document\n title: LegalEntityCompanyVerification\n type: object\n x-expandableFields:\n - document\n legal_entity_company_verification_document:\n description: ''\n properties:\n back:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/file'\n 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).\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/file'\n details:\n description: A user-displayable string describing the verification state of this document.\n maxLength: 5000\n nullable: true\n type: string\n details_code:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n front:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/file'\n 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).\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/file'\n title: LegalEntityCompanyVerificationDocument\n type: object\n x-expandableFields:\n - back\n - front\n legal_entity_directorship_declaration:\n description: ''\n properties:\n date:\n description: The Unix timestamp marking when the directorship declaration attestation was made.\n format: unix-time\n nullable: true\n type: integer\n ip:\n description: The IP address from which the directorship declaration attestation was made.\n maxLength: 5000\n nullable: true\n type: string\n user_agent:\n description: The user-agent string from the browser where the directorship declaration attestation was made.\n maxLength: 5000\n nullable: true\n type: string\n title: LegalEntityDirectorshipDeclaration\n type: object\n x-expandableFields: []\n legal_entity_dob:\n description: ''\n properties:\n day:\n description: The day of birth, between 1 and 31.\n nullable: true\n type: integer\n month:\n description: The month of birth, between 1 and 12.\n nullable: true\n type: integer\n year:\n description: The four-digit year of birth.\n nullable: true\n type: integer\n title: LegalEntityDOB\n type: object\n x-expandableFields: []\n legal_entity_japan_address:\n description: ''\n properties:\n city:\n description: City/Ward.\n maxLength: 5000\n nullable: true\n type: string\n country:\n description: Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).\n maxLength: 5000\n nullable: true\n type: string\n line1:\n description: Block/Building number.\n maxLength: 5000\n nullable: true\n type: string\n line2:\n description: Building details.\n maxLength: 5000\n nullable: true\n type: string\n postal_code:\n description: ZIP or postal code.\n maxLength: 5000\n nullable: true\n type: string\n state:\n description: Prefecture.\n maxLength: 5000\n nullable: true\n type: string\n town:\n description: Town/cho-me.\n maxLength: 5000\n nullable: true\n type: string\n title: LegalEntityJapanAddress\n type: object\n x-expandableFields: []\n legal_entity_person_verification:\n description: ''\n properties:\n additional_document:\n anyOf:\n - $ref: '#/components/schemas/legal_entity_person_verification_document'\n description: A document showing address, either a passport, local ID card, or utility bill from a well-known utility company.\n nullable: true\n details:\n description: A user-displayable string describing the verification state for the person. For example, this may say \"Provided identity information could not be verified\".\n maxLength: 5000\n nullable: true\n type: string\n details_code:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n document:\n $ref: '#/components/schemas/legal_entity_person_verification_document'\n status:\n 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.\n maxLength: 5000\n type: string\n required:\n - status\n title: LegalEntityPersonVerification\n type: object\n x-expandableFields:\n - additional_document\n - document\n legal_entity_person_verification_document:\n description: ''\n properties:\n back:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/file'\n description: The back of an ID returned by a [file upload](https://api.stripe.com#create_file) with a `purpose` value of `identity_document`.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/file'\n details:\n 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\".\n maxLength: 5000\n nullable: true\n type: string\n details_code:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n front:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/file'\n description: The front of an ID returned by a [file upload](https://api.stripe.com#create_file) with a `purpose` value of `identity_document`.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/file'\n title: LegalEntityPersonVerificationDocument\n type: object\n x-expandableFields:\n - back\n - front\n legal_entity_registration_date:\n description: ''\n properties:\n day:\n description: The day of registration, between 1 and 31.\n nullable: true\n type: integer\n month:\n description: The month of registration, between 1 and 12.\n nullable: true\n type: integer\n year:\n description: The four-digit year of registration.\n nullable: true\n type: integer\n title: LegalEntityRegistrationDate\n type: object\n x-expandableFields: []\n legal_entity_representative_declaration:\n description: ''\n properties:\n date:\n description: The Unix timestamp marking when the representative declaration attestation was made.\n format: unix-time\n nullable: true\n type: integer\n ip:\n description: The IP address from which the representative declaration attestation was made.\n maxLength: 5000\n nullable: true\n type: string\n user_agent:\n description: The user-agent string from the browser where the representative declaration attestation was made.\n maxLength: 5000\n nullable: true\n type: string\n title: LegalEntityRepresentativeDeclaration\n type: object\n x-expandableFields: []\n legal_entity_ubo_declaration:\n description: ''\n properties:\n date:\n description: The Unix timestamp marking when the beneficial owner attestation was made.\n format: unix-time\n nullable: true\n type: integer\n ip:\n description: The IP address from which the beneficial owner attestation was made.\n maxLength: 5000\n nullable: true\n type: string\n user_agent:\n description: The user-agent string from the browser where the beneficial owner attestation was made.\n maxLength: 5000\n nullable: true\n type: string\n title: LegalEntityUBODeclaration\n type: object\n x-expandableFields: []\n line_item:\n description: |-\n 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\n Each 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).\n properties:\n amount:\n description: The amount, in cents (or local equivalent).\n type: integer\n currency:\n 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).\n format: currency\n type: string\n description:\n description: An arbitrary string attached to the object. Often useful for displaying to users.\n maxLength: 5000\n nullable: true\n type: string\n discount_amounts:\n description: The amount of discount calculated per discount for this line item.\n items:\n $ref: '#/components/schemas/discounts_resource_discount_amount'\n nullable: true\n type: array\n discountable:\n description: If true, discounts will apply to this line item. Always false for prorations.\n type: boolean\n discounts:\n description: The discounts applied to the invoice line item. Line item discounts are applied before invoice discounts. Use `expand[]=discounts` to expand each discount.\n items:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/discount'\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/discount'\n type: array\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n invoice:\n description: The ID of the invoice that contains this line item.\n maxLength: 5000\n nullable: true\n type: string\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n metadata:\n additionalProperties:\n maxLength: 500\n type: string\n 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.\n type: object\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - line_item\n type: string\n parent:\n anyOf:\n - $ref: '#/components/schemas/billing_bill_resource_invoicing_lines_parents_invoice_line_item_parent'\n description: The parent that generated this line item.\n nullable: true\n period:\n $ref: '#/components/schemas/invoice_line_item_period'\n pretax_credit_amounts:\n description: 'Contains pretax credit amounts (ex: discount, credit grants, etc) that apply to this line item.'\n items:\n $ref: '#/components/schemas/invoices_resource_pretax_credit_amount'\n nullable: true\n type: array\n pricing:\n anyOf:\n - $ref: '#/components/schemas/billing_bill_resource_invoicing_pricing_pricing'\n description: The pricing information of the line item.\n nullable: true\n quantity:\n description: The quantity of the subscription, if the line item is a subscription or a proration.\n nullable: true\n type: integer\n subscription:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/subscription'\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/subscription'\n subtotal:\n description: The subtotal of the line item, in cents (or local equivalent), before any discounts or taxes.\n type: integer\n taxes:\n description: The tax information of the line item.\n items:\n $ref: '#/components/schemas/billing_bill_resource_invoicing_taxes_tax'\n nullable: true\n type: array\n required:\n - amount\n - currency\n - discountable\n - discounts\n - id\n - livemode\n - metadata\n - object\n - period\n - subtotal\n title: InvoiceLineItem\n type: object\n x-expandableFields:\n - discount_amounts\n - discounts\n - parent\n - period\n - pretax_credit_amounts\n - pricing\n - subscription\n - taxes\n x-resourceId: line_item\n line_items_discount_amount:\n description: ''\n properties:\n amount:\n description: The amount discounted.\n type: integer\n discount:\n $ref: '#/components/schemas/discount'\n required:\n - amount\n - discount\n title: LineItemsDiscountAmount\n type: object\n x-expandableFields:\n - discount\n line_items_tax_amount:\n description: ''\n properties:\n amount:\n description: Amount of tax applied for this rate.\n type: integer\n rate:\n $ref: '#/components/schemas/tax_rate'\n taxability_reason:\n 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.\n enum:\n - customer_exempt\n - not_collecting\n - not_subject_to_tax\n - not_supported\n - portion_product_exempt\n - portion_reduced_rated\n - portion_standard_rated\n - product_exempt\n - product_exempt_holiday\n - proportionally_rated\n - reduced_rated\n - reverse_charge\n - standard_rated\n - taxable_basis_reduced\n - zero_rated\n nullable: true\n type: string\n x-stripeBypassValidation: true\n taxable_amount:\n description: The amount on which tax is calculated, in cents (or local equivalent).\n nullable: true\n type: integer\n required:\n - amount\n - rate\n title: LineItemsTaxAmount\n type: object\n x-expandableFields:\n - rate\n linked_account_options_common:\n description: ''\n properties:\n filters:\n $ref: '#/components/schemas/payment_flows_private_payment_methods_financial_connections_common_linked_account_options_filters'\n permissions:\n description: The list of permissions to request. The `payment_method` permission must be included.\n items:\n enum:\n - balances\n - ownership\n - payment_method\n - transactions\n type: string\n type: array\n prefetch:\n description: Data features requested to be retrieved upon account creation.\n items:\n enum:\n - balances\n - ownership\n - transactions\n type: string\n x-stripeBypassValidation: true\n nullable: true\n type: array\n return_url:\n 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.\n maxLength: 5000\n type: string\n title: linked_account_options_common\n type: object\n x-expandableFields:\n - filters\n login_link:\n description: |-\n Login Links are single-use URLs that takes an Express account to the login page for their Stripe dashboard.\n A 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)\n properties:\n created:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - login_link\n type: string\n url:\n description: The URL for the login link.\n maxLength: 5000\n type: string\n required:\n - created\n - object\n - url\n title: LoginLink\n type: object\n x-expandableFields: []\n x-resourceId: login_link\n mandate:\n description: A Mandate is a record of the permission that your customer gives you to debit their payment method.\n properties:\n customer_acceptance:\n $ref: '#/components/schemas/customer_acceptance'\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n multi_use:\n $ref: '#/components/schemas/mandate_multi_use'\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - mandate\n type: string\n on_behalf_of:\n description: The account (if any) that the mandate is intended for.\n maxLength: 5000\n type: string\n payment_method:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/payment_method'\n description: ID of the payment method associated with this mandate.\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/payment_method'\n payment_method_details:\n $ref: '#/components/schemas/mandate_payment_method_details'\n single_use:\n $ref: '#/components/schemas/mandate_single_use'\n status:\n description: The mandate status indicates whether or not you can use it to initiate a payment.\n enum:\n - active\n - inactive\n - pending\n type: string\n type:\n description: The type of the mandate.\n enum:\n - multi_use\n - single_use\n type: string\n required:\n - customer_acceptance\n - id\n - livemode\n - object\n - payment_method\n - payment_method_details\n - status\n - type\n title: Mandate\n type: object\n x-expandableFields:\n - customer_acceptance\n - multi_use\n - payment_method\n - payment_method_details\n - single_use\n x-resourceId: mandate\n mandate_acss_debit:\n description: ''\n properties:\n default_for:\n description: List of Stripe products where this mandate can be selected automatically.\n items:\n enum:\n - invoice\n - subscription\n type: string\n type: array\n interval_description:\n description: Description of the interval. Only required if the 'payment_schedule' parameter is 'interval' or 'combined'.\n maxLength: 5000\n nullable: true\n type: string\n payment_schedule:\n description: Payment schedule for the mandate.\n enum:\n - combined\n - interval\n - sporadic\n type: string\n transaction_type:\n description: Transaction type of the mandate.\n enum:\n - business\n - personal\n type: string\n required:\n - payment_schedule\n - transaction_type\n title: mandate_acss_debit\n type: object\n x-expandableFields: []\n mandate_amazon_pay:\n description: ''\n properties: {}\n title: mandate_amazon_pay\n type: object\n x-expandableFields: []\n mandate_au_becs_debit:\n description: ''\n properties:\n url:\n description: The URL of the mandate. This URL generally contains sensitive information about the customer and should be shared with them exclusively.\n maxLength: 5000\n type: string\n required:\n - url\n title: mandate_au_becs_debit\n type: object\n x-expandableFields: []\n mandate_bacs_debit:\n description: ''\n properties:\n network_status:\n description: The status of the mandate on the Bacs network. Can be one of `pending`, `revoked`, `refused`, or `accepted`.\n enum:\n - accepted\n - pending\n - refused\n - revoked\n type: string\n reference:\n description: The unique reference identifying the mandate on the Bacs network.\n maxLength: 5000\n type: string\n revocation_reason:\n description: When the mandate is revoked on the Bacs network this field displays the reason for the revocation.\n enum:\n - account_closed\n - bank_account_restricted\n - bank_ownership_changed\n - could_not_process\n - debit_not_authorized\n nullable: true\n type: string\n url:\n description: The URL that will contain the mandate that the customer has signed.\n maxLength: 5000\n type: string\n required:\n - network_status\n - reference\n - url\n title: mandate_bacs_debit\n type: object\n x-expandableFields: []\n mandate_cashapp:\n description: ''\n properties: {}\n title: mandate_cashapp\n type: object\n x-expandableFields: []\n mandate_kakao_pay:\n description: ''\n properties: {}\n title: mandate_kakao_pay\n type: object\n x-expandableFields: []\n mandate_klarna:\n description: ''\n properties: {}\n title: mandate_klarna\n type: object\n x-expandableFields: []\n mandate_kr_card:\n description: ''\n properties: {}\n title: mandate_kr_card\n type: object\n x-expandableFields: []\n mandate_link:\n description: ''\n properties: {}\n title: mandate_link\n type: object\n x-expandableFields: []\n mandate_multi_use:\n description: ''\n properties: {}\n title: mandate_multi_use\n type: object\n x-expandableFields: []\n mandate_naver_pay:\n description: ''\n properties: {}\n title: mandate_naver_pay\n type: object\n x-expandableFields: []\n mandate_nz_bank_account:\n description: ''\n properties: {}\n title: mandate_nz_bank_account\n type: object\n x-expandableFields: []\n mandate_options_payto:\n description: ''\n properties:\n amount:\n description: Amount that will be collected. It is required when `amount_type` is `fixed`.\n nullable: true\n type: integer\n amount_type:\n 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`.\n enum:\n - fixed\n - maximum\n nullable: true\n type: string\n end_date:\n description: Date, in YYYY-MM-DD format, after which payments will not be collected. Defaults to no end date.\n maxLength: 5000\n nullable: true\n type: string\n payment_schedule:\n description: The periodicity at which payments will be collected. Defaults to `adhoc`.\n enum:\n - adhoc\n - annual\n - daily\n - fortnightly\n - monthly\n - quarterly\n - semi_annual\n - weekly\n nullable: true\n type: string\n payments_per_period:\n 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.\n nullable: true\n type: integer\n purpose:\n description: The purpose for which payments are made. Has a default value based on your merchant category code.\n enum:\n - dependant_support\n - government\n - loan\n - mortgage\n - other\n - pension\n - personal\n - retail\n - salary\n - tax\n - utility\n nullable: true\n type: string\n start_date:\n description: Date, in YYYY-MM-DD format, from which payments will be collected. Defaults to confirmation time.\n maxLength: 5000\n nullable: true\n type: string\n title: mandate_options_payto\n type: object\n x-expandableFields: []\n mandate_payment_method_details:\n description: ''\n properties:\n acss_debit:\n $ref: '#/components/schemas/mandate_acss_debit'\n amazon_pay:\n $ref: '#/components/schemas/mandate_amazon_pay'\n au_becs_debit:\n $ref: '#/components/schemas/mandate_au_becs_debit'\n bacs_debit:\n $ref: '#/components/schemas/mandate_bacs_debit'\n card:\n $ref: '#/components/schemas/card_mandate_payment_method_details'\n cashapp:\n $ref: '#/components/schemas/mandate_cashapp'\n kakao_pay:\n $ref: '#/components/schemas/mandate_kakao_pay'\n klarna:\n $ref: '#/components/schemas/mandate_klarna'\n kr_card:\n $ref: '#/components/schemas/mandate_kr_card'\n link:\n $ref: '#/components/schemas/mandate_link'\n naver_pay:\n $ref: '#/components/schemas/mandate_naver_pay'\n nz_bank_account:\n $ref: '#/components/schemas/mandate_nz_bank_account'\n paypal:\n $ref: '#/components/schemas/mandate_paypal'\n payto:\n $ref: '#/components/schemas/mandate_payto'\n revolut_pay:\n $ref: '#/components/schemas/mandate_revolut_pay'\n sepa_debit:\n $ref: '#/components/schemas/mandate_sepa_debit'\n type:\n 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.\n maxLength: 5000\n type: string\n us_bank_account:\n $ref: '#/components/schemas/mandate_us_bank_account'\n required:\n - type\n title: mandate_payment_method_details\n type: object\n x-expandableFields:\n - acss_debit\n - amazon_pay\n - au_becs_debit\n - bacs_debit\n - card\n - cashapp\n - kakao_pay\n - klarna\n - kr_card\n - link\n - naver_pay\n - nz_bank_account\n - paypal\n - payto\n - revolut_pay\n - sepa_debit\n - us_bank_account\n mandate_paypal:\n description: ''\n properties:\n billing_agreement_id:\n description: The PayPal Billing Agreement ID (BAID). This is an ID generated by PayPal which represents the mandate between the merchant and the customer.\n maxLength: 5000\n nullable: true\n type: string\n payer_id:\n description: PayPal account PayerID. This identifier uniquely identifies the PayPal customer.\n maxLength: 5000\n nullable: true\n type: string\n title: mandate_paypal\n type: object\n x-expandableFields: []\n mandate_payto:\n description: ''\n properties:\n amount:\n description: Amount that will be collected. It is required when `amount_type` is `fixed`.\n nullable: true\n type: integer\n amount_type:\n 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`.\n enum:\n - fixed\n - maximum\n type: string\n end_date:\n description: Date, in YYYY-MM-DD format, after which payments will not be collected. Defaults to no end date.\n maxLength: 5000\n nullable: true\n type: string\n payment_schedule:\n description: The periodicity at which payments will be collected. Defaults to `adhoc`.\n enum:\n - adhoc\n - annual\n - daily\n - fortnightly\n - monthly\n - quarterly\n - semi_annual\n - weekly\n type: string\n payments_per_period:\n 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.\n nullable: true\n type: integer\n purpose:\n description: The purpose for which payments are made. Has a default value based on your merchant category code.\n enum:\n - dependant_support\n - government\n - loan\n - mortgage\n - other\n - pension\n - personal\n - retail\n - salary\n - tax\n - utility\n nullable: true\n type: string\n start_date:\n description: Date, in YYYY-MM-DD format, from which payments will be collected. Defaults to confirmation time.\n maxLength: 5000\n nullable: true\n type: string\n required:\n - amount_type\n - payment_schedule\n title: mandate_payto\n type: object\n x-expandableFields: []\n mandate_revolut_pay:\n description: ''\n properties: {}\n title: mandate_revolut_pay\n type: object\n x-expandableFields: []\n mandate_sepa_debit:\n description: ''\n properties:\n reference:\n description: The unique reference of the mandate.\n maxLength: 5000\n type: string\n url:\n description: The URL of the mandate. This URL generally contains sensitive information about the customer and should be shared with them exclusively.\n maxLength: 5000\n type: string\n required:\n - reference\n - url\n title: mandate_sepa_debit\n type: object\n x-expandableFields: []\n mandate_single_use:\n description: ''\n properties:\n amount:\n description: The amount of the payment on a single use mandate.\n type: integer\n currency:\n description: The currency of the payment on a single use mandate.\n format: currency\n type: string\n required:\n - amount\n - currency\n title: mandate_single_use\n type: object\n x-expandableFields: []\n mandate_us_bank_account:\n description: ''\n properties:\n collection_method:\n description: Mandate collection method\n enum:\n - paper\n type: string\n x-stripeBypassValidation: true\n title: mandate_us_bank_account\n type: object\n x-expandableFields: []\n networks:\n description: ''\n properties:\n available:\n description: All networks available for selection via [payment_method_options.card.network](/api/payment_intents/confirm#confirm_payment_intent-payment_method_options-card-network).\n items:\n maxLength: 5000\n type: string\n type: array\n preferred:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n required:\n - available\n title: networks\n type: object\n x-expandableFields: []\n notification_event_data:\n description: ''\n properties:\n object:\n 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.\n type: object\n previous_attributes:\n 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.\n type: object\n required:\n - object\n title: NotificationEventData\n type: object\n x-expandableFields: []\n notification_event_request:\n description: ''\n properties:\n id:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n idempotency_key:\n description: 'The idempotency key transmitted during the request, if any. *Note: This property is populated only for events on or after May 23, 2017*.'\n maxLength: 5000\n nullable: true\n type: string\n title: NotificationEventRequest\n type: object\n x-expandableFields: []\n offline_acceptance:\n description: ''\n properties: {}\n title: offline_acceptance\n type: object\n x-expandableFields: []\n online_acceptance:\n description: ''\n properties:\n ip_address:\n description: The customer accepts the mandate from this IP address.\n maxLength: 5000\n nullable: true\n type: string\n user_agent:\n description: The customer accepts the mandate using the user agent of the browser.\n maxLength: 5000\n nullable: true\n type: string\n title: online_acceptance\n type: object\n x-expandableFields: []\n outbound_payments_payment_method_details:\n description: ''\n properties:\n billing_details:\n $ref: '#/components/schemas/treasury_shared_resource_billing_details'\n financial_account:\n $ref: '#/components/schemas/outbound_payments_payment_method_details_financial_account'\n type:\n description: The type of the payment method used in the OutboundPayment.\n enum:\n - financial_account\n - us_bank_account\n type: string\n x-stripeBypassValidation: true\n us_bank_account:\n $ref: '#/components/schemas/outbound_payments_payment_method_details_us_bank_account'\n required:\n - billing_details\n - type\n title: OutboundPaymentsPaymentMethodDetails\n type: object\n x-expandableFields:\n - billing_details\n - financial_account\n - us_bank_account\n outbound_payments_payment_method_details_financial_account:\n description: ''\n properties:\n id:\n description: Token of the FinancialAccount.\n maxLength: 5000\n type: string\n network:\n description: The rails used to send funds.\n enum:\n - stripe\n type: string\n required:\n - id\n - network\n title: outbound_payments_payment_method_details_financial_account\n type: object\n x-expandableFields: []\n outbound_payments_payment_method_details_us_bank_account:\n description: ''\n properties:\n account_holder_type:\n description: 'Account holder type: individual or company.'\n enum:\n - company\n - individual\n nullable: true\n type: string\n account_type:\n description: 'Account type: checkings or savings. Defaults to checking if omitted.'\n enum:\n - checking\n - savings\n nullable: true\n type: string\n bank_name:\n description: Name of the bank associated with the bank account.\n maxLength: 5000\n nullable: true\n type: string\n fingerprint:\n description: Uniquely identifies this particular bank account. You can use this attribute to check whether two bank accounts are the same.\n maxLength: 5000\n nullable: true\n type: string\n last4:\n description: Last four digits of the bank account number.\n maxLength: 5000\n nullable: true\n type: string\n mandate:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/mandate'\n description: ID of the mandate used to make this payment.\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/mandate'\n network:\n 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.\n enum:\n - ach\n - us_domestic_wire\n type: string\n routing_number:\n description: Routing number of the bank account.\n maxLength: 5000\n nullable: true\n type: string\n required:\n - network\n title: outbound_payments_payment_method_details_us_bank_account\n type: object\n x-expandableFields:\n - mandate\n outbound_transfers_payment_method_details:\n description: ''\n properties:\n billing_details:\n $ref: '#/components/schemas/treasury_shared_resource_billing_details'\n financial_account:\n $ref: '#/components/schemas/outbound_transfers_payment_method_details_financial_account'\n type:\n description: The type of the payment method used in the OutboundTransfer.\n enum:\n - financial_account\n - us_bank_account\n type: string\n us_bank_account:\n $ref: '#/components/schemas/outbound_transfers_payment_method_details_us_bank_account'\n required:\n - billing_details\n - type\n title: OutboundTransfersPaymentMethodDetails\n type: object\n x-expandableFields:\n - billing_details\n - financial_account\n - us_bank_account\n outbound_transfers_payment_method_details_financial_account:\n description: ''\n properties:\n id:\n description: Token of the FinancialAccount.\n maxLength: 5000\n type: string\n network:\n description: The rails used to send funds.\n enum:\n - stripe\n type: string\n required:\n - id\n - network\n title: outbound_transfers_payment_method_details_financial_account\n type: object\n x-expandableFields: []\n outbound_transfers_payment_method_details_us_bank_account:\n description: ''\n properties:\n account_holder_type:\n description: 'Account holder type: individual or company.'\n enum:\n - company\n - individual\n nullable: true\n type: string\n account_type:\n description: 'Account type: checkings or savings. Defaults to checking if omitted.'\n enum:\n - checking\n - savings\n nullable: true\n type: string\n bank_name:\n description: Name of the bank associated with the bank account.\n maxLength: 5000\n nullable: true\n type: string\n fingerprint:\n description: Uniquely identifies this particular bank account. You can use this attribute to check whether two bank accounts are the same.\n maxLength: 5000\n nullable: true\n type: string\n last4:\n description: Last four digits of the bank account number.\n maxLength: 5000\n nullable: true\n type: string\n mandate:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/mandate'\n description: ID of the mandate used to make this payment.\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/mandate'\n network:\n 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.\n enum:\n - ach\n - us_domestic_wire\n type: string\n routing_number:\n description: Routing number of the bank account.\n maxLength: 5000\n nullable: true\n type: string\n required:\n - network\n title: outbound_transfers_payment_method_details_us_bank_account\n type: object\n x-expandableFields:\n - mandate\n package_dimensions:\n description: ''\n properties:\n height:\n description: Height, in inches.\n type: number\n length:\n description: Length, in inches.\n type: number\n weight:\n description: Weight, in ounces.\n type: number\n width:\n description: Width, in inches.\n type: number\n required:\n - height\n - length\n - weight\n - width\n title: PackageDimensions\n type: object\n x-expandableFields: []\n payment_attempt_record:\n description: |-\n A Payment Attempt Record represents an individual attempt at making a payment, on or off Stripe.\n Each payment attempt tries to collect a fixed amount of money from a fixed customer and payment\n method. Payment Attempt Records are attached to Payment Records. Only one attempt per Payment Record\n can have guaranteed funds.\n properties:\n amount:\n $ref: '#/components/schemas/payments_primitives_payment_records_resource_amount'\n amount_authorized:\n $ref: '#/components/schemas/payments_primitives_payment_records_resource_amount'\n amount_canceled:\n $ref: '#/components/schemas/payments_primitives_payment_records_resource_amount'\n amount_failed:\n $ref: '#/components/schemas/payments_primitives_payment_records_resource_amount'\n amount_guaranteed:\n $ref: '#/components/schemas/payments_primitives_payment_records_resource_amount'\n amount_refunded:\n $ref: '#/components/schemas/payments_primitives_payment_records_resource_amount'\n amount_requested:\n $ref: '#/components/schemas/payments_primitives_payment_records_resource_amount'\n application:\n description: ID of the Connect application that created the PaymentAttemptRecord.\n maxLength: 5000\n nullable: true\n type: string\n created:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n customer_details:\n anyOf:\n - $ref: '#/components/schemas/payments_primitives_payment_records_resource_customer_details'\n description: Customer information for this payment.\n nullable: true\n customer_presence:\n description: Indicates whether the customer was present in your checkout flow during this payment.\n enum:\n - off_session\n - on_session\n nullable: true\n type: string\n description:\n description: An arbitrary string attached to the object. Often useful for displaying to users.\n maxLength: 5000\n nullable: true\n type: string\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n metadata:\n additionalProperties:\n maxLength: 500\n type: string\n 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.\n type: object\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - payment_attempt_record\n type: string\n payment_method_details:\n anyOf:\n - $ref: '#/components/schemas/payments_primitives_payment_records_resource_payment_method_details'\n description: Information about the Payment Method debited for this payment.\n nullable: true\n payment_record:\n description: ID of the Payment Record this Payment Attempt Record belongs to.\n maxLength: 5000\n nullable: true\n type: string\n processor_details:\n $ref: '#/components/schemas/payments_primitives_payment_records_resource_processor_details'\n reported_by:\n description: Indicates who reported the payment.\n enum:\n - self\n - stripe\n type: string\n shipping_details:\n anyOf:\n - $ref: '#/components/schemas/payments_primitives_payment_records_resource_shipping_details'\n description: Shipping information for this payment.\n nullable: true\n required:\n - amount\n - amount_authorized\n - amount_canceled\n - amount_failed\n - amount_guaranteed\n - amount_refunded\n - amount_requested\n - created\n - id\n - livemode\n - metadata\n - object\n - processor_details\n - reported_by\n title: PaymentAttemptRecord\n type: object\n x-expandableFields:\n - amount\n - amount_authorized\n - amount_canceled\n - amount_failed\n - amount_guaranteed\n - amount_refunded\n - amount_requested\n - customer_details\n - payment_method_details\n - processor_details\n - shipping_details\n x-resourceId: payment_attempt_record\n payment_flows_amount_details:\n description: ''\n properties:\n discount_amount:\n description: |-\n 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\n This field is mutually exclusive with the `amount_details[line_items][#][discount_amount]` field.\n type: integer\n error:\n $ref: '#/components/schemas/payment_flows_amount_details_resource_error'\n line_items:\n description: A list of line items, each containing information about a product in the PaymentIntent. There is a maximum of 200 line items.\n properties:\n data:\n description: Details about each object.\n items:\n $ref: '#/components/schemas/payment_intent_amount_details_line_item'\n type: array\n has_more:\n description: True if this list has another page of items after this one that can be fetched.\n type: boolean\n object:\n description: String representing the object's type. Objects of the same type share the same value. Always has the value `list`.\n enum:\n - list\n type: string\n url:\n description: The URL where this list can be accessed.\n maxLength: 5000\n type: string\n required:\n - data\n - has_more\n - object\n - url\n title: PaymentFlowsAmountDetailsResourceLineItemsList\n type: object\n x-expandableFields:\n - data\n shipping:\n $ref: '#/components/schemas/payment_flows_amount_details_resource_shipping'\n tax:\n $ref: '#/components/schemas/payment_flows_amount_details_resource_tax'\n tip:\n $ref: '#/components/schemas/payment_flows_amount_details_client_resource_tip'\n title: PaymentFlowsAmountDetails\n type: object\n x-expandableFields:\n - error\n - line_items\n - shipping\n - tax\n - tip\n payment_flows_amount_details_client:\n description: ''\n properties:\n tip:\n $ref: '#/components/schemas/payment_flows_amount_details_client_resource_tip'\n title: PaymentFlowsAmountDetailsClient\n type: object\n x-expandableFields:\n - tip\n payment_flows_amount_details_client_resource_tip:\n description: ''\n properties:\n amount:\n description: Portion of the amount that corresponds to a tip.\n type: integer\n title: PaymentFlowsAmountDetailsClientResourceTip\n type: object\n x-expandableFields: []\n payment_flows_amount_details_resource_error:\n description: ''\n properties:\n code:\n description: The code of the error that occurred when validating the current amount details.\n enum:\n - amount_details_amount_mismatch\n - amount_details_tax_shipping_discount_greater_than_amount\n nullable: true\n type: string\n message:\n description: A message providing more details about the error.\n maxLength: 5000\n nullable: true\n type: string\n title: PaymentFlowsAmountDetailsResourceError\n type: object\n x-expandableFields: []\n payment_flows_amount_details_resource_line_items_list_resource_line_item_resource_payment_method_options:\n description: ''\n properties:\n card:\n $ref: '#/components/schemas/payment_flows_private_payment_methods_card_payment_intent_amount_details_line_item_payment_method_options'\n card_present:\n $ref: '#/components/schemas/payment_flows_private_payment_methods_card_present_amount_details_line_item_payment_method_options'\n klarna:\n $ref: '#/components/schemas/payment_flows_private_payment_methods_klarna_payment_intent_amount_details_line_item_payment_method_options'\n paypal:\n $ref: '#/components/schemas/payment_flows_private_payment_methods_paypal_amount_details_line_item_payment_method_options'\n title: PaymentFlowsAmountDetailsResourceLineItemsListResourceLineItemResourcePaymentMethodOptions\n type: object\n x-expandableFields:\n - card\n - card_present\n - klarna\n - paypal\n payment_flows_amount_details_resource_line_items_list_resource_line_item_resource_tax:\n description: ''\n properties:\n total_tax_amount:\n description: |-\n 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\n This field is mutually exclusive with the `amount_details[line_items][#][tax][total_tax_amount]` field.\n type: integer\n required:\n - total_tax_amount\n title: PaymentFlowsAmountDetailsResourceLineItemsListResourceLineItemResourceTax\n type: object\n x-expandableFields: []\n payment_flows_amount_details_resource_shipping:\n description: ''\n properties:\n amount:\n 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.\n nullable: true\n type: integer\n from_postal_code:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n to_postal_code:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n title: PaymentFlowsAmountDetailsResourceShipping\n type: object\n x-expandableFields: []\n payment_flows_amount_details_resource_tax:\n description: ''\n properties:\n total_tax_amount:\n description: |-\n 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\n This field is mutually exclusive with the `amount_details[line_items][#][tax][total_tax_amount]` field.\n nullable: true\n type: integer\n title: PaymentFlowsAmountDetailsResourceTax\n type: object\n x-expandableFields: []\n payment_flows_automatic_payment_methods_payment_intent:\n description: ''\n properties:\n allow_redirects:\n description: |-\n Controls whether this PaymentIntent will accept redirect-based payment methods.\n\n Redirect-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.\n enum:\n - always\n - never\n type: string\n enabled:\n description: Automatically calculates compatible payment methods\n type: boolean\n required:\n - enabled\n title: PaymentFlowsAutomaticPaymentMethodsPaymentIntent\n type: object\n x-expandableFields: []\n payment_flows_automatic_payment_methods_setup_intent:\n description: ''\n properties:\n allow_redirects:\n description: |-\n Controls whether this SetupIntent will accept redirect-based payment methods.\n\n Redirect-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.\n enum:\n - always\n - never\n type: string\n enabled:\n description: Automatically calculates compatible payment methods\n nullable: true\n type: boolean\n title: PaymentFlowsAutomaticPaymentMethodsSetupIntent\n type: object\n x-expandableFields: []\n payment_flows_installment_options:\n description: ''\n properties:\n enabled:\n type: boolean\n plan:\n $ref: '#/components/schemas/payment_method_details_card_installments_plan'\n required:\n - enabled\n title: PaymentFlowsInstallmentOptions\n type: object\n x-expandableFields:\n - plan\n payment_flows_payment_details:\n description: ''\n properties:\n customer_reference:\n description: |-\n A unique value to identify the customer. This field is available only for card payments.\n\n This field is truncated to 25 alphanumeric characters, excluding spaces, before being sent to card networks.\n maxLength: 5000\n nullable: true\n type: string\n order_reference:\n description: |-\n A unique value assigned by the business to identify the transaction. Required for L2 and L3 rates.\n\n Required 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\n For 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.\n maxLength: 5000\n nullable: true\n type: string\n title: PaymentFlowsPaymentDetails\n type: object\n x-expandableFields: []\n payment_flows_payment_intent_async_workflows:\n description: ''\n properties:\n inputs:\n $ref: '#/components/schemas/payment_flows_payment_intent_async_workflows_resource_inputs'\n title: PaymentFlowsPaymentIntentAsyncWorkflows\n type: object\n x-expandableFields:\n - inputs\n payment_flows_payment_intent_async_workflows_resource_inputs:\n description: ''\n properties:\n tax:\n $ref: '#/components/schemas/payment_flows_payment_intent_async_workflows_resource_inputs_resource_tax'\n title: PaymentFlowsPaymentIntentAsyncWorkflowsResourceInputs\n type: object\n x-expandableFields:\n - tax\n payment_flows_payment_intent_async_workflows_resource_inputs_resource_tax:\n description: ''\n properties:\n calculation:\n description: The [TaxCalculation](https://docs.stripe.com/api/tax/calculations) id\n maxLength: 5000\n type: string\n required:\n - calculation\n title: PaymentFlowsPaymentIntentAsyncWorkflowsResourceInputsResourceTax\n type: object\n x-expandableFields: []\n payment_flows_payment_intent_presentment_details:\n description: ''\n properties:\n presentment_amount:\n description: Amount intended to be collected by this payment, denominated in `presentment_currency`.\n type: integer\n presentment_currency:\n description: Currency presented to the customer during payment.\n maxLength: 5000\n type: string\n required:\n - presentment_amount\n - presentment_currency\n title: PaymentFlowsPaymentIntentPresentmentDetails\n type: object\n x-expandableFields: []\n payment_flows_private_payment_methods_alipay:\n description: ''\n properties: {}\n title: PaymentFlowsPrivatePaymentMethodsAlipay\n type: object\n x-expandableFields: []\n payment_flows_private_payment_methods_alipay_details:\n description: ''\n properties:\n buyer_id:\n description: Uniquely identifies this particular Alipay account. You can use this attribute to check whether two Alipay accounts are the same.\n maxLength: 5000\n type: string\n fingerprint:\n description: Uniquely identifies this particular Alipay account. You can use this attribute to check whether two Alipay accounts are the same.\n maxLength: 5000\n nullable: true\n type: string\n transaction_id:\n description: Transaction ID of this particular Alipay transaction.\n maxLength: 5000\n nullable: true\n type: string\n title: PaymentFlowsPrivatePaymentMethodsAlipayDetails\n type: object\n x-expandableFields: []\n ? payment_flows_private_payment_methods_card_details_api_resource_enterprise_features_extended_authorization_extended_authorization\n : description: ''\n properties:\n status:\n description: Indicates whether or not the capture window is extended beyond the standard authorization.\n enum:\n - disabled\n - enabled\n type: string\n required:\n - status\n title: PaymentFlowsPrivatePaymentMethodsCardDetailsAPIResourceEnterpriseFeaturesExtendedAuthorizationExtendedAuthorization\n type: object\n x-expandableFields: []\n ? payment_flows_private_payment_methods_card_details_api_resource_enterprise_features_incremental_authorization_incremental_authorization\n : description: ''\n properties:\n status:\n description: Indicates whether or not the incremental authorization feature is supported.\n enum:\n - available\n - unavailable\n type: string\n required:\n - status\n title: PaymentFlowsPrivatePaymentMethodsCardDetailsAPIResourceEnterpriseFeaturesIncrementalAuthorizationIncrementalAuthorization\n type: object\n x-expandableFields: []\n payment_flows_private_payment_methods_card_details_api_resource_enterprise_features_overcapture_overcapture:\n description: ''\n properties:\n maximum_amount_capturable:\n description: The maximum amount that can be captured.\n type: integer\n status:\n description: Indicates whether or not the authorized amount can be over-captured.\n enum:\n - available\n - unavailable\n type: string\n required:\n - maximum_amount_capturable\n - status\n title: PaymentFlowsPrivatePaymentMethodsCardDetailsAPIResourceEnterpriseFeaturesOvercaptureOvercapture\n type: object\n x-expandableFields: []\n payment_flows_private_payment_methods_card_details_api_resource_multicapture:\n description: ''\n properties:\n status:\n description: Indicates whether or not multiple captures are supported.\n enum:\n - available\n - unavailable\n type: string\n required:\n - status\n title: PaymentFlowsPrivatePaymentMethodsCardDetailsAPIResourceMulticapture\n type: object\n x-expandableFields: []\n payment_flows_private_payment_methods_card_payment_intent_amount_details_line_item_payment_method_options:\n description: ''\n properties:\n commodity_code:\n maxLength: 5000\n nullable: true\n type: string\n title: PaymentFlowsPrivatePaymentMethodsCardPaymentIntentAmountDetailsLineItemPaymentMethodOptions\n type: object\n x-expandableFields: []\n payment_flows_private_payment_methods_card_present_amount_details_line_item_payment_method_options:\n description: ''\n properties:\n commodity_code:\n maxLength: 5000\n nullable: true\n type: string\n title: PaymentFlowsPrivatePaymentMethodsCardPresentAmountDetailsLineItemPaymentMethodOptions\n type: object\n x-expandableFields: []\n payment_flows_private_payment_methods_card_present_common_wallet:\n description: ''\n properties:\n type:\n description: The type of mobile wallet, one of `apple_pay`, `google_pay`, `samsung_pay`, or `unknown`.\n enum:\n - apple_pay\n - google_pay\n - samsung_pay\n - unknown\n type: string\n required:\n - type\n title: PaymentFlowsPrivatePaymentMethodsCardPresentCommonWallet\n type: object\n x-expandableFields: []\n payment_flows_private_payment_methods_financial_connections_common_linked_account_options_filters:\n description: ''\n properties:\n account_subcategories:\n description: The account subcategories to use to filter for possible accounts to link. Valid subcategories are `checking` and `savings`.\n items:\n enum:\n - checking\n - savings\n type: string\n type: array\n title: PaymentFlowsPrivatePaymentMethodsFinancialConnectionsCommonLinkedAccountOptionsFilters\n type: object\n x-expandableFields: []\n payment_flows_private_payment_methods_kakao_pay_payment_method_options:\n description: ''\n properties:\n capture_method:\n description: Controls when the funds will be captured from the customer's account.\n enum:\n - manual\n type: string\n setup_future_usage:\n description: |-\n Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\n If 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\n If 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\n When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).\n enum:\n - none\n - off_session\n type: string\n title: PaymentFlowsPrivatePaymentMethodsKakaoPayPaymentMethodOptions\n type: object\n x-expandableFields: []\n payment_flows_private_payment_methods_klarna_dob:\n description: ''\n properties:\n day:\n description: The day of birth, between 1 and 31.\n nullable: true\n type: integer\n month:\n description: The month of birth, between 1 and 12.\n nullable: true\n type: integer\n year:\n description: The four-digit year of birth.\n nullable: true\n type: integer\n title: PaymentFlowsPrivatePaymentMethodsKlarnaDOB\n type: object\n x-expandableFields: []\n payment_flows_private_payment_methods_klarna_payment_intent_amount_details_line_item_payment_method_options:\n description: ''\n properties:\n image_url:\n maxLength: 2048\n nullable: true\n type: string\n product_url:\n maxLength: 2048\n nullable: true\n type: string\n reference:\n maxLength: 255\n nullable: true\n type: string\n subscription_reference:\n maxLength: 2048\n nullable: true\n type: string\n title: PaymentFlowsPrivatePaymentMethodsKlarnaPaymentIntentAmountDetailsLineItemPaymentMethodOptions\n type: object\n x-expandableFields: []\n payment_flows_private_payment_methods_naver_pay_payment_method_options:\n description: ''\n properties:\n capture_method:\n description: Controls when the funds will be captured from the customer's account.\n enum:\n - manual\n type: string\n setup_future_usage:\n description: |-\n Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\n If 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\n If 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\n When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).\n enum:\n - none\n - off_session\n type: string\n title: PaymentFlowsPrivatePaymentMethodsNaverPayPaymentMethodOptions\n type: object\n x-expandableFields: []\n payment_flows_private_payment_methods_payco_payment_method_options:\n description: ''\n properties:\n capture_method:\n description: Controls when the funds will be captured from the customer's account.\n enum:\n - manual\n type: string\n title: PaymentFlowsPrivatePaymentMethodsPaycoPaymentMethodOptions\n type: object\n x-expandableFields: []\n payment_flows_private_payment_methods_paypal_amount_details_line_item_payment_method_options:\n description: ''\n properties:\n category:\n description: Type of the line item.\n enum:\n - digital_goods\n - donation\n - physical_goods\n type: string\n description:\n description: Description of the line item.\n maxLength: 5000\n type: string\n sold_by:\n 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).\n maxLength: 5000\n type: string\n title: PaymentFlowsPrivatePaymentMethodsPaypalAmountDetailsLineItemPaymentMethodOptions\n type: object\n x-expandableFields: []\n payment_flows_private_payment_methods_samsung_pay_payment_method_options:\n description: ''\n properties:\n capture_method:\n description: Controls when the funds will be captured from the customer's account.\n enum:\n - manual\n type: string\n title: PaymentFlowsPrivatePaymentMethodsSamsungPayPaymentMethodOptions\n type: object\n x-expandableFields: []\n payment_intent:\n description: |-\n A PaymentIntent guides you through the process of collecting a payment from your customer.\n We recommend that you create exactly one PaymentIntent for each order or\n customer session in your system. You can reference the PaymentIntent later to\n see the history of payment attempts for a particular session.\n\n A PaymentIntent transitions through\n [multiple statuses](/payments/paymentintents/lifecycle)\n throughout its lifetime as it interfaces with Stripe.js to perform\n authentication flows and ultimately creates at most one successful charge.\n\n Related guide: [Payment Intents API](https://docs.stripe.com/payments/payment-intents)\n properties:\n amount:\n 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).\n type: integer\n amount_capturable:\n description: Amount that can be captured from this PaymentIntent.\n type: integer\n amount_details:\n anyOf:\n - $ref: '#/components/schemas/payment_flows_amount_details'\n - $ref: '#/components/schemas/payment_flows_amount_details_client'\n amount_received:\n description: Amount that this PaymentIntent collects.\n type: integer\n application:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/application'\n description: ID of the Connect application that created the PaymentIntent.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/application'\n application_fee_amount:\n 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).\n nullable: true\n type: integer\n automatic_payment_methods:\n anyOf:\n - $ref: '#/components/schemas/payment_flows_automatic_payment_methods_payment_intent'\n description: Settings to configure compatible payment methods from the [Stripe Dashboard](https://dashboard.stripe.com/settings/payment_methods)\n nullable: true\n canceled_at:\n description: Populated when `status` is `canceled`, this is the time at which the PaymentIntent was canceled. Measured in seconds since the Unix epoch.\n format: unix-time\n nullable: true\n type: integer\n cancellation_reason:\n 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`).\n enum:\n - abandoned\n - automatic\n - duplicate\n - expired\n - failed_invoice\n - fraudulent\n - requested_by_customer\n - void_invoice\n nullable: true\n type: string\n capture_method:\n description: Controls when the funds will be captured from the customer's account.\n enum:\n - automatic\n - automatic_async\n - manual\n type: string\n client_secret:\n 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.\"\n maxLength: 5000\n nullable: true\n type: string\n confirmation_method:\n description: Describes whether we can confirm this PaymentIntent automatically, or if it requires customer action to confirm the payment.\n enum:\n - automatic\n - manual\n type: string\n created:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n currency:\n 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).\n format: currency\n type: string\n customer:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/customer'\n - $ref: '#/components/schemas/deleted_customer'\n description: |-\n ID of the Customer this PaymentIntent belongs to, if one exists.\n\n Payment methods attached to other Customers cannot be used with this PaymentIntent.\n\n If [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.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/customer'\n - $ref: '#/components/schemas/deleted_customer'\n customer_account:\n description: |-\n ID of the Account representing the customer that this PaymentIntent belongs to, if one exists.\n\n Payment methods attached to other Accounts cannot be used with this PaymentIntent.\n\n If [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.\n maxLength: 5000\n nullable: true\n type: string\n description:\n description: An arbitrary string attached to the object. Often useful for displaying to users.\n maxLength: 5000\n nullable: true\n type: string\n excluded_payment_method_types:\n description: The list of payment method types to exclude from use with this payment.\n items:\n enum:\n - acss_debit\n - affirm\n - afterpay_clearpay\n - alipay\n - alma\n - amazon_pay\n - au_becs_debit\n - bacs_debit\n - bancontact\n - billie\n - blik\n - boleto\n - card\n - cashapp\n - crypto\n - customer_balance\n - eps\n - fpx\n - giropay\n - grabpay\n - ideal\n - kakao_pay\n - klarna\n - konbini\n - kr_card\n - mb_way\n - mobilepay\n - multibanco\n - naver_pay\n - nz_bank_account\n - oxxo\n - p24\n - pay_by_bank\n - payco\n - paynow\n - paypal\n - payto\n - pix\n - promptpay\n - revolut_pay\n - samsung_pay\n - satispay\n - sepa_debit\n - sofort\n - swish\n - twint\n - us_bank_account\n - wechat_pay\n - zip\n type: string\n x-stripeBypassValidation: true\n nullable: true\n type: array\n hooks:\n $ref: '#/components/schemas/payment_flows_payment_intent_async_workflows'\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n last_payment_error:\n anyOf:\n - $ref: '#/components/schemas/api_errors'\n description: The payment error encountered in the previous PaymentIntent confirmation. It will be cleared if the PaymentIntent is later updated for any reason.\n nullable: true\n latest_charge:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/charge'\n 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.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/charge'\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n metadata:\n additionalProperties:\n maxLength: 500\n type: string\n 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).\n type: object\n next_action:\n anyOf:\n - $ref: '#/components/schemas/payment_intent_next_action'\n 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.\n nullable: true\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - payment_intent\n type: string\n on_behalf_of:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/account'\n description: |-\n You can specify the settlement merchant as the\n connected account using the `on_behalf_of` attribute on the charge. See the PaymentIntents [use case for connected accounts](/payments/connected-accounts) for details.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/account'\n payment_details:\n $ref: '#/components/schemas/payment_flows_payment_details'\n payment_method:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/payment_method'\n description: ID of the payment method used in this PaymentIntent.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/payment_method'\n payment_method_configuration_details:\n anyOf:\n - $ref: '#/components/schemas/payment_method_config_biz_payment_method_configuration_details'\n description: Information about the [payment method configuration](https://docs.stripe.com/api/payment_method_configurations) used for this PaymentIntent.\n nullable: true\n payment_method_options:\n anyOf:\n - $ref: '#/components/schemas/payment_intent_payment_method_options'\n description: Payment-method-specific configuration for this PaymentIntent.\n nullable: true\n payment_method_types:\n 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).\n items:\n maxLength: 5000\n type: string\n type: array\n presentment_details:\n $ref: '#/components/schemas/payment_flows_payment_intent_presentment_details'\n processing:\n anyOf:\n - $ref: '#/components/schemas/payment_intent_processing'\n description: If present, this property tells you about the processing state of the payment.\n nullable: true\n receipt_email:\n 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).\n maxLength: 5000\n nullable: true\n type: string\n review:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/review'\n description: ID of the review associated with this PaymentIntent, if any.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/review'\n setup_future_usage:\n description: |-\n Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\n If 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\n If 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\n When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).\n enum:\n - off_session\n - on_session\n nullable: true\n type: string\n shipping:\n anyOf:\n - $ref: '#/components/schemas/shipping'\n description: Shipping information for this PaymentIntent.\n nullable: true\n statement_descriptor:\n description: |-\n 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\n Setting 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.\n maxLength: 5000\n nullable: true\n type: string\n statement_descriptor_suffix:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n status:\n 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).\n enum:\n - canceled\n - processing\n - requires_action\n - requires_capture\n - requires_confirmation\n - requires_payment_method\n - succeeded\n type: string\n x-stripeBypassValidation: true\n transfer_data:\n anyOf:\n - $ref: '#/components/schemas/transfer_data'\n 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).\n nullable: true\n transfer_group:\n 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).\n maxLength: 5000\n nullable: true\n type: string\n required:\n - created\n - id\n - livemode\n - object\n - status\n title: PaymentIntent\n type: object\n x-expandableFields:\n - amount_details\n - application\n - automatic_payment_methods\n - customer\n - hooks\n - last_payment_error\n - latest_charge\n - next_action\n - on_behalf_of\n - payment_details\n - payment_method\n - payment_method_configuration_details\n - payment_method_options\n - presentment_details\n - processing\n - review\n - shipping\n - transfer_data\n x-resourceId: payment_intent\n payment_intent_amount_details_line_item:\n description: ''\n properties:\n discount_amount:\n description: |-\n 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\n This field is mutually exclusive with the `amount_details[discount_amount]` field.\n nullable: true\n type: integer\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - payment_intent_amount_details_line_item\n type: string\n payment_method_options:\n anyOf:\n - $ref: '#/components/schemas/payment_flows_amount_details_resource_line_items_list_resource_line_item_resource_payment_method_options'\n description: Payment method-specific information for line items.\n nullable: true\n product_code:\n description: The product code of the line item, such as an SKU. Required for L3 rates. At most 12 characters long.\n maxLength: 5000\n nullable: true\n type: string\n product_name:\n description: |-\n The product name of the line item. Required for L3 rates. At most 1024 characters long.\n\n For 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.\n maxLength: 5000\n type: string\n quantity:\n description: The quantity of items. Required for L3 rates. An integer greater than 0.\n type: integer\n tax:\n anyOf:\n - $ref: '#/components/schemas/payment_flows_amount_details_resource_line_items_list_resource_line_item_resource_tax'\n description: Contains information about the tax on the item.\n nullable: true\n unit_cost:\n 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.\n type: integer\n unit_of_measure:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n required:\n - id\n - object\n - product_name\n - quantity\n - unit_cost\n title: PaymentFlowsAmountDetailsResourceLineItemsListResourceLineItem\n type: object\n x-expandableFields:\n - payment_method_options\n - tax\n x-resourceId: payment_intent_amount_details_line_item\n payment_intent_card_processing:\n description: ''\n properties:\n customer_notification:\n $ref: '#/components/schemas/payment_intent_processing_customer_notification'\n title: PaymentIntentCardProcessing\n type: object\n x-expandableFields:\n - customer_notification\n payment_intent_next_action:\n description: ''\n properties:\n alipay_handle_redirect:\n $ref: '#/components/schemas/payment_intent_next_action_alipay_handle_redirect'\n boleto_display_details:\n $ref: '#/components/schemas/payment_intent_next_action_boleto'\n card_await_notification:\n $ref: '#/components/schemas/payment_intent_next_action_card_await_notification'\n cashapp_handle_redirect_or_display_qr_code:\n $ref: '#/components/schemas/payment_intent_next_action_cashapp_handle_redirect_or_display_qr_code'\n display_bank_transfer_instructions:\n $ref: '#/components/schemas/payment_intent_next_action_display_bank_transfer_instructions'\n konbini_display_details:\n $ref: '#/components/schemas/payment_intent_next_action_konbini'\n multibanco_display_details:\n $ref: '#/components/schemas/payment_intent_next_action_display_multibanco_details'\n oxxo_display_details:\n $ref: '#/components/schemas/payment_intent_next_action_display_oxxo_details'\n paynow_display_qr_code:\n $ref: '#/components/schemas/payment_intent_next_action_paynow_display_qr_code'\n pix_display_qr_code:\n $ref: '#/components/schemas/payment_intent_next_action_pix_display_qr_code'\n promptpay_display_qr_code:\n $ref: '#/components/schemas/payment_intent_next_action_promptpay_display_qr_code'\n redirect_to_url:\n $ref: '#/components/schemas/payment_intent_next_action_redirect_to_url'\n swish_handle_redirect_or_display_qr_code:\n $ref: '#/components/schemas/payment_intent_next_action_swish_handle_redirect_or_display_qr_code'\n type:\n 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`.'\n maxLength: 5000\n type: string\n use_stripe_sdk:\n 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.\n type: object\n verify_with_microdeposits:\n $ref: '#/components/schemas/payment_intent_next_action_verify_with_microdeposits'\n wechat_pay_display_qr_code:\n $ref: '#/components/schemas/payment_intent_next_action_wechat_pay_display_qr_code'\n wechat_pay_redirect_to_android_app:\n $ref: '#/components/schemas/payment_intent_next_action_wechat_pay_redirect_to_android_app'\n wechat_pay_redirect_to_ios_app:\n $ref: '#/components/schemas/payment_intent_next_action_wechat_pay_redirect_to_ios_app'\n required:\n - type\n title: PaymentIntentNextAction\n type: object\n x-expandableFields:\n - alipay_handle_redirect\n - boleto_display_details\n - card_await_notification\n - cashapp_handle_redirect_or_display_qr_code\n - display_bank_transfer_instructions\n - konbini_display_details\n - multibanco_display_details\n - oxxo_display_details\n - paynow_display_qr_code\n - pix_display_qr_code\n - promptpay_display_qr_code\n - redirect_to_url\n - swish_handle_redirect_or_display_qr_code\n - verify_with_microdeposits\n - wechat_pay_display_qr_code\n - wechat_pay_redirect_to_android_app\n - wechat_pay_redirect_to_ios_app\n payment_intent_next_action_alipay_handle_redirect:\n description: ''\n properties:\n native_data:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n native_url:\n description: The native URL you must redirect your customer to in order to authenticate the payment in an iOS App.\n maxLength: 5000\n nullable: true\n type: string\n return_url:\n description: If the customer does not exit their browser while authenticating, they will be redirected to this specified URL after completion.\n maxLength: 5000\n nullable: true\n type: string\n url:\n description: The URL you must redirect your customer to in order to authenticate the payment.\n maxLength: 5000\n nullable: true\n type: string\n title: PaymentIntentNextActionAlipayHandleRedirect\n type: object\n x-expandableFields: []\n payment_intent_next_action_boleto:\n description: ''\n properties:\n expires_at:\n description: The timestamp after which the boleto expires.\n format: unix-time\n nullable: true\n type: integer\n hosted_voucher_url:\n description: The URL to the hosted boleto voucher page, which allows customers to view the boleto voucher.\n maxLength: 5000\n nullable: true\n type: string\n number:\n description: The boleto number.\n maxLength: 5000\n nullable: true\n type: string\n pdf:\n description: The URL to the downloadable boleto voucher PDF.\n maxLength: 5000\n nullable: true\n type: string\n title: payment_intent_next_action_boleto\n type: object\n x-expandableFields: []\n payment_intent_next_action_card_await_notification:\n description: ''\n properties:\n charge_attempt_at:\n description: The time that payment will be attempted. If customer approval is required, they need to provide approval before this time.\n format: unix-time\n nullable: true\n type: integer\n customer_approval_required:\n 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.\n nullable: true\n type: boolean\n title: PaymentIntentNextActionCardAwaitNotification\n type: object\n x-expandableFields: []\n payment_intent_next_action_cashapp_handle_redirect_or_display_qr_code:\n description: ''\n properties:\n hosted_instructions_url:\n 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.\n maxLength: 5000\n type: string\n mobile_auth_url:\n description: The url for mobile redirect based auth\n maxLength: 5000\n type: string\n qr_code:\n $ref: '#/components/schemas/payment_intent_next_action_cashapp_qr_code'\n required:\n - hosted_instructions_url\n - mobile_auth_url\n - qr_code\n title: PaymentIntentNextActionCashappHandleRedirectOrDisplayQrCode\n type: object\n x-expandableFields:\n - qr_code\n payment_intent_next_action_cashapp_qr_code:\n description: ''\n properties:\n expires_at:\n description: The date (unix timestamp) when the QR code expires.\n format: unix-time\n type: integer\n image_url_png:\n description: The image_url_png string used to render QR code\n maxLength: 5000\n type: string\n image_url_svg:\n description: The image_url_svg string used to render QR code\n maxLength: 5000\n type: string\n required:\n - expires_at\n - image_url_png\n - image_url_svg\n title: PaymentIntentNextActionCashappQRCode\n type: object\n x-expandableFields: []\n payment_intent_next_action_display_bank_transfer_instructions:\n description: ''\n properties:\n amount_remaining:\n description: The remaining amount that needs to be transferred to complete the payment.\n nullable: true\n type: integer\n currency:\n 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).\n format: currency\n nullable: true\n type: string\n financial_addresses:\n description: A list of financial addresses that can be used to fund the customer balance\n items:\n $ref: '#/components/schemas/funding_instructions_bank_transfer_financial_address'\n type: array\n hosted_instructions_url:\n description: A link to a hosted page that guides your customer through completing the transfer.\n maxLength: 5000\n nullable: true\n type: string\n reference:\n description: A string identifying this payment. Instruct your customer to include this code in the reference or memo field of their bank transfer.\n maxLength: 5000\n nullable: true\n type: string\n type:\n description: Type of bank transfer\n enum:\n - eu_bank_transfer\n - gb_bank_transfer\n - jp_bank_transfer\n - mx_bank_transfer\n - us_bank_transfer\n type: string\n x-stripeBypassValidation: true\n required:\n - type\n title: PaymentIntentNextActionDisplayBankTransferInstructions\n type: object\n x-expandableFields:\n - financial_addresses\n payment_intent_next_action_display_multibanco_details:\n description: ''\n properties:\n entity:\n description: Entity number associated with this Multibanco payment.\n maxLength: 5000\n nullable: true\n type: string\n expires_at:\n description: The timestamp at which the Multibanco voucher expires.\n format: unix-time\n nullable: true\n type: integer\n hosted_voucher_url:\n description: The URL for the hosted Multibanco voucher page, which allows customers to view a Multibanco voucher.\n maxLength: 5000\n nullable: true\n type: string\n reference:\n description: Reference number associated with this Multibanco payment.\n maxLength: 5000\n nullable: true\n type: string\n title: PaymentIntentNextActionDisplayMultibancoDetails\n type: object\n x-expandableFields: []\n payment_intent_next_action_display_oxxo_details:\n description: ''\n properties:\n expires_after:\n description: The timestamp after which the OXXO voucher expires.\n format: unix-time\n nullable: true\n type: integer\n hosted_voucher_url:\n description: The URL for the hosted OXXO voucher page, which allows customers to view and print an OXXO voucher.\n maxLength: 5000\n nullable: true\n type: string\n number:\n description: OXXO reference number.\n maxLength: 5000\n nullable: true\n type: string\n title: PaymentIntentNextActionDisplayOxxoDetails\n type: object\n x-expandableFields: []\n payment_intent_next_action_konbini:\n description: ''\n properties:\n expires_at:\n description: The timestamp at which the pending Konbini payment expires.\n format: unix-time\n type: integer\n hosted_voucher_url:\n description: The URL for the Konbini payment instructions page, which allows customers to view and print a Konbini voucher.\n maxLength: 5000\n nullable: true\n type: string\n stores:\n $ref: '#/components/schemas/payment_intent_next_action_konbini_stores'\n required:\n - expires_at\n - stores\n title: payment_intent_next_action_konbini\n type: object\n x-expandableFields:\n - stores\n payment_intent_next_action_konbini_familymart:\n description: ''\n properties:\n confirmation_number:\n description: The confirmation number.\n maxLength: 5000\n type: string\n payment_code:\n description: The payment code.\n maxLength: 5000\n type: string\n required:\n - payment_code\n title: payment_intent_next_action_konbini_familymart\n type: object\n x-expandableFields: []\n payment_intent_next_action_konbini_lawson:\n description: ''\n properties:\n confirmation_number:\n description: The confirmation number.\n maxLength: 5000\n type: string\n payment_code:\n description: The payment code.\n maxLength: 5000\n type: string\n required:\n - payment_code\n title: payment_intent_next_action_konbini_lawson\n type: object\n x-expandableFields: []\n payment_intent_next_action_konbini_ministop:\n description: ''\n properties:\n confirmation_number:\n description: The confirmation number.\n maxLength: 5000\n type: string\n payment_code:\n description: The payment code.\n maxLength: 5000\n type: string\n required:\n - payment_code\n title: payment_intent_next_action_konbini_ministop\n type: object\n x-expandableFields: []\n payment_intent_next_action_konbini_seicomart:\n description: ''\n properties:\n confirmation_number:\n description: The confirmation number.\n maxLength: 5000\n type: string\n payment_code:\n description: The payment code.\n maxLength: 5000\n type: string\n required:\n - payment_code\n title: payment_intent_next_action_konbini_seicomart\n type: object\n x-expandableFields: []\n payment_intent_next_action_konbini_stores:\n description: ''\n properties:\n familymart:\n anyOf:\n - $ref: '#/components/schemas/payment_intent_next_action_konbini_familymart'\n description: FamilyMart instruction details.\n nullable: true\n lawson:\n anyOf:\n - $ref: '#/components/schemas/payment_intent_next_action_konbini_lawson'\n description: Lawson instruction details.\n nullable: true\n ministop:\n anyOf:\n - $ref: '#/components/schemas/payment_intent_next_action_konbini_ministop'\n description: Ministop instruction details.\n nullable: true\n seicomart:\n anyOf:\n - $ref: '#/components/schemas/payment_intent_next_action_konbini_seicomart'\n description: Seicomart instruction details.\n nullable: true\n title: payment_intent_next_action_konbini_stores\n type: object\n x-expandableFields:\n - familymart\n - lawson\n - ministop\n - seicomart\n payment_intent_next_action_paynow_display_qr_code:\n description: ''\n properties:\n data:\n description: The raw data string used to generate QR code, it should be used together with QR code library.\n maxLength: 5000\n type: string\n hosted_instructions_url:\n description: The URL to the hosted PayNow instructions page, which allows customers to view the PayNow QR code.\n maxLength: 5000\n nullable: true\n type: string\n image_url_png:\n description: The image_url_png string used to render QR code\n maxLength: 5000\n type: string\n image_url_svg:\n description: The image_url_svg string used to render QR code\n maxLength: 5000\n type: string\n required:\n - data\n - image_url_png\n - image_url_svg\n title: PaymentIntentNextActionPaynowDisplayQrCode\n type: object\n x-expandableFields: []\n payment_intent_next_action_pix_display_qr_code:\n description: ''\n properties:\n data:\n description: The raw data string used to generate QR code, it should be used together with QR code library.\n maxLength: 5000\n type: string\n expires_at:\n description: The date (unix timestamp) when the PIX expires.\n type: integer\n hosted_instructions_url:\n description: The URL to the hosted pix instructions page, which allows customers to view the pix QR code.\n maxLength: 5000\n type: string\n image_url_png:\n description: The image_url_png string used to render png QR code\n maxLength: 5000\n type: string\n image_url_svg:\n description: The image_url_svg string used to render svg QR code\n maxLength: 5000\n type: string\n title: PaymentIntentNextActionPixDisplayQrCode\n type: object\n x-expandableFields: []\n payment_intent_next_action_promptpay_display_qr_code:\n description: ''\n properties:\n data:\n description: The raw data string used to generate QR code, it should be used together with QR code library.\n maxLength: 5000\n type: string\n hosted_instructions_url:\n description: The URL to the hosted PromptPay instructions page, which allows customers to view the PromptPay QR code.\n maxLength: 5000\n type: string\n image_url_png:\n description: The PNG path used to render the QR code, can be used as the source in an HTML img tag\n maxLength: 5000\n type: string\n image_url_svg:\n description: The SVG path used to render the QR code, can be used as the source in an HTML img tag\n maxLength: 5000\n type: string\n required:\n - data\n - hosted_instructions_url\n - image_url_png\n - image_url_svg\n title: PaymentIntentNextActionPromptpayDisplayQrCode\n type: object\n x-expandableFields: []\n payment_intent_next_action_redirect_to_url:\n description: ''\n properties:\n return_url:\n description: If the customer does not exit their browser while authenticating, they will be redirected to this specified URL after completion.\n maxLength: 5000\n nullable: true\n type: string\n url:\n description: The URL you must redirect your customer to in order to authenticate the payment.\n maxLength: 5000\n nullable: true\n type: string\n title: PaymentIntentNextActionRedirectToUrl\n type: object\n x-expandableFields: []\n payment_intent_next_action_swish_handle_redirect_or_display_qr_code:\n description: ''\n properties:\n hosted_instructions_url:\n description: The URL to the hosted Swish instructions page, which allows customers to view the QR code.\n maxLength: 5000\n type: string\n qr_code:\n $ref: '#/components/schemas/payment_intent_next_action_swish_qr_code'\n required:\n - hosted_instructions_url\n - qr_code\n title: PaymentIntentNextActionSwishHandleRedirectOrDisplayQrCode\n type: object\n x-expandableFields:\n - qr_code\n payment_intent_next_action_swish_qr_code:\n description: ''\n properties:\n data:\n description: The raw data string used to generate QR code, it should be used together with QR code library.\n maxLength: 5000\n type: string\n image_url_png:\n description: The image_url_png string used to render QR code\n maxLength: 5000\n type: string\n image_url_svg:\n description: The image_url_svg string used to render QR code\n maxLength: 5000\n type: string\n required:\n - data\n - image_url_png\n - image_url_svg\n title: PaymentIntentNextActionSwishQRCode\n type: object\n x-expandableFields: []\n payment_intent_next_action_verify_with_microdeposits:\n description: ''\n properties:\n arrival_date:\n description: The timestamp when the microdeposits are expected to land.\n format: unix-time\n type: integer\n hosted_verification_url:\n description: The URL for the hosted verification page, which allows customers to verify their bank account.\n maxLength: 5000\n type: string\n microdeposit_type:\n description: The type of the microdeposit sent to the customer. Used to distinguish between different verification methods.\n enum:\n - amounts\n - descriptor_code\n nullable: true\n type: string\n required:\n - arrival_date\n - hosted_verification_url\n title: PaymentIntentNextActionVerifyWithMicrodeposits\n type: object\n x-expandableFields: []\n payment_intent_next_action_wechat_pay_display_qr_code:\n description: ''\n properties:\n data:\n description: The data being used to generate QR code\n maxLength: 5000\n type: string\n hosted_instructions_url:\n description: The URL to the hosted WeChat Pay instructions page, which allows customers to view the WeChat Pay QR code.\n maxLength: 5000\n type: string\n image_data_url:\n description: The base64 image data for a pre-generated QR code\n maxLength: 5000\n type: string\n image_url_png:\n description: The image_url_png string used to render QR code\n maxLength: 5000\n type: string\n image_url_svg:\n description: The image_url_svg string used to render QR code\n maxLength: 5000\n type: string\n required:\n - data\n - hosted_instructions_url\n - image_data_url\n - image_url_png\n - image_url_svg\n title: PaymentIntentNextActionWechatPayDisplayQrCode\n type: object\n x-expandableFields: []\n payment_intent_next_action_wechat_pay_redirect_to_android_app:\n description: ''\n properties:\n app_id:\n description: app_id is the APP ID registered on WeChat open platform\n maxLength: 5000\n type: string\n nonce_str:\n description: nonce_str is a random string\n maxLength: 5000\n type: string\n package:\n description: package is static value\n maxLength: 5000\n type: string\n partner_id:\n description: an unique merchant ID assigned by WeChat Pay\n maxLength: 5000\n type: string\n prepay_id:\n description: an unique trading ID assigned by WeChat Pay\n maxLength: 5000\n type: string\n sign:\n description: A signature\n maxLength: 5000\n type: string\n timestamp:\n description: Specifies the current time in epoch format\n maxLength: 5000\n type: string\n required:\n - app_id\n - nonce_str\n - package\n - partner_id\n - prepay_id\n - sign\n - timestamp\n title: PaymentIntentNextActionWechatPayRedirectToAndroidApp\n type: object\n x-expandableFields: []\n payment_intent_next_action_wechat_pay_redirect_to_ios_app:\n description: ''\n properties:\n native_url:\n description: An universal link that redirect to WeChat Pay app\n maxLength: 5000\n type: string\n required:\n - native_url\n title: PaymentIntentNextActionWechatPayRedirectToIOSApp\n type: object\n x-expandableFields: []\n payment_intent_payment_method_options:\n description: ''\n properties:\n acss_debit:\n anyOf:\n - $ref: '#/components/schemas/payment_intent_payment_method_options_acss_debit'\n - $ref: '#/components/schemas/payment_intent_type_specific_payment_method_options_client'\n affirm:\n anyOf:\n - $ref: '#/components/schemas/payment_method_options_affirm'\n - $ref: '#/components/schemas/payment_intent_type_specific_payment_method_options_client'\n afterpay_clearpay:\n anyOf:\n - $ref: '#/components/schemas/payment_method_options_afterpay_clearpay'\n - $ref: '#/components/schemas/payment_intent_type_specific_payment_method_options_client'\n alipay:\n anyOf:\n - $ref: '#/components/schemas/payment_method_options_alipay'\n - $ref: '#/components/schemas/payment_intent_type_specific_payment_method_options_client'\n alma:\n anyOf:\n - $ref: '#/components/schemas/payment_method_options_alma'\n - $ref: '#/components/schemas/payment_intent_type_specific_payment_method_options_client'\n amazon_pay:\n anyOf:\n - $ref: '#/components/schemas/payment_method_options_amazon_pay'\n - $ref: '#/components/schemas/payment_intent_type_specific_payment_method_options_client'\n au_becs_debit:\n anyOf:\n - $ref: '#/components/schemas/payment_intent_payment_method_options_au_becs_debit'\n - $ref: '#/components/schemas/payment_intent_type_specific_payment_method_options_client'\n bacs_debit:\n anyOf:\n - $ref: '#/components/schemas/payment_intent_payment_method_options_bacs_debit'\n - $ref: '#/components/schemas/payment_intent_type_specific_payment_method_options_client'\n bancontact:\n anyOf:\n - $ref: '#/components/schemas/payment_method_options_bancontact'\n - $ref: '#/components/schemas/payment_intent_type_specific_payment_method_options_client'\n billie:\n anyOf:\n - $ref: '#/components/schemas/payment_method_options_billie'\n - $ref: '#/components/schemas/payment_intent_type_specific_payment_method_options_client'\n blik:\n anyOf:\n - $ref: '#/components/schemas/payment_intent_payment_method_options_blik'\n - $ref: '#/components/schemas/payment_intent_type_specific_payment_method_options_client'\n boleto:\n anyOf:\n - $ref: '#/components/schemas/payment_method_options_boleto'\n - $ref: '#/components/schemas/payment_intent_type_specific_payment_method_options_client'\n card:\n anyOf:\n - $ref: '#/components/schemas/payment_intent_payment_method_options_card'\n - $ref: '#/components/schemas/payment_intent_type_specific_payment_method_options_client'\n card_present:\n anyOf:\n - $ref: '#/components/schemas/payment_method_options_card_present'\n - $ref: '#/components/schemas/payment_intent_type_specific_payment_method_options_client'\n cashapp:\n anyOf:\n - $ref: '#/components/schemas/payment_method_options_cashapp'\n - $ref: '#/components/schemas/payment_intent_type_specific_payment_method_options_client'\n crypto:\n anyOf:\n - $ref: '#/components/schemas/payment_method_options_crypto'\n - $ref: '#/components/schemas/payment_intent_type_specific_payment_method_options_client'\n customer_balance:\n anyOf:\n - $ref: '#/components/schemas/payment_method_options_customer_balance'\n - $ref: '#/components/schemas/payment_intent_type_specific_payment_method_options_client'\n eps:\n anyOf:\n - $ref: '#/components/schemas/payment_intent_payment_method_options_eps'\n - $ref: '#/components/schemas/payment_intent_type_specific_payment_method_options_client'\n fpx:\n anyOf:\n - $ref: '#/components/schemas/payment_method_options_fpx'\n - $ref: '#/components/schemas/payment_intent_type_specific_payment_method_options_client'\n giropay:\n anyOf:\n - $ref: '#/components/schemas/payment_method_options_giropay'\n - $ref: '#/components/schemas/payment_intent_type_specific_payment_method_options_client'\n grabpay:\n anyOf:\n - $ref: '#/components/schemas/payment_method_options_grabpay'\n - $ref: '#/components/schemas/payment_intent_type_specific_payment_method_options_client'\n ideal:\n anyOf:\n - $ref: '#/components/schemas/payment_method_options_ideal'\n - $ref: '#/components/schemas/payment_intent_type_specific_payment_method_options_client'\n interac_present:\n anyOf:\n - $ref: '#/components/schemas/payment_method_options_interac_present'\n - $ref: '#/components/schemas/payment_intent_type_specific_payment_method_options_client'\n kakao_pay:\n anyOf:\n - $ref: '#/components/schemas/payment_flows_private_payment_methods_kakao_pay_payment_method_options'\n - $ref: '#/components/schemas/payment_intent_type_specific_payment_method_options_client'\n klarna:\n anyOf:\n - $ref: '#/components/schemas/payment_method_options_klarna'\n - $ref: '#/components/schemas/payment_intent_type_specific_payment_method_options_client'\n konbini:\n anyOf:\n - $ref: '#/components/schemas/payment_method_options_konbini'\n - $ref: '#/components/schemas/payment_intent_type_specific_payment_method_options_client'\n kr_card:\n anyOf:\n - $ref: '#/components/schemas/payment_method_options_kr_card'\n - $ref: '#/components/schemas/payment_intent_type_specific_payment_method_options_client'\n link:\n anyOf:\n - $ref: '#/components/schemas/payment_intent_payment_method_options_link'\n - $ref: '#/components/schemas/payment_intent_type_specific_payment_method_options_client'\n mb_way:\n anyOf:\n - $ref: '#/components/schemas/payment_method_options_mb_way'\n - $ref: '#/components/schemas/payment_intent_type_specific_payment_method_options_client'\n mobilepay:\n anyOf:\n - $ref: '#/components/schemas/payment_intent_payment_method_options_mobilepay'\n - $ref: '#/components/schemas/payment_intent_type_specific_payment_method_options_client'\n multibanco:\n anyOf:\n - $ref: '#/components/schemas/payment_method_options_multibanco'\n - $ref: '#/components/schemas/payment_intent_type_specific_payment_method_options_client'\n naver_pay:\n anyOf:\n - $ref: '#/components/schemas/payment_flows_private_payment_methods_naver_pay_payment_method_options'\n - $ref: '#/components/schemas/payment_intent_type_specific_payment_method_options_client'\n nz_bank_account:\n anyOf:\n - $ref: '#/components/schemas/payment_intent_payment_method_options_nz_bank_account'\n - $ref: '#/components/schemas/payment_intent_type_specific_payment_method_options_client'\n oxxo:\n anyOf:\n - $ref: '#/components/schemas/payment_method_options_oxxo'\n - $ref: '#/components/schemas/payment_intent_type_specific_payment_method_options_client'\n p24:\n anyOf:\n - $ref: '#/components/schemas/payment_method_options_p24'\n - $ref: '#/components/schemas/payment_intent_type_specific_payment_method_options_client'\n pay_by_bank:\n anyOf:\n - $ref: '#/components/schemas/payment_method_options_pay_by_bank'\n - $ref: '#/components/schemas/payment_intent_type_specific_payment_method_options_client'\n payco:\n anyOf:\n - $ref: '#/components/schemas/payment_flows_private_payment_methods_payco_payment_method_options'\n - $ref: '#/components/schemas/payment_intent_type_specific_payment_method_options_client'\n paynow:\n anyOf:\n - $ref: '#/components/schemas/payment_method_options_paynow'\n - $ref: '#/components/schemas/payment_intent_type_specific_payment_method_options_client'\n paypal:\n anyOf:\n - $ref: '#/components/schemas/payment_method_options_paypal'\n - $ref: '#/components/schemas/payment_intent_type_specific_payment_method_options_client'\n payto:\n anyOf:\n - $ref: '#/components/schemas/payment_intent_payment_method_options_payto'\n - $ref: '#/components/schemas/payment_intent_type_specific_payment_method_options_client'\n pix:\n anyOf:\n - $ref: '#/components/schemas/payment_method_options_pix'\n - $ref: '#/components/schemas/payment_intent_type_specific_payment_method_options_client'\n promptpay:\n anyOf:\n - $ref: '#/components/schemas/payment_method_options_promptpay'\n - $ref: '#/components/schemas/payment_intent_type_specific_payment_method_options_client'\n revolut_pay:\n anyOf:\n - $ref: '#/components/schemas/payment_method_options_revolut_pay'\n - $ref: '#/components/schemas/payment_intent_type_specific_payment_method_options_client'\n samsung_pay:\n anyOf:\n - $ref: '#/components/schemas/payment_flows_private_payment_methods_samsung_pay_payment_method_options'\n - $ref: '#/components/schemas/payment_intent_type_specific_payment_method_options_client'\n satispay:\n anyOf:\n - $ref: '#/components/schemas/payment_method_options_satispay'\n - $ref: '#/components/schemas/payment_intent_type_specific_payment_method_options_client'\n sepa_debit:\n anyOf:\n - $ref: '#/components/schemas/payment_intent_payment_method_options_sepa_debit'\n - $ref: '#/components/schemas/payment_intent_type_specific_payment_method_options_client'\n sofort:\n anyOf:\n - $ref: '#/components/schemas/payment_method_options_sofort'\n - $ref: '#/components/schemas/payment_intent_type_specific_payment_method_options_client'\n swish:\n anyOf:\n - $ref: '#/components/schemas/payment_intent_payment_method_options_swish'\n - $ref: '#/components/schemas/payment_intent_type_specific_payment_method_options_client'\n twint:\n anyOf:\n - $ref: '#/components/schemas/payment_method_options_twint'\n - $ref: '#/components/schemas/payment_intent_type_specific_payment_method_options_client'\n us_bank_account:\n anyOf:\n - $ref: '#/components/schemas/payment_intent_payment_method_options_us_bank_account'\n - $ref: '#/components/schemas/payment_intent_type_specific_payment_method_options_client'\n wechat_pay:\n anyOf:\n - $ref: '#/components/schemas/payment_method_options_wechat_pay'\n - $ref: '#/components/schemas/payment_intent_type_specific_payment_method_options_client'\n zip:\n anyOf:\n - $ref: '#/components/schemas/payment_method_options_zip'\n - $ref: '#/components/schemas/payment_intent_type_specific_payment_method_options_client'\n title: PaymentIntentPaymentMethodOptions\n type: object\n x-expandableFields:\n - acss_debit\n - affirm\n - afterpay_clearpay\n - alipay\n - alma\n - amazon_pay\n - au_becs_debit\n - bacs_debit\n - bancontact\n - billie\n - blik\n - boleto\n - card\n - card_present\n - cashapp\n - crypto\n - customer_balance\n - eps\n - fpx\n - giropay\n - grabpay\n - ideal\n - interac_present\n - kakao_pay\n - klarna\n - konbini\n - kr_card\n - link\n - mb_way\n - mobilepay\n - multibanco\n - naver_pay\n - nz_bank_account\n - oxxo\n - p24\n - pay_by_bank\n - payco\n - paynow\n - paypal\n - payto\n - pix\n - promptpay\n - revolut_pay\n - samsung_pay\n - satispay\n - sepa_debit\n - sofort\n - swish\n - twint\n - us_bank_account\n - wechat_pay\n - zip\n payment_intent_payment_method_options_acss_debit:\n description: ''\n properties:\n mandate_options:\n $ref: '#/components/schemas/payment_intent_payment_method_options_mandate_options_acss_debit'\n setup_future_usage:\n description: |-\n Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\n If 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\n If 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\n When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).\n enum:\n - none\n - off_session\n - on_session\n type: string\n target_date:\n 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.\n maxLength: 5000\n type: string\n verification_method:\n description: Bank account verification method.\n enum:\n - automatic\n - instant\n - microdeposits\n type: string\n x-stripeBypassValidation: true\n title: payment_intent_payment_method_options_acss_debit\n type: object\n x-expandableFields:\n - mandate_options\n payment_intent_payment_method_options_au_becs_debit:\n description: ''\n properties:\n setup_future_usage:\n description: |-\n Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\n If 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\n If 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\n When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).\n enum:\n - none\n - off_session\n - on_session\n type: string\n target_date:\n 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.\n maxLength: 5000\n type: string\n title: payment_intent_payment_method_options_au_becs_debit\n type: object\n x-expandableFields: []\n payment_intent_payment_method_options_bacs_debit:\n description: ''\n properties:\n mandate_options:\n $ref: '#/components/schemas/payment_intent_payment_method_options_mandate_options_bacs_debit'\n setup_future_usage:\n description: |-\n Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\n If 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\n If 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\n When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).\n enum:\n - none\n - off_session\n - on_session\n type: string\n target_date:\n 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.\n maxLength: 5000\n type: string\n title: payment_intent_payment_method_options_bacs_debit\n type: object\n x-expandableFields:\n - mandate_options\n payment_intent_payment_method_options_blik:\n description: ''\n properties:\n setup_future_usage:\n description: |-\n Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\n If 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\n If 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\n When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).\n enum:\n - none\n type: string\n x-stripeBypassValidation: true\n title: payment_intent_payment_method_options_blik\n type: object\n x-expandableFields: []\n payment_intent_payment_method_options_card:\n description: ''\n properties:\n capture_method:\n description: Controls when the funds will be captured from the customer's account.\n enum:\n - manual\n type: string\n x-stripeBypassValidation: true\n installments:\n anyOf:\n - $ref: '#/components/schemas/payment_method_options_card_installments'\n description: |-\n Installment details for this payment.\n\n For more information, see the [installments integration guide](https://docs.stripe.com/payments/installments).\n nullable: true\n mandate_options:\n anyOf:\n - $ref: '#/components/schemas/payment_method_options_card_mandate_options'\n description: Configuration options for setting up an eMandate for cards issued in India.\n nullable: true\n network:\n 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.\n enum:\n - amex\n - cartes_bancaires\n - diners\n - discover\n - eftpos_au\n - girocard\n - interac\n - jcb\n - link\n - mastercard\n - unionpay\n - unknown\n - visa\n nullable: true\n type: string\n request_extended_authorization:\n description: Request ability to [capture beyond the standard authorization validity window](https://docs.stripe.com/payments/extended-authorization) for this PaymentIntent.\n enum:\n - if_available\n - never\n type: string\n request_incremental_authorization:\n description: Request ability to [increment the authorization](https://docs.stripe.com/payments/incremental-authorization) for this PaymentIntent.\n enum:\n - if_available\n - never\n type: string\n request_multicapture:\n description: Request ability to make [multiple captures](https://docs.stripe.com/payments/multicapture) for this PaymentIntent.\n enum:\n - if_available\n - never\n type: string\n request_overcapture:\n description: Request ability to [overcapture](https://docs.stripe.com/payments/overcapture) for this PaymentIntent.\n enum:\n - if_available\n - never\n type: string\n request_three_d_secure:\n 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.\n enum:\n - any\n - automatic\n - challenge\n nullable: true\n type: string\n x-stripeBypassValidation: true\n require_cvc_recollection:\n 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).\n type: boolean\n setup_future_usage:\n description: |-\n Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\n If 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\n If 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\n When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).\n enum:\n - none\n - off_session\n - on_session\n type: string\n statement_descriptor_suffix_kana:\n 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.\n maxLength: 5000\n type: string\n statement_descriptor_suffix_kanji:\n 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.\n maxLength: 5000\n type: string\n title: payment_intent_payment_method_options_card\n type: object\n x-expandableFields:\n - installments\n - mandate_options\n payment_intent_payment_method_options_eps:\n description: ''\n properties:\n setup_future_usage:\n description: |-\n Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\n If 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\n If 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\n When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).\n enum:\n - none\n type: string\n title: payment_intent_payment_method_options_eps\n type: object\n x-expandableFields: []\n payment_intent_payment_method_options_link:\n description: ''\n properties:\n capture_method:\n description: Controls when the funds will be captured from the customer's account.\n enum:\n - manual\n type: string\n setup_future_usage:\n description: |-\n Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\n If 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\n If 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\n When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).\n enum:\n - none\n - off_session\n type: string\n title: payment_intent_payment_method_options_link\n type: object\n x-expandableFields: []\n payment_intent_payment_method_options_mandate_options_acss_debit:\n description: ''\n properties:\n custom_mandate_url:\n description: A URL for custom mandate text\n maxLength: 5000\n type: string\n interval_description:\n description: Description of the interval. Only required if the 'payment_schedule' parameter is 'interval' or 'combined'.\n maxLength: 5000\n nullable: true\n type: string\n payment_schedule:\n description: Payment schedule for the mandate.\n enum:\n - combined\n - interval\n - sporadic\n nullable: true\n type: string\n transaction_type:\n description: Transaction type of the mandate.\n enum:\n - business\n - personal\n nullable: true\n type: string\n title: payment_intent_payment_method_options_mandate_options_acss_debit\n type: object\n x-expandableFields: []\n payment_intent_payment_method_options_mandate_options_bacs_debit:\n description: ''\n properties:\n reference_prefix:\n 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''.'\n maxLength: 5000\n type: string\n title: payment_intent_payment_method_options_mandate_options_bacs_debit\n type: object\n x-expandableFields: []\n payment_intent_payment_method_options_mandate_options_payto:\n description: ''\n properties:\n amount:\n description: Amount that will be collected. It is required when `amount_type` is `fixed`.\n nullable: true\n type: integer\n amount_type:\n 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`.\n enum:\n - fixed\n - maximum\n nullable: true\n type: string\n end_date:\n description: Date, in YYYY-MM-DD format, after which payments will not be collected. Defaults to no end date.\n maxLength: 5000\n nullable: true\n type: string\n payment_schedule:\n description: The periodicity at which payments will be collected. Defaults to `adhoc`.\n enum:\n - adhoc\n - annual\n - daily\n - fortnightly\n - monthly\n - quarterly\n - semi_annual\n - weekly\n nullable: true\n type: string\n payments_per_period:\n 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.\n nullable: true\n type: integer\n purpose:\n description: The purpose for which payments are made. Has a default value based on your merchant category code.\n enum:\n - dependant_support\n - government\n - loan\n - mortgage\n - other\n - pension\n - personal\n - retail\n - salary\n - tax\n - utility\n nullable: true\n type: string\n title: payment_intent_payment_method_options_mandate_options_payto\n type: object\n x-expandableFields: []\n payment_intent_payment_method_options_mandate_options_sepa_debit:\n description: ''\n properties:\n reference_prefix:\n 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''.'\n maxLength: 5000\n type: string\n title: payment_intent_payment_method_options_mandate_options_sepa_debit\n type: object\n x-expandableFields: []\n payment_intent_payment_method_options_mobilepay:\n description: ''\n properties:\n capture_method:\n description: Controls when the funds will be captured from the customer's account.\n enum:\n - manual\n type: string\n setup_future_usage:\n description: |-\n Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\n If 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\n If 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\n When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).\n enum:\n - none\n type: string\n title: payment_intent_payment_method_options_mobilepay\n type: object\n x-expandableFields: []\n payment_intent_payment_method_options_nz_bank_account:\n description: ''\n properties:\n setup_future_usage:\n description: |-\n Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\n If 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\n If 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\n When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).\n enum:\n - none\n - off_session\n - on_session\n type: string\n target_date:\n 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.\n maxLength: 5000\n type: string\n title: payment_intent_payment_method_options_nz_bank_account\n type: object\n x-expandableFields: []\n payment_intent_payment_method_options_payto:\n description: ''\n properties:\n mandate_options:\n $ref: '#/components/schemas/payment_intent_payment_method_options_mandate_options_payto'\n setup_future_usage:\n description: |-\n Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\n If 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\n If 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\n When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).\n enum:\n - none\n - off_session\n type: string\n title: payment_intent_payment_method_options_payto\n type: object\n x-expandableFields:\n - mandate_options\n payment_intent_payment_method_options_sepa_debit:\n description: ''\n properties:\n mandate_options:\n $ref: '#/components/schemas/payment_intent_payment_method_options_mandate_options_sepa_debit'\n setup_future_usage:\n description: |-\n Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\n If 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\n If 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\n When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).\n enum:\n - none\n - off_session\n - on_session\n type: string\n target_date:\n 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.\n maxLength: 5000\n type: string\n title: payment_intent_payment_method_options_sepa_debit\n type: object\n x-expandableFields:\n - mandate_options\n payment_intent_payment_method_options_swish:\n description: ''\n properties:\n reference:\n description: A reference for this payment to be displayed in the Swish app.\n maxLength: 35\n nullable: true\n type: string\n setup_future_usage:\n description: |-\n Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\n If 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\n If 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\n When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).\n enum:\n - none\n type: string\n title: payment_intent_payment_method_options_swish\n type: object\n x-expandableFields: []\n payment_intent_payment_method_options_us_bank_account:\n description: ''\n properties:\n financial_connections:\n $ref: '#/components/schemas/linked_account_options_common'\n mandate_options:\n $ref: '#/components/schemas/payment_method_options_us_bank_account_mandate_options'\n setup_future_usage:\n description: |-\n Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\n If 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\n If 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\n When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).\n enum:\n - none\n - off_session\n - on_session\n type: string\n target_date:\n 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.\n maxLength: 5000\n type: string\n verification_method:\n description: Bank account verification method.\n enum:\n - automatic\n - instant\n - microdeposits\n type: string\n x-stripeBypassValidation: true\n title: payment_intent_payment_method_options_us_bank_account\n type: object\n x-expandableFields:\n - financial_connections\n - mandate_options\n payment_intent_processing:\n description: ''\n properties:\n card:\n $ref: '#/components/schemas/payment_intent_card_processing'\n type:\n description: Type of the payment method for which payment is in `processing` state, one of `card`.\n enum:\n - card\n type: string\n required:\n - type\n title: PaymentIntentProcessing\n type: object\n x-expandableFields:\n - card\n payment_intent_processing_customer_notification:\n description: ''\n properties:\n approval_requested:\n 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.\n nullable: true\n type: boolean\n completes_at:\n description: If customer approval is required, they need to provide approval before this time.\n format: unix-time\n nullable: true\n type: integer\n title: PaymentIntentProcessingCustomerNotification\n type: object\n x-expandableFields: []\n payment_intent_type_specific_payment_method_options_client:\n description: ''\n properties:\n capture_method:\n description: Controls when the funds will be captured from the customer's account.\n enum:\n - manual\n - manual_preferred\n type: string\n installments:\n $ref: '#/components/schemas/payment_flows_installment_options'\n mandate_options:\n $ref: '#/components/schemas/payment_intent_payment_method_options_mandate_options_payto'\n request_incremental_authorization_support:\n 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.\n type: boolean\n require_cvc_recollection:\n 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).\n type: boolean\n routing:\n $ref: '#/components/schemas/payment_method_options_card_present_routing'\n setup_future_usage:\n description: |-\n Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\n If 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\n If 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\n When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).\n enum:\n - none\n - off_session\n - on_session\n type: string\n verification_method:\n description: Bank account verification method.\n enum:\n - automatic\n - instant\n - microdeposits\n type: string\n x-stripeBypassValidation: true\n title: PaymentIntentTypeSpecificPaymentMethodOptionsClient\n type: object\n x-expandableFields:\n - installments\n - mandate_options\n - routing\n payment_link:\n description: |-\n 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\n When 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\n Related guide: [Payment Links API](https://docs.stripe.com/payment-links)\n properties:\n active:\n 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.\n type: boolean\n after_completion:\n $ref: '#/components/schemas/payment_links_resource_after_completion'\n allow_promotion_codes:\n description: Whether user redeemable promotion codes are enabled.\n type: boolean\n application:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/application'\n - $ref: '#/components/schemas/deleted_application'\n description: The ID of the Connect application that created the Payment Link.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/application'\n - $ref: '#/components/schemas/deleted_application'\n application_fee_amount:\n 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.\n nullable: true\n type: integer\n application_fee_percent:\n description: This represents the percentage of the subscription invoice total that will be transferred to the application owner's Stripe account.\n nullable: true\n type: number\n automatic_tax:\n $ref: '#/components/schemas/payment_links_resource_automatic_tax'\n billing_address_collection:\n description: Configuration for collecting the customer's billing address. Defaults to `auto`.\n enum:\n - auto\n - required\n type: string\n consent_collection:\n anyOf:\n - $ref: '#/components/schemas/payment_links_resource_consent_collection'\n description: When set, provides configuration to gather active consent from customers.\n nullable: true\n currency:\n 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).\n format: currency\n type: string\n custom_fields:\n 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`.\n items:\n $ref: '#/components/schemas/payment_links_resource_custom_fields'\n type: array\n custom_text:\n $ref: '#/components/schemas/payment_links_resource_custom_text'\n customer_creation:\n description: Configuration for Customer creation during checkout.\n enum:\n - always\n - if_required\n type: string\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n inactive_message:\n description: The custom message to be displayed to a customer when a payment link is no longer active.\n maxLength: 5000\n nullable: true\n type: string\n invoice_creation:\n anyOf:\n - $ref: '#/components/schemas/payment_links_resource_invoice_creation'\n description: Configuration for creating invoice for payment mode payment links.\n nullable: true\n line_items:\n description: The line items representing what is being sold.\n properties:\n data:\n description: Details about each object.\n items:\n $ref: '#/components/schemas/item'\n type: array\n has_more:\n description: True if this list has another page of items after this one that can be fetched.\n type: boolean\n object:\n description: String representing the object's type. Objects of the same type share the same value. Always has the value `list`.\n enum:\n - list\n type: string\n url:\n description: The URL where this list can be accessed.\n maxLength: 5000\n type: string\n required:\n - data\n - has_more\n - object\n - url\n title: PaymentLinksResourceListLineItems\n type: object\n x-expandableFields:\n - data\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n metadata:\n additionalProperties:\n maxLength: 500\n type: string\n 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.\n type: object\n name_collection:\n $ref: '#/components/schemas/payment_links_resource_name_collection'\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - payment_link\n type: string\n on_behalf_of:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/account'\n 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.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/account'\n optional_items:\n description: The optional items presented to the customer at checkout.\n items:\n $ref: '#/components/schemas/payment_links_resource_optional_item'\n nullable: true\n type: array\n payment_intent_data:\n anyOf:\n - $ref: '#/components/schemas/payment_links_resource_payment_intent_data'\n description: Indicates the parameters to be passed to PaymentIntent creation during checkout.\n nullable: true\n payment_method_collection:\n description: Configuration for collecting a payment method during checkout. Defaults to `always`.\n enum:\n - always\n - if_required\n type: string\n payment_method_types:\n 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).\n items:\n enum:\n - affirm\n - afterpay_clearpay\n - alipay\n - alma\n - au_becs_debit\n - bacs_debit\n - bancontact\n - billie\n - blik\n - boleto\n - card\n - cashapp\n - eps\n - fpx\n - giropay\n - grabpay\n - ideal\n - klarna\n - konbini\n - link\n - mb_way\n - mobilepay\n - multibanco\n - oxxo\n - p24\n - pay_by_bank\n - paynow\n - paypal\n - payto\n - pix\n - promptpay\n - satispay\n - sepa_debit\n - sofort\n - swish\n - twint\n - us_bank_account\n - wechat_pay\n - zip\n type: string\n x-stripeBypassValidation: true\n nullable: true\n type: array\n phone_number_collection:\n $ref: '#/components/schemas/payment_links_resource_phone_number_collection'\n restrictions:\n anyOf:\n - $ref: '#/components/schemas/payment_links_resource_restrictions'\n description: Settings that restrict the usage of a payment link.\n nullable: true\n shipping_address_collection:\n anyOf:\n - $ref: '#/components/schemas/payment_links_resource_shipping_address_collection'\n description: Configuration for collecting the customer's shipping address.\n nullable: true\n shipping_options:\n description: The shipping rate options applied to the session.\n items:\n $ref: '#/components/schemas/payment_links_resource_shipping_option'\n type: array\n submit_type:\n description: Indicates the type of transaction being performed which customizes relevant text on the page, such as the submit button.\n enum:\n - auto\n - book\n - donate\n - pay\n - subscribe\n type: string\n subscription_data:\n anyOf:\n - $ref: '#/components/schemas/payment_links_resource_subscription_data'\n 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`.\n nullable: true\n tax_id_collection:\n $ref: '#/components/schemas/payment_links_resource_tax_id_collection'\n transfer_data:\n anyOf:\n - $ref: '#/components/schemas/payment_links_resource_transfer_data'\n description: The account (if any) the payments will be attributed to for tax reporting, and where funds from each payment will be transferred to.\n nullable: true\n url:\n description: The public URL that can be shared with customers.\n maxLength: 5000\n type: string\n required:\n - active\n - after_completion\n - allow_promotion_codes\n - automatic_tax\n - billing_address_collection\n - currency\n - custom_fields\n - custom_text\n - customer_creation\n - id\n - livemode\n - metadata\n - object\n - payment_method_collection\n - phone_number_collection\n - shipping_options\n - submit_type\n - tax_id_collection\n - url\n title: PaymentLink\n type: object\n x-expandableFields:\n - after_completion\n - application\n - automatic_tax\n - consent_collection\n - custom_fields\n - custom_text\n - invoice_creation\n - line_items\n - name_collection\n - on_behalf_of\n - optional_items\n - payment_intent_data\n - phone_number_collection\n - restrictions\n - shipping_address_collection\n - shipping_options\n - subscription_data\n - tax_id_collection\n - transfer_data\n x-resourceId: payment_link\n payment_links_resource_after_completion:\n description: ''\n properties:\n hosted_confirmation:\n $ref: '#/components/schemas/payment_links_resource_completion_behavior_confirmation_page'\n redirect:\n $ref: '#/components/schemas/payment_links_resource_completion_behavior_redirect'\n type:\n description: The specified behavior after the purchase is complete.\n enum:\n - hosted_confirmation\n - redirect\n type: string\n required:\n - type\n title: PaymentLinksResourceAfterCompletion\n type: object\n x-expandableFields:\n - hosted_confirmation\n - redirect\n payment_links_resource_automatic_tax:\n description: ''\n properties:\n enabled:\n description: If `true`, tax will be calculated automatically using the customer's location.\n type: boolean\n liability:\n anyOf:\n - $ref: '#/components/schemas/connect_account_reference'\n 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.\n nullable: true\n required:\n - enabled\n title: PaymentLinksResourceAutomaticTax\n type: object\n x-expandableFields:\n - liability\n payment_links_resource_business_name:\n description: ''\n properties:\n enabled:\n description: Indicates whether business name collection is enabled for the payment link.\n type: boolean\n optional:\n description: Whether the customer is required to complete the field before checking out. Defaults to `false`.\n type: boolean\n required:\n - enabled\n - optional\n title: PaymentLinksResourceBusinessName\n type: object\n x-expandableFields: []\n payment_links_resource_completed_sessions:\n description: ''\n properties:\n count:\n 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.\n type: integer\n limit:\n description: The maximum number of checkout sessions that can be completed for the `completed_sessions` restriction to be met.\n type: integer\n required:\n - count\n - limit\n title: PaymentLinksResourceCompletedSessions\n type: object\n x-expandableFields: []\n payment_links_resource_completion_behavior_confirmation_page:\n description: ''\n properties:\n custom_message:\n description: The custom message that is displayed to the customer after the purchase is complete.\n maxLength: 5000\n nullable: true\n type: string\n title: PaymentLinksResourceCompletionBehaviorConfirmationPage\n type: object\n x-expandableFields: []\n payment_links_resource_completion_behavior_redirect:\n description: ''\n properties:\n url:\n description: The URL the customer will be redirected to after the purchase is complete.\n maxLength: 5000\n type: string\n required:\n - url\n title: PaymentLinksResourceCompletionBehaviorRedirect\n type: object\n x-expandableFields: []\n payment_links_resource_consent_collection:\n description: ''\n properties:\n payment_method_reuse_agreement:\n anyOf:\n - $ref: '#/components/schemas/payment_links_resource_payment_method_reuse_agreement'\n description: Settings related to the payment method reuse text shown in the Checkout UI.\n nullable: true\n promotions:\n description: If set to `auto`, enables the collection of customer consent for promotional communications.\n enum:\n - auto\n - none\n nullable: true\n type: string\n terms_of_service:\n 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.\n enum:\n - none\n - required\n nullable: true\n type: string\n title: PaymentLinksResourceConsentCollection\n type: object\n x-expandableFields:\n - payment_method_reuse_agreement\n payment_links_resource_custom_fields:\n description: ''\n properties:\n dropdown:\n $ref: '#/components/schemas/payment_links_resource_custom_fields_dropdown'\n key:\n 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.\n maxLength: 5000\n type: string\n label:\n $ref: '#/components/schemas/payment_links_resource_custom_fields_label'\n numeric:\n $ref: '#/components/schemas/payment_links_resource_custom_fields_numeric'\n optional:\n description: Whether the customer is required to complete the field before completing the Checkout Session. Defaults to `false`.\n type: boolean\n text:\n $ref: '#/components/schemas/payment_links_resource_custom_fields_text'\n type:\n description: The type of the field.\n enum:\n - dropdown\n - numeric\n - text\n type: string\n required:\n - key\n - label\n - optional\n - type\n title: PaymentLinksResourceCustomFields\n type: object\n x-expandableFields:\n - dropdown\n - label\n - numeric\n - text\n payment_links_resource_custom_fields_dropdown:\n description: ''\n properties:\n default_value:\n description: The value that will pre-fill on the payment page.\n maxLength: 5000\n nullable: true\n type: string\n options:\n description: The options available for the customer to select. Up to 200 options allowed.\n items:\n $ref: '#/components/schemas/payment_links_resource_custom_fields_dropdown_option'\n type: array\n required:\n - options\n title: PaymentLinksResourceCustomFieldsDropdown\n type: object\n x-expandableFields:\n - options\n payment_links_resource_custom_fields_dropdown_option:\n description: ''\n properties:\n label:\n description: The label for the option, displayed to the customer. Up to 100 characters.\n maxLength: 5000\n type: string\n value:\n 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.\n maxLength: 5000\n type: string\n required:\n - label\n - value\n title: PaymentLinksResourceCustomFieldsDropdownOption\n type: object\n x-expandableFields: []\n payment_links_resource_custom_fields_label:\n description: ''\n properties:\n custom:\n description: Custom text for the label, displayed to the customer. Up to 50 characters.\n maxLength: 5000\n nullable: true\n type: string\n type:\n description: The type of the label.\n enum:\n - custom\n type: string\n required:\n - type\n title: PaymentLinksResourceCustomFieldsLabel\n type: object\n x-expandableFields: []\n payment_links_resource_custom_fields_numeric:\n description: ''\n properties:\n default_value:\n description: The value that will pre-fill the field on the payment page.\n maxLength: 5000\n nullable: true\n type: string\n maximum_length:\n description: The maximum character length constraint for the customer's input.\n nullable: true\n type: integer\n minimum_length:\n description: The minimum character length requirement for the customer's input.\n nullable: true\n type: integer\n title: PaymentLinksResourceCustomFieldsNumeric\n type: object\n x-expandableFields: []\n payment_links_resource_custom_fields_text:\n description: ''\n properties:\n default_value:\n description: The value that will pre-fill the field on the payment page.\n maxLength: 5000\n nullable: true\n type: string\n maximum_length:\n description: The maximum character length constraint for the customer's input.\n nullable: true\n type: integer\n minimum_length:\n description: The minimum character length requirement for the customer's input.\n nullable: true\n type: integer\n title: PaymentLinksResourceCustomFieldsText\n type: object\n x-expandableFields: []\n payment_links_resource_custom_text:\n description: ''\n properties:\n after_submit:\n anyOf:\n - $ref: '#/components/schemas/payment_links_resource_custom_text_position'\n description: Custom text that should be displayed after the payment confirmation button.\n nullable: true\n shipping_address:\n anyOf:\n - $ref: '#/components/schemas/payment_links_resource_custom_text_position'\n description: Custom text that should be displayed alongside shipping address collection.\n nullable: true\n submit:\n anyOf:\n - $ref: '#/components/schemas/payment_links_resource_custom_text_position'\n description: Custom text that should be displayed alongside the payment confirmation button.\n nullable: true\n terms_of_service_acceptance:\n anyOf:\n - $ref: '#/components/schemas/payment_links_resource_custom_text_position'\n description: Custom text that should be displayed in place of the default terms of service agreement text.\n nullable: true\n title: PaymentLinksResourceCustomText\n type: object\n x-expandableFields:\n - after_submit\n - shipping_address\n - submit\n - terms_of_service_acceptance\n payment_links_resource_custom_text_position:\n description: ''\n properties:\n message:\n description: Text may be up to 1200 characters in length.\n maxLength: 500\n type: string\n required:\n - message\n title: PaymentLinksResourceCustomTextPosition\n type: object\n x-expandableFields: []\n payment_links_resource_individual_name:\n description: ''\n properties:\n enabled:\n description: Indicates whether individual name collection is enabled for the payment link.\n type: boolean\n optional:\n description: Whether the customer is required to complete the field before checking out. Defaults to `false`.\n type: boolean\n required:\n - enabled\n - optional\n title: PaymentLinksResourceIndividualName\n type: object\n x-expandableFields: []\n payment_links_resource_invoice_creation:\n description: ''\n properties:\n enabled:\n description: Enable creating an invoice on successful payment.\n type: boolean\n invoice_data:\n anyOf:\n - $ref: '#/components/schemas/payment_links_resource_invoice_settings'\n description: Configuration for the invoice. Default invoice values will be used if unspecified.\n nullable: true\n required:\n - enabled\n title: PaymentLinksResourceInvoiceCreation\n type: object\n x-expandableFields:\n - invoice_data\n payment_links_resource_invoice_settings:\n description: ''\n properties:\n account_tax_ids:\n description: The account tax IDs associated with the invoice.\n items:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/tax_id'\n - $ref: '#/components/schemas/deleted_tax_id'\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/tax_id'\n - $ref: '#/components/schemas/deleted_tax_id'\n nullable: true\n type: array\n custom_fields:\n description: A list of up to 4 custom fields to be displayed on the invoice.\n items:\n $ref: '#/components/schemas/invoice_setting_custom_field'\n nullable: true\n type: array\n description:\n description: An arbitrary string attached to the object. Often useful for displaying to users.\n maxLength: 5000\n nullable: true\n type: string\n footer:\n description: Footer to be displayed on the invoice.\n maxLength: 5000\n nullable: true\n type: string\n issuer:\n anyOf:\n - $ref: '#/components/schemas/connect_account_reference'\n description: The connected account that issues the invoice. The invoice is presented with the branding and support information of the specified account.\n nullable: true\n metadata:\n additionalProperties:\n maxLength: 500\n type: string\n 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.\n nullable: true\n type: object\n rendering_options:\n anyOf:\n - $ref: '#/components/schemas/invoice_setting_checkout_rendering_options'\n description: Options for invoice PDF rendering.\n nullable: true\n title: PaymentLinksResourceInvoiceSettings\n type: object\n x-expandableFields:\n - account_tax_ids\n - custom_fields\n - issuer\n - rendering_options\n payment_links_resource_name_collection:\n description: ''\n properties:\n business:\n $ref: '#/components/schemas/payment_links_resource_business_name'\n individual:\n $ref: '#/components/schemas/payment_links_resource_individual_name'\n title: PaymentLinksResourceNameCollection\n type: object\n x-expandableFields:\n - business\n - individual\n payment_links_resource_optional_item:\n description: ''\n properties:\n adjustable_quantity:\n anyOf:\n - $ref: '#/components/schemas/payment_links_resource_optional_item_adjustable_quantity'\n nullable: true\n price:\n maxLength: 5000\n type: string\n quantity:\n type: integer\n required:\n - price\n - quantity\n title: PaymentLinksResourceOptionalItem\n type: object\n x-expandableFields:\n - adjustable_quantity\n payment_links_resource_optional_item_adjustable_quantity:\n description: ''\n properties:\n enabled:\n description: Set to true if the quantity can be adjusted to any non-negative integer.\n type: boolean\n maximum:\n description: The maximum quantity of this item the customer can purchase. By default this value is 99.\n nullable: true\n type: integer\n minimum:\n 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.\n nullable: true\n type: integer\n required:\n - enabled\n title: PaymentLinksResourceOptionalItemAdjustableQuantity\n type: object\n x-expandableFields: []\n payment_links_resource_payment_intent_data:\n description: ''\n properties:\n capture_method:\n description: Indicates when the funds will be captured from the customer's account.\n enum:\n - automatic\n - automatic_async\n - manual\n nullable: true\n type: string\n description:\n description: An arbitrary string attached to the object. Often useful for displaying to users.\n maxLength: 5000\n nullable: true\n type: string\n metadata:\n additionalProperties:\n maxLength: 500\n type: string\n 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.\n type: object\n setup_future_usage:\n description: Indicates that you intend to make future payments with the payment method collected during checkout.\n enum:\n - off_session\n - on_session\n nullable: true\n type: string\n statement_descriptor:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n statement_descriptor_suffix:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n transfer_group:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n required:\n - metadata\n title: PaymentLinksResourcePaymentIntentData\n type: object\n x-expandableFields: []\n payment_links_resource_payment_method_reuse_agreement:\n description: ''\n properties:\n position:\n description: |-\n 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\n When set to `hidden`, the payment method reuse agreement text will always be hidden in the UI.\n enum:\n - auto\n - hidden\n type: string\n required:\n - position\n title: PaymentLinksResourcePaymentMethodReuseAgreement\n type: object\n x-expandableFields: []\n payment_links_resource_phone_number_collection:\n description: ''\n properties:\n enabled:\n description: If `true`, a phone number will be collected during checkout.\n type: boolean\n required:\n - enabled\n title: PaymentLinksResourcePhoneNumberCollection\n type: object\n x-expandableFields: []\n payment_links_resource_restrictions:\n description: ''\n properties:\n completed_sessions:\n $ref: '#/components/schemas/payment_links_resource_completed_sessions'\n required:\n - completed_sessions\n title: PaymentLinksResourceRestrictions\n type: object\n x-expandableFields:\n - completed_sessions\n payment_links_resource_shipping_address_collection:\n description: ''\n properties:\n allowed_countries:\n 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`.'\n items:\n enum:\n - AC\n - AD\n - AE\n - AF\n - AG\n - AI\n - AL\n - AM\n - AO\n - AQ\n - AR\n - AT\n - AU\n - AW\n - AX\n - AZ\n - BA\n - BB\n - BD\n - BE\n - BF\n - BG\n - BH\n - BI\n - BJ\n - BL\n - BM\n - BN\n - BO\n - BQ\n - BR\n - BS\n - BT\n - BV\n - BW\n - BY\n - BZ\n - CA\n - CD\n - CF\n - CG\n - CH\n - CI\n - CK\n - CL\n - CM\n - CN\n - CO\n - CR\n - CV\n - CW\n - CY\n - CZ\n - DE\n - DJ\n - DK\n - DM\n - DO\n - DZ\n - EC\n - EE\n - EG\n - EH\n - ER\n - ES\n - ET\n - FI\n - FJ\n - FK\n - FO\n - FR\n - GA\n - GB\n - GD\n - GE\n - GF\n - GG\n - GH\n - GI\n - GL\n - GM\n - GN\n - GP\n - GQ\n - GR\n - GS\n - GT\n - GU\n - GW\n - GY\n - HK\n - HN\n - HR\n - HT\n - HU\n - ID\n - IE\n - IL\n - IM\n - IN\n - IO\n - IQ\n - IS\n - IT\n - JE\n - JM\n - JO\n - JP\n - KE\n - KG\n - KH\n - KI\n - KM\n - KN\n - KR\n - KW\n - KY\n - KZ\n - LA\n - LB\n - LC\n - LI\n - LK\n - LR\n - LS\n - LT\n - LU\n - LV\n - LY\n - MA\n - MC\n - MD\n - ME\n - MF\n - MG\n - MK\n - ML\n - MM\n - MN\n - MO\n - MQ\n - MR\n - MS\n - MT\n - MU\n - MV\n - MW\n - MX\n - MY\n - MZ\n - NA\n - NC\n - NE\n - NG\n - NI\n - NL\n - NO\n - NP\n - NR\n - NU\n - NZ\n - OM\n - PA\n - PE\n - PF\n - PG\n - PH\n - PK\n - PL\n - PM\n - PN\n - PR\n - PS\n - PT\n - PY\n - QA\n - RE\n - RO\n - RS\n - RU\n - RW\n - SA\n - SB\n - SC\n - SD\n - SE\n - SG\n - SH\n - SI\n - SJ\n - SK\n - SL\n - SM\n - SN\n - SO\n - SR\n - SS\n - ST\n - SV\n - SX\n - SZ\n - TA\n - TC\n - TD\n - TF\n - TG\n - TH\n - TJ\n - TK\n - TL\n - TM\n - TN\n - TO\n - TR\n - TT\n - TV\n - TW\n - TZ\n - UA\n - UG\n - US\n - UY\n - UZ\n - VA\n - VC\n - VE\n - VG\n - VN\n - VU\n - WF\n - WS\n - XK\n - YE\n - YT\n - ZA\n - ZM\n - ZW\n - ZZ\n type: string\n type: array\n required:\n - allowed_countries\n title: PaymentLinksResourceShippingAddressCollection\n type: object\n x-expandableFields: []\n payment_links_resource_shipping_option:\n description: ''\n properties:\n shipping_amount:\n description: A non-negative integer in cents representing how much to charge.\n type: integer\n shipping_rate:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/shipping_rate'\n description: The ID of the Shipping Rate to use for this shipping option.\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/shipping_rate'\n required:\n - shipping_amount\n - shipping_rate\n title: PaymentLinksResourceShippingOption\n type: object\n x-expandableFields:\n - shipping_rate\n payment_links_resource_subscription_data:\n description: ''\n properties:\n description:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n invoice_settings:\n $ref: '#/components/schemas/payment_links_resource_subscription_data_invoice_settings'\n metadata:\n additionalProperties:\n maxLength: 500\n type: string\n 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.\n type: object\n trial_period_days:\n description: Integer representing the number of trial period days before the customer is charged for the first time.\n nullable: true\n type: integer\n trial_settings:\n anyOf:\n - $ref: '#/components/schemas/subscriptions_trials_resource_trial_settings'\n description: Settings related to subscription trials.\n nullable: true\n required:\n - invoice_settings\n - metadata\n title: PaymentLinksResourceSubscriptionData\n type: object\n x-expandableFields:\n - invoice_settings\n - trial_settings\n payment_links_resource_subscription_data_invoice_settings:\n description: ''\n properties:\n issuer:\n $ref: '#/components/schemas/connect_account_reference'\n required:\n - issuer\n title: PaymentLinksResourceSubscriptionDataInvoiceSettings\n type: object\n x-expandableFields:\n - issuer\n payment_links_resource_tax_id_collection:\n description: ''\n properties:\n enabled:\n description: Indicates whether tax ID collection is enabled for the session.\n type: boolean\n required:\n enum:\n - if_supported\n - never\n type: string\n required:\n - enabled\n - required\n title: PaymentLinksResourceTaxIdCollection\n type: object\n x-expandableFields: []\n payment_links_resource_transfer_data:\n description: ''\n properties:\n amount:\n 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.\n nullable: true\n type: integer\n destination:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/account'\n description: The connected account receiving the transfer.\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/account'\n required:\n - destination\n title: PaymentLinksResourceTransferData\n type: object\n x-expandableFields:\n - destination\n payment_method:\n description: |-\n PaymentMethod objects represent your customer's payment instruments.\n You can use them with [PaymentIntents](https://docs.stripe.com/payments/payment-intents) to collect payments or save them to\n Customer objects to store instrument details for future payments.\n\n Related guides: [Payment Methods](https://docs.stripe.com/payments/payment-methods) and [More Payment Scenarios](https://docs.stripe.com/payments/more-payment-scenarios).\n properties:\n acss_debit:\n $ref: '#/components/schemas/payment_method_acss_debit'\n affirm:\n $ref: '#/components/schemas/payment_method_affirm'\n afterpay_clearpay:\n $ref: '#/components/schemas/payment_method_afterpay_clearpay'\n alipay:\n $ref: '#/components/schemas/payment_flows_private_payment_methods_alipay'\n allow_redisplay:\n 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”.\n enum:\n - always\n - limited\n - unspecified\n type: string\n alma:\n $ref: '#/components/schemas/payment_method_alma'\n amazon_pay:\n $ref: '#/components/schemas/payment_method_amazon_pay'\n au_becs_debit:\n $ref: '#/components/schemas/payment_method_au_becs_debit'\n bacs_debit:\n $ref: '#/components/schemas/payment_method_bacs_debit'\n bancontact:\n $ref: '#/components/schemas/payment_method_bancontact'\n billie:\n $ref: '#/components/schemas/payment_method_billie'\n billing_details:\n $ref: '#/components/schemas/billing_details'\n blik:\n $ref: '#/components/schemas/payment_method_blik'\n boleto:\n $ref: '#/components/schemas/payment_method_boleto'\n card:\n $ref: '#/components/schemas/payment_method_card'\n card_present:\n $ref: '#/components/schemas/payment_method_card_present'\n cashapp:\n $ref: '#/components/schemas/payment_method_cashapp'\n created:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n crypto:\n $ref: '#/components/schemas/payment_method_crypto'\n custom:\n $ref: '#/components/schemas/payment_method_custom'\n customer:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/customer'\n 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.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/customer'\n customer_account:\n maxLength: 5000\n nullable: true\n type: string\n customer_balance:\n $ref: '#/components/schemas/payment_method_customer_balance'\n eps:\n $ref: '#/components/schemas/payment_method_eps'\n fpx:\n $ref: '#/components/schemas/payment_method_fpx'\n giropay:\n $ref: '#/components/schemas/payment_method_giropay'\n grabpay:\n $ref: '#/components/schemas/payment_method_grabpay'\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n ideal:\n $ref: '#/components/schemas/payment_method_ideal'\n interac_present:\n $ref: '#/components/schemas/payment_method_interac_present'\n kakao_pay:\n $ref: '#/components/schemas/payment_method_kakao_pay'\n klarna:\n $ref: '#/components/schemas/payment_method_klarna'\n konbini:\n $ref: '#/components/schemas/payment_method_konbini'\n kr_card:\n $ref: '#/components/schemas/payment_method_kr_card'\n link:\n $ref: '#/components/schemas/payment_method_link'\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n mb_way:\n $ref: '#/components/schemas/payment_method_mb_way'\n metadata:\n additionalProperties:\n maxLength: 500\n type: string\n 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.\n nullable: true\n type: object\n mobilepay:\n $ref: '#/components/schemas/payment_method_mobilepay'\n multibanco:\n $ref: '#/components/schemas/payment_method_multibanco'\n naver_pay:\n $ref: '#/components/schemas/payment_method_naver_pay'\n nz_bank_account:\n $ref: '#/components/schemas/payment_method_nz_bank_account'\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - payment_method\n type: string\n oxxo:\n $ref: '#/components/schemas/payment_method_oxxo'\n p24:\n $ref: '#/components/schemas/payment_method_p24'\n pay_by_bank:\n $ref: '#/components/schemas/payment_method_pay_by_bank'\n payco:\n $ref: '#/components/schemas/payment_method_payco'\n paynow:\n $ref: '#/components/schemas/payment_method_paynow'\n paypal:\n $ref: '#/components/schemas/payment_method_paypal'\n payto:\n $ref: '#/components/schemas/payment_method_payto'\n pix:\n $ref: '#/components/schemas/payment_method_pix'\n promptpay:\n $ref: '#/components/schemas/payment_method_promptpay'\n radar_options:\n $ref: '#/components/schemas/radar_radar_options'\n revolut_pay:\n $ref: '#/components/schemas/payment_method_revolut_pay'\n samsung_pay:\n $ref: '#/components/schemas/payment_method_samsung_pay'\n satispay:\n $ref: '#/components/schemas/payment_method_satispay'\n sepa_debit:\n $ref: '#/components/schemas/payment_method_sepa_debit'\n sofort:\n $ref: '#/components/schemas/payment_method_sofort'\n swish:\n $ref: '#/components/schemas/payment_method_swish'\n twint:\n $ref: '#/components/schemas/payment_method_twint'\n type:\n 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.\n enum:\n - acss_debit\n - affirm\n - afterpay_clearpay\n - alipay\n - alma\n - amazon_pay\n - au_becs_debit\n - bacs_debit\n - bancontact\n - billie\n - blik\n - boleto\n - card\n - card_present\n - cashapp\n - crypto\n - custom\n - customer_balance\n - eps\n - fpx\n - giropay\n - grabpay\n - ideal\n - interac_present\n - kakao_pay\n - klarna\n - konbini\n - kr_card\n - link\n - mb_way\n - mobilepay\n - multibanco\n - naver_pay\n - nz_bank_account\n - oxxo\n - p24\n - pay_by_bank\n - payco\n - paynow\n - paypal\n - payto\n - pix\n - promptpay\n - revolut_pay\n - samsung_pay\n - satispay\n - sepa_debit\n - sofort\n - swish\n - twint\n - us_bank_account\n - wechat_pay\n - zip\n type: string\n x-stripeBypassValidation: true\n us_bank_account:\n $ref: '#/components/schemas/payment_method_us_bank_account'\n wechat_pay:\n $ref: '#/components/schemas/payment_method_wechat_pay'\n zip:\n $ref: '#/components/schemas/payment_method_zip'\n required:\n - billing_details\n - created\n - id\n - livemode\n - object\n - type\n title: PaymentMethod\n type: object\n x-expandableFields:\n - acss_debit\n - affirm\n - afterpay_clearpay\n - alipay\n - alma\n - amazon_pay\n - au_becs_debit\n - bacs_debit\n - bancontact\n - billie\n - billing_details\n - blik\n - boleto\n - card\n - card_present\n - cashapp\n - crypto\n - custom\n - customer\n - customer_balance\n - eps\n - fpx\n - giropay\n - grabpay\n - ideal\n - interac_present\n - kakao_pay\n - klarna\n - konbini\n - kr_card\n - link\n - mb_way\n - mobilepay\n - multibanco\n - naver_pay\n - nz_bank_account\n - oxxo\n - p24\n - pay_by_bank\n - payco\n - paynow\n - paypal\n - payto\n - pix\n - promptpay\n - radar_options\n - revolut_pay\n - samsung_pay\n - satispay\n - sepa_debit\n - sofort\n - swish\n - twint\n - us_bank_account\n - wechat_pay\n - zip\n x-resourceId: payment_method\n payment_method_acss_debit:\n description: ''\n properties:\n bank_name:\n description: Name of the bank associated with the bank account.\n maxLength: 5000\n nullable: true\n type: string\n fingerprint:\n description: Uniquely identifies this particular bank account. You can use this attribute to check whether two bank accounts are the same.\n maxLength: 5000\n nullable: true\n type: string\n institution_number:\n description: Institution number of the bank account.\n maxLength: 5000\n nullable: true\n type: string\n last4:\n description: Last four digits of the bank account number.\n maxLength: 5000\n nullable: true\n type: string\n transit_number:\n description: Transit number of the bank account.\n maxLength: 5000\n nullable: true\n type: string\n title: payment_method_acss_debit\n type: object\n x-expandableFields: []\n payment_method_affirm:\n description: ''\n properties: {}\n title: payment_method_affirm\n type: object\n x-expandableFields: []\n payment_method_afterpay_clearpay:\n description: ''\n properties: {}\n title: payment_method_afterpay_clearpay\n type: object\n x-expandableFields: []\n payment_method_alma:\n description: ''\n properties: {}\n title: payment_method_alma\n type: object\n x-expandableFields: []\n payment_method_amazon_pay:\n description: ''\n properties: {}\n title: payment_method_amazon_pay\n type: object\n x-expandableFields: []\n payment_method_au_becs_debit:\n description: ''\n properties:\n bsb_number:\n description: Six-digit number identifying bank and branch associated with this bank account.\n maxLength: 5000\n nullable: true\n type: string\n fingerprint:\n description: Uniquely identifies this particular bank account. You can use this attribute to check whether two bank accounts are the same.\n maxLength: 5000\n nullable: true\n type: string\n last4:\n description: Last four digits of the bank account number.\n maxLength: 5000\n nullable: true\n type: string\n title: payment_method_au_becs_debit\n type: object\n x-expandableFields: []\n payment_method_bacs_debit:\n description: ''\n properties:\n fingerprint:\n description: Uniquely identifies this particular bank account. You can use this attribute to check whether two bank accounts are the same.\n maxLength: 5000\n nullable: true\n type: string\n last4:\n description: Last four digits of the bank account number.\n maxLength: 5000\n nullable: true\n type: string\n sort_code:\n description: Sort code of the bank account. (e.g., `10-20-30`)\n maxLength: 5000\n nullable: true\n type: string\n title: payment_method_bacs_debit\n type: object\n x-expandableFields: []\n payment_method_bancontact:\n description: ''\n properties: {}\n title: payment_method_bancontact\n type: object\n x-expandableFields: []\n payment_method_billie:\n description: ''\n properties: {}\n title: payment_method_billie\n type: object\n x-expandableFields: []\n payment_method_blik:\n description: ''\n properties: {}\n title: payment_method_blik\n type: object\n x-expandableFields: []\n payment_method_boleto:\n description: ''\n properties:\n tax_id:\n description: Uniquely identifies the customer tax id (CNPJ or CPF)\n maxLength: 5000\n type: string\n required:\n - tax_id\n title: payment_method_boleto\n type: object\n x-expandableFields: []\n payment_method_card:\n description: ''\n properties:\n brand:\n description: Card brand. Can be `amex`, `cartes_bancaires`, `diners`, `discover`, `eftpos_au`, `jcb`, `link`, `mastercard`, `unionpay`, `visa` or `unknown`.\n maxLength: 5000\n type: string\n checks:\n anyOf:\n - $ref: '#/components/schemas/payment_method_card_checks'\n description: Checks on Card address and CVC if provided.\n nullable: true\n country:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n display_brand:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n exp_month:\n description: Two-digit number representing the card's expiration month.\n type: integer\n exp_year:\n description: Four-digit number representing the card's expiration year.\n type: integer\n fingerprint:\n description: |-\n 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.*\n maxLength: 5000\n nullable: true\n type: string\n funding:\n description: Card funding type. Can be `credit`, `debit`, `prepaid`, or `unknown`.\n maxLength: 5000\n type: string\n generated_from:\n anyOf:\n - $ref: '#/components/schemas/payment_method_card_generated_card'\n description: Details of the original PaymentMethod that created this object.\n nullable: true\n last4:\n description: The last four digits of the card.\n maxLength: 5000\n type: string\n networks:\n anyOf:\n - $ref: '#/components/schemas/networks'\n description: Contains information about card networks that can be used to process the payment.\n nullable: true\n regulated_status:\n description: Status of a card based on the card issuer.\n enum:\n - regulated\n - unregulated\n nullable: true\n type: string\n three_d_secure_usage:\n anyOf:\n - $ref: '#/components/schemas/three_d_secure_usage'\n description: Contains details on how this Card may be used for 3D Secure authentication.\n nullable: true\n wallet:\n anyOf:\n - $ref: '#/components/schemas/payment_method_card_wallet'\n description: If this Card is part of a card wallet, this contains the details of the card wallet.\n nullable: true\n required:\n - brand\n - exp_month\n - exp_year\n - funding\n - last4\n title: payment_method_card\n type: object\n x-expandableFields:\n - checks\n - generated_from\n - networks\n - three_d_secure_usage\n - wallet\n payment_method_card_checks:\n description: ''\n properties:\n address_line1_check:\n description: If a address line1 was provided, results of the check, one of `pass`, `fail`, `unavailable`, or `unchecked`.\n maxLength: 5000\n nullable: true\n type: string\n address_postal_code_check:\n description: If a address postal code was provided, results of the check, one of `pass`, `fail`, `unavailable`, or `unchecked`.\n maxLength: 5000\n nullable: true\n type: string\n cvc_check:\n description: If a CVC was provided, results of the check, one of `pass`, `fail`, `unavailable`, or `unchecked`.\n maxLength: 5000\n nullable: true\n type: string\n title: payment_method_card_checks\n type: object\n x-expandableFields: []\n payment_method_card_generated_card:\n description: ''\n properties:\n charge:\n description: The charge that created this object.\n maxLength: 5000\n nullable: true\n type: string\n payment_method_details:\n anyOf:\n - $ref: '#/components/schemas/card_generated_from_payment_method_details'\n description: Transaction-specific details of the payment method used in the payment.\n nullable: true\n setup_attempt:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/setup_attempt'\n description: The ID of the SetupAttempt that generated this PaymentMethod, if any.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/setup_attempt'\n title: payment_method_card_generated_card\n type: object\n x-expandableFields:\n - payment_method_details\n - setup_attempt\n payment_method_card_present:\n description: ''\n properties:\n brand:\n description: Card brand. Can be `amex`, `cartes_bancaires`, `diners`, `discover`, `eftpos_au`, `jcb`, `link`, `mastercard`, `unionpay`, `visa` or `unknown`.\n maxLength: 5000\n nullable: true\n type: string\n brand_product:\n description: The [product code](https://stripe.com/docs/card-product-codes) that identifies the specific program or product associated with a card.\n maxLength: 5000\n nullable: true\n type: string\n cardholder_name:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n country:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n description:\n description: A high-level description of the type of cards issued in this range.\n maxLength: 5000\n nullable: true\n type: string\n exp_month:\n description: Two-digit number representing the card's expiration month.\n type: integer\n exp_year:\n description: Four-digit number representing the card's expiration year.\n type: integer\n fingerprint:\n description: |-\n 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.*\n maxLength: 5000\n nullable: true\n type: string\n funding:\n description: Card funding type. Can be `credit`, `debit`, `prepaid`, or `unknown`.\n maxLength: 5000\n nullable: true\n type: string\n issuer:\n description: The name of the card's issuing bank.\n maxLength: 5000\n nullable: true\n type: string\n last4:\n description: The last four digits of the card.\n maxLength: 5000\n nullable: true\n type: string\n networks:\n anyOf:\n - $ref: '#/components/schemas/payment_method_card_present_networks'\n description: Contains information about card networks that can be used to process the payment.\n nullable: true\n offline:\n anyOf:\n - $ref: '#/components/schemas/payment_method_details_card_present_offline'\n description: Details about payment methods collected offline.\n nullable: true\n preferred_locales:\n 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.\n items:\n maxLength: 5000\n type: string\n nullable: true\n type: array\n read_method:\n description: How card details were read in this transaction.\n enum:\n - contact_emv\n - contactless_emv\n - contactless_magstripe_mode\n - magnetic_stripe_fallback\n - magnetic_stripe_track2\n nullable: true\n type: string\n wallet:\n $ref: '#/components/schemas/payment_flows_private_payment_methods_card_present_common_wallet'\n required:\n - exp_month\n - exp_year\n title: payment_method_card_present\n type: object\n x-expandableFields:\n - networks\n - offline\n - wallet\n payment_method_card_present_networks:\n description: ''\n properties:\n available:\n description: All networks available for selection via [payment_method_options.card.network](/api/payment_intents/confirm#confirm_payment_intent-payment_method_options-card-network).\n items:\n maxLength: 5000\n type: string\n type: array\n preferred:\n description: The preferred network for the card.\n maxLength: 5000\n nullable: true\n type: string\n required:\n - available\n title: payment_method_card_present_networks\n type: object\n x-expandableFields: []\n payment_method_card_wallet:\n description: ''\n properties:\n amex_express_checkout:\n $ref: '#/components/schemas/payment_method_card_wallet_amex_express_checkout'\n apple_pay:\n $ref: '#/components/schemas/payment_method_card_wallet_apple_pay'\n dynamic_last4:\n description: (For tokenized numbers only.) The last four digits of the device account number.\n maxLength: 5000\n nullable: true\n type: string\n google_pay:\n $ref: '#/components/schemas/payment_method_card_wallet_google_pay'\n link:\n $ref: '#/components/schemas/payment_method_card_wallet_link'\n masterpass:\n $ref: '#/components/schemas/payment_method_card_wallet_masterpass'\n samsung_pay:\n $ref: '#/components/schemas/payment_method_card_wallet_samsung_pay'\n type:\n 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.\n enum:\n - amex_express_checkout\n - apple_pay\n - google_pay\n - link\n - masterpass\n - samsung_pay\n - visa_checkout\n type: string\n visa_checkout:\n $ref: '#/components/schemas/payment_method_card_wallet_visa_checkout'\n required:\n - type\n title: payment_method_card_wallet\n type: object\n x-expandableFields:\n - amex_express_checkout\n - apple_pay\n - google_pay\n - link\n - masterpass\n - samsung_pay\n - visa_checkout\n payment_method_card_wallet_amex_express_checkout:\n description: ''\n properties: {}\n title: payment_method_card_wallet_amex_express_checkout\n type: object\n x-expandableFields: []\n payment_method_card_wallet_apple_pay:\n description: ''\n properties: {}\n title: payment_method_card_wallet_apple_pay\n type: object\n x-expandableFields: []\n payment_method_card_wallet_google_pay:\n description: ''\n properties: {}\n title: payment_method_card_wallet_google_pay\n type: object\n x-expandableFields: []\n payment_method_card_wallet_link:\n description: ''\n properties: {}\n title: payment_method_card_wallet_link\n type: object\n x-expandableFields: []\n payment_method_card_wallet_masterpass:\n description: ''\n properties:\n billing_address:\n anyOf:\n - $ref: '#/components/schemas/address'\n 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.\n nullable: true\n email:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n name:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n shipping_address:\n anyOf:\n - $ref: '#/components/schemas/address'\n 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.\n nullable: true\n title: payment_method_card_wallet_masterpass\n type: object\n x-expandableFields:\n - billing_address\n - shipping_address\n payment_method_card_wallet_samsung_pay:\n description: ''\n properties: {}\n title: payment_method_card_wallet_samsung_pay\n type: object\n x-expandableFields: []\n payment_method_card_wallet_visa_checkout:\n description: ''\n properties:\n billing_address:\n anyOf:\n - $ref: '#/components/schemas/address'\n 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.\n nullable: true\n email:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n name:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n shipping_address:\n anyOf:\n - $ref: '#/components/schemas/address'\n 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.\n nullable: true\n title: payment_method_card_wallet_visa_checkout\n type: object\n x-expandableFields:\n - billing_address\n - shipping_address\n payment_method_cashapp:\n description: ''\n properties:\n buyer_id:\n description: A unique and immutable identifier assigned by Cash App to every buyer.\n maxLength: 5000\n nullable: true\n type: string\n cashtag:\n description: A public identifier for buyers using Cash App.\n maxLength: 5000\n nullable: true\n type: string\n title: payment_method_cashapp\n type: object\n x-expandableFields: []\n payment_method_config_biz_payment_method_configuration_details:\n description: ''\n properties:\n id:\n description: ID of the payment method configuration used.\n maxLength: 5000\n type: string\n parent:\n description: ID of the parent payment method configuration used.\n maxLength: 5000\n nullable: true\n type: string\n required:\n - id\n title: PaymentMethodConfigBizPaymentMethodConfigurationDetails\n type: object\n x-expandableFields: []\n payment_method_config_resource_display_preference:\n description: ''\n properties:\n overridable:\n description: For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.\n nullable: true\n type: boolean\n preference:\n description: The account's display preference.\n enum:\n - none\n - off\n - on\n type: string\n value:\n description: The effective display preference value.\n enum:\n - off\n - on\n type: string\n required:\n - preference\n - value\n title: PaymentMethodConfigResourceDisplayPreference\n type: object\n x-expandableFields: []\n payment_method_config_resource_payment_method_properties:\n description: ''\n properties:\n available:\n description: Whether this payment method may be offered at checkout. True if `display_preference` is `on` and the payment method's capability is active.\n type: boolean\n display_preference:\n $ref: '#/components/schemas/payment_method_config_resource_display_preference'\n required:\n - available\n - display_preference\n title: PaymentMethodConfigResourcePaymentMethodProperties\n type: object\n x-expandableFields:\n - display_preference\n payment_method_configuration:\n description: |-\n 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\n There 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\n Child 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\n Related 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)\n properties:\n acss_debit:\n $ref: '#/components/schemas/payment_method_config_resource_payment_method_properties'\n active:\n description: Whether the configuration can be used for new payments.\n type: boolean\n affirm:\n $ref: '#/components/schemas/payment_method_config_resource_payment_method_properties'\n afterpay_clearpay:\n $ref: '#/components/schemas/payment_method_config_resource_payment_method_properties'\n alipay:\n $ref: '#/components/schemas/payment_method_config_resource_payment_method_properties'\n alma:\n $ref: '#/components/schemas/payment_method_config_resource_payment_method_properties'\n amazon_pay:\n $ref: '#/components/schemas/payment_method_config_resource_payment_method_properties'\n apple_pay:\n $ref: '#/components/schemas/payment_method_config_resource_payment_method_properties'\n application:\n description: For child configs, the Connect application associated with the configuration.\n maxLength: 5000\n nullable: true\n type: string\n au_becs_debit:\n $ref: '#/components/schemas/payment_method_config_resource_payment_method_properties'\n bacs_debit:\n $ref: '#/components/schemas/payment_method_config_resource_payment_method_properties'\n bancontact:\n $ref: '#/components/schemas/payment_method_config_resource_payment_method_properties'\n billie:\n $ref: '#/components/schemas/payment_method_config_resource_payment_method_properties'\n blik:\n $ref: '#/components/schemas/payment_method_config_resource_payment_method_properties'\n boleto:\n $ref: '#/components/schemas/payment_method_config_resource_payment_method_properties'\n card:\n $ref: '#/components/schemas/payment_method_config_resource_payment_method_properties'\n cartes_bancaires:\n $ref: '#/components/schemas/payment_method_config_resource_payment_method_properties'\n cashapp:\n $ref: '#/components/schemas/payment_method_config_resource_payment_method_properties'\n crypto:\n $ref: '#/components/schemas/payment_method_config_resource_payment_method_properties'\n customer_balance:\n $ref: '#/components/schemas/payment_method_config_resource_payment_method_properties'\n eps:\n $ref: '#/components/schemas/payment_method_config_resource_payment_method_properties'\n fpx:\n $ref: '#/components/schemas/payment_method_config_resource_payment_method_properties'\n giropay:\n $ref: '#/components/schemas/payment_method_config_resource_payment_method_properties'\n google_pay:\n $ref: '#/components/schemas/payment_method_config_resource_payment_method_properties'\n grabpay:\n $ref: '#/components/schemas/payment_method_config_resource_payment_method_properties'\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n ideal:\n $ref: '#/components/schemas/payment_method_config_resource_payment_method_properties'\n is_default:\n description: The default configuration is used whenever a payment method configuration is not specified.\n type: boolean\n jcb:\n $ref: '#/components/schemas/payment_method_config_resource_payment_method_properties'\n kakao_pay:\n $ref: '#/components/schemas/payment_method_config_resource_payment_method_properties'\n klarna:\n $ref: '#/components/schemas/payment_method_config_resource_payment_method_properties'\n konbini:\n $ref: '#/components/schemas/payment_method_config_resource_payment_method_properties'\n kr_card:\n $ref: '#/components/schemas/payment_method_config_resource_payment_method_properties'\n link:\n $ref: '#/components/schemas/payment_method_config_resource_payment_method_properties'\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n mb_way:\n $ref: '#/components/schemas/payment_method_config_resource_payment_method_properties'\n mobilepay:\n $ref: '#/components/schemas/payment_method_config_resource_payment_method_properties'\n multibanco:\n $ref: '#/components/schemas/payment_method_config_resource_payment_method_properties'\n name:\n description: The configuration's name.\n maxLength: 5000\n type: string\n naver_pay:\n $ref: '#/components/schemas/payment_method_config_resource_payment_method_properties'\n nz_bank_account:\n $ref: '#/components/schemas/payment_method_config_resource_payment_method_properties'\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - payment_method_configuration\n type: string\n oxxo:\n $ref: '#/components/schemas/payment_method_config_resource_payment_method_properties'\n p24:\n $ref: '#/components/schemas/payment_method_config_resource_payment_method_properties'\n parent:\n description: For child configs, the configuration's parent configuration.\n maxLength: 5000\n nullable: true\n type: string\n pay_by_bank:\n $ref: '#/components/schemas/payment_method_config_resource_payment_method_properties'\n payco:\n $ref: '#/components/schemas/payment_method_config_resource_payment_method_properties'\n paynow:\n $ref: '#/components/schemas/payment_method_config_resource_payment_method_properties'\n paypal:\n $ref: '#/components/schemas/payment_method_config_resource_payment_method_properties'\n payto:\n $ref: '#/components/schemas/payment_method_config_resource_payment_method_properties'\n pix:\n $ref: '#/components/schemas/payment_method_config_resource_payment_method_properties'\n promptpay:\n $ref: '#/components/schemas/payment_method_config_resource_payment_method_properties'\n revolut_pay:\n $ref: '#/components/schemas/payment_method_config_resource_payment_method_properties'\n samsung_pay:\n $ref: '#/components/schemas/payment_method_config_resource_payment_method_properties'\n satispay:\n $ref: '#/components/schemas/payment_method_config_resource_payment_method_properties'\n sepa_debit:\n $ref: '#/components/schemas/payment_method_config_resource_payment_method_properties'\n sofort:\n $ref: '#/components/schemas/payment_method_config_resource_payment_method_properties'\n swish:\n $ref: '#/components/schemas/payment_method_config_resource_payment_method_properties'\n twint:\n $ref: '#/components/schemas/payment_method_config_resource_payment_method_properties'\n us_bank_account:\n $ref: '#/components/schemas/payment_method_config_resource_payment_method_properties'\n wechat_pay:\n $ref: '#/components/schemas/payment_method_config_resource_payment_method_properties'\n zip:\n $ref: '#/components/schemas/payment_method_config_resource_payment_method_properties'\n required:\n - active\n - id\n - is_default\n - livemode\n - name\n - object\n title: PaymentMethodConfigResourcePaymentMethodConfiguration\n type: object\n x-expandableFields:\n - acss_debit\n - affirm\n - afterpay_clearpay\n - alipay\n - alma\n - amazon_pay\n - apple_pay\n - au_becs_debit\n - bacs_debit\n - bancontact\n - billie\n - blik\n - boleto\n - card\n - cartes_bancaires\n - cashapp\n - crypto\n - customer_balance\n - eps\n - fpx\n - giropay\n - google_pay\n - grabpay\n - ideal\n - jcb\n - kakao_pay\n - klarna\n - konbini\n - kr_card\n - link\n - mb_way\n - mobilepay\n - multibanco\n - naver_pay\n - nz_bank_account\n - oxxo\n - p24\n - pay_by_bank\n - payco\n - paynow\n - paypal\n - payto\n - pix\n - promptpay\n - revolut_pay\n - samsung_pay\n - satispay\n - sepa_debit\n - sofort\n - swish\n - twint\n - us_bank_account\n - wechat_pay\n - zip\n x-resourceId: payment_method_configuration\n payment_method_crypto:\n description: ''\n properties: {}\n title: payment_method_crypto\n type: object\n x-expandableFields: []\n payment_method_custom:\n description: ''\n properties:\n display_name:\n description: Display name of the Dashboard-only CustomPaymentMethodType.\n maxLength: 5000\n nullable: true\n type: string\n logo:\n anyOf:\n - $ref: '#/components/schemas/custom_logo'\n description: Contains information about the Dashboard-only CustomPaymentMethodType logo.\n nullable: true\n type:\n description: ID of the Dashboard-only CustomPaymentMethodType. Not expandable.\n maxLength: 5000\n type: string\n required:\n - type\n title: payment_method_custom\n type: object\n x-expandableFields:\n - logo\n payment_method_customer_balance:\n description: ''\n properties: {}\n title: payment_method_customer_balance\n type: object\n x-expandableFields: []\n payment_method_details:\n description: ''\n properties:\n ach_credit_transfer:\n $ref: '#/components/schemas/payment_method_details_ach_credit_transfer'\n ach_debit:\n $ref: '#/components/schemas/payment_method_details_ach_debit'\n acss_debit:\n $ref: '#/components/schemas/payment_method_details_acss_debit'\n affirm:\n $ref: '#/components/schemas/payment_method_details_affirm'\n afterpay_clearpay:\n $ref: '#/components/schemas/payment_method_details_afterpay_clearpay'\n alipay:\n $ref: '#/components/schemas/payment_flows_private_payment_methods_alipay_details'\n alma:\n $ref: '#/components/schemas/payment_method_details_alma'\n amazon_pay:\n $ref: '#/components/schemas/payment_method_details_amazon_pay'\n au_becs_debit:\n $ref: '#/components/schemas/payment_method_details_au_becs_debit'\n bacs_debit:\n $ref: '#/components/schemas/payment_method_details_bacs_debit'\n bancontact:\n $ref: '#/components/schemas/payment_method_details_bancontact'\n billie:\n $ref: '#/components/schemas/payment_method_details_billie'\n blik:\n $ref: '#/components/schemas/payment_method_details_blik'\n boleto:\n $ref: '#/components/schemas/payment_method_details_boleto'\n card:\n $ref: '#/components/schemas/payment_method_details_card'\n card_present:\n $ref: '#/components/schemas/payment_method_details_card_present'\n cashapp:\n $ref: '#/components/schemas/payment_method_details_cashapp'\n crypto:\n $ref: '#/components/schemas/payment_method_details_crypto'\n customer_balance:\n $ref: '#/components/schemas/payment_method_details_customer_balance'\n eps:\n $ref: '#/components/schemas/payment_method_details_eps'\n fpx:\n $ref: '#/components/schemas/payment_method_details_fpx'\n giropay:\n $ref: '#/components/schemas/payment_method_details_giropay'\n grabpay:\n $ref: '#/components/schemas/payment_method_details_grabpay'\n ideal:\n $ref: '#/components/schemas/payment_method_details_ideal'\n interac_present:\n $ref: '#/components/schemas/payment_method_details_interac_present'\n kakao_pay:\n $ref: '#/components/schemas/payment_method_details_kakao_pay'\n klarna:\n $ref: '#/components/schemas/payment_method_details_klarna'\n konbini:\n $ref: '#/components/schemas/payment_method_details_konbini'\n kr_card:\n $ref: '#/components/schemas/payment_method_details_kr_card'\n link:\n $ref: '#/components/schemas/payment_method_details_link'\n mb_way:\n $ref: '#/components/schemas/payment_method_details_mb_way'\n mobilepay:\n $ref: '#/components/schemas/payment_method_details_mobilepay'\n multibanco:\n $ref: '#/components/schemas/payment_method_details_multibanco'\n naver_pay:\n $ref: '#/components/schemas/payment_method_details_naver_pay'\n nz_bank_account:\n $ref: '#/components/schemas/payment_method_details_nz_bank_account'\n oxxo:\n $ref: '#/components/schemas/payment_method_details_oxxo'\n p24:\n $ref: '#/components/schemas/payment_method_details_p24'\n pay_by_bank:\n $ref: '#/components/schemas/payment_method_details_pay_by_bank'\n payco:\n $ref: '#/components/schemas/payment_method_details_payco'\n paynow:\n $ref: '#/components/schemas/payment_method_details_paynow'\n paypal:\n $ref: '#/components/schemas/payment_method_details_paypal'\n payto:\n $ref: '#/components/schemas/payment_method_details_payto'\n pix:\n $ref: '#/components/schemas/payment_method_details_pix'\n promptpay:\n $ref: '#/components/schemas/payment_method_details_promptpay'\n revolut_pay:\n $ref: '#/components/schemas/payment_method_details_revolut_pay'\n samsung_pay:\n $ref: '#/components/schemas/payment_method_details_samsung_pay'\n satispay:\n $ref: '#/components/schemas/payment_method_details_satispay'\n sepa_debit:\n $ref: '#/components/schemas/payment_method_details_sepa_debit'\n sofort:\n $ref: '#/components/schemas/payment_method_details_sofort'\n stripe_account:\n $ref: '#/components/schemas/payment_method_details_stripe_account'\n swish:\n $ref: '#/components/schemas/payment_method_details_swish'\n twint:\n $ref: '#/components/schemas/payment_method_details_twint'\n type:\n description: |-\n 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.\n An additional hash is included on `payment_method_details` with a name matching this value.\n It contains information specific to the payment method.\n maxLength: 5000\n type: string\n us_bank_account:\n $ref: '#/components/schemas/payment_method_details_us_bank_account'\n wechat:\n $ref: '#/components/schemas/payment_method_details_wechat'\n wechat_pay:\n $ref: '#/components/schemas/payment_method_details_wechat_pay'\n zip:\n $ref: '#/components/schemas/payment_method_details_zip'\n required:\n - type\n title: payment_method_details\n type: object\n x-expandableFields:\n - ach_credit_transfer\n - ach_debit\n - acss_debit\n - affirm\n - afterpay_clearpay\n - alipay\n - alma\n - amazon_pay\n - au_becs_debit\n - bacs_debit\n - bancontact\n - billie\n - blik\n - boleto\n - card\n - card_present\n - cashapp\n - crypto\n - customer_balance\n - eps\n - fpx\n - giropay\n - grabpay\n - ideal\n - interac_present\n - kakao_pay\n - klarna\n - konbini\n - kr_card\n - link\n - mb_way\n - mobilepay\n - multibanco\n - naver_pay\n - nz_bank_account\n - oxxo\n - p24\n - pay_by_bank\n - payco\n - paynow\n - paypal\n - payto\n - pix\n - promptpay\n - revolut_pay\n - samsung_pay\n - satispay\n - sepa_debit\n - sofort\n - stripe_account\n - swish\n - twint\n - us_bank_account\n - wechat\n - wechat_pay\n - zip\n payment_method_details_ach_credit_transfer:\n description: ''\n properties:\n account_number:\n description: Account number to transfer funds to.\n maxLength: 5000\n nullable: true\n type: string\n bank_name:\n description: Name of the bank associated with the routing number.\n maxLength: 5000\n nullable: true\n type: string\n routing_number:\n description: Routing transit number for the bank account to transfer funds to.\n maxLength: 5000\n nullable: true\n type: string\n swift_code:\n description: SWIFT code of the bank associated with the routing number.\n maxLength: 5000\n nullable: true\n type: string\n title: payment_method_details_ach_credit_transfer\n type: object\n x-expandableFields: []\n payment_method_details_ach_debit:\n description: ''\n properties:\n account_holder_type:\n description: Type of entity that holds the account. This can be either `individual` or `company`.\n enum:\n - company\n - individual\n nullable: true\n type: string\n bank_name:\n description: Name of the bank associated with the bank account.\n maxLength: 5000\n nullable: true\n type: string\n country:\n description: Two-letter ISO code representing the country the bank account is located in.\n maxLength: 5000\n nullable: true\n type: string\n fingerprint:\n description: Uniquely identifies this particular bank account. You can use this attribute to check whether two bank accounts are the same.\n maxLength: 5000\n nullable: true\n type: string\n last4:\n description: Last four digits of the bank account number.\n maxLength: 5000\n nullable: true\n type: string\n routing_number:\n description: Routing transit number of the bank account.\n maxLength: 5000\n nullable: true\n type: string\n title: payment_method_details_ach_debit\n type: object\n x-expandableFields: []\n payment_method_details_acss_debit:\n description: ''\n properties:\n bank_name:\n description: Name of the bank associated with the bank account.\n maxLength: 5000\n nullable: true\n type: string\n expected_debit_date:\n description: Estimated date to debit the customer's bank account. A date string in YYYY-MM-DD format.\n maxLength: 5000\n type: string\n fingerprint:\n description: Uniquely identifies this particular bank account. You can use this attribute to check whether two bank accounts are the same.\n maxLength: 5000\n nullable: true\n type: string\n institution_number:\n description: Institution number of the bank account\n maxLength: 5000\n nullable: true\n type: string\n last4:\n description: Last four digits of the bank account number.\n maxLength: 5000\n nullable: true\n type: string\n mandate:\n description: ID of the mandate used to make this payment.\n maxLength: 5000\n type: string\n transit_number:\n description: Transit number of the bank account.\n maxLength: 5000\n nullable: true\n type: string\n title: payment_method_details_acss_debit\n type: object\n x-expandableFields: []\n payment_method_details_affirm:\n description: ''\n properties:\n location:\n description: ID of the [location](https://docs.stripe.com/api/terminal/locations) that this transaction's reader is assigned to.\n maxLength: 5000\n type: string\n reader:\n description: ID of the [reader](https://docs.stripe.com/api/terminal/readers) this transaction was made on.\n maxLength: 5000\n type: string\n transaction_id:\n description: The Affirm transaction ID associated with this payment.\n maxLength: 5000\n nullable: true\n type: string\n title: payment_method_details_affirm\n type: object\n x-expandableFields: []\n payment_method_details_afterpay_clearpay:\n description: ''\n properties:\n order_id:\n description: The Afterpay order ID associated with this payment intent.\n maxLength: 5000\n nullable: true\n type: string\n reference:\n description: Order identifier shown to the merchant in Afterpay’s online portal.\n maxLength: 5000\n nullable: true\n type: string\n title: payment_method_details_afterpay_clearpay\n type: object\n x-expandableFields: []\n payment_method_details_alma:\n description: ''\n properties:\n installments:\n $ref: '#/components/schemas/alma_installments'\n transaction_id:\n description: The Alma transaction ID associated with this payment.\n maxLength: 5000\n nullable: true\n type: string\n title: payment_method_details_alma\n type: object\n x-expandableFields:\n - installments\n payment_method_details_amazon_pay:\n description: ''\n properties:\n funding:\n $ref: '#/components/schemas/amazon_pay_underlying_payment_method_funding_details'\n transaction_id:\n description: The Amazon Pay transaction ID associated with this payment.\n maxLength: 5000\n nullable: true\n type: string\n title: payment_method_details_amazon_pay\n type: object\n x-expandableFields:\n - funding\n payment_method_details_au_becs_debit:\n description: ''\n properties:\n bsb_number:\n description: Bank-State-Branch number of the bank account.\n maxLength: 5000\n nullable: true\n type: string\n expected_debit_date:\n description: Estimated date to debit the customer's bank account. A date string in YYYY-MM-DD format.\n maxLength: 5000\n type: string\n fingerprint:\n description: Uniquely identifies this particular bank account. You can use this attribute to check whether two bank accounts are the same.\n maxLength: 5000\n nullable: true\n type: string\n last4:\n description: Last four digits of the bank account number.\n maxLength: 5000\n nullable: true\n type: string\n mandate:\n description: ID of the mandate used to make this payment.\n maxLength: 5000\n type: string\n title: payment_method_details_au_becs_debit\n type: object\n x-expandableFields: []\n payment_method_details_bacs_debit:\n description: ''\n properties:\n expected_debit_date:\n description: Estimated date to debit the customer's bank account. A date string in YYYY-MM-DD format.\n maxLength: 5000\n type: string\n fingerprint:\n description: Uniquely identifies this particular bank account. You can use this attribute to check whether two bank accounts are the same.\n maxLength: 5000\n nullable: true\n type: string\n last4:\n description: Last four digits of the bank account number.\n maxLength: 5000\n nullable: true\n type: string\n mandate:\n description: ID of the mandate used to make this payment.\n maxLength: 5000\n nullable: true\n type: string\n sort_code:\n description: Sort code of the bank account. (e.g., `10-20-30`)\n maxLength: 5000\n nullable: true\n type: string\n title: payment_method_details_bacs_debit\n type: object\n x-expandableFields: []\n payment_method_details_bancontact:\n description: ''\n properties:\n bank_code:\n description: Bank code of bank associated with the bank account.\n maxLength: 5000\n nullable: true\n type: string\n bank_name:\n description: Name of the bank associated with the bank account.\n maxLength: 5000\n nullable: true\n type: string\n bic:\n description: Bank Identifier Code of the bank associated with the bank account.\n maxLength: 5000\n nullable: true\n type: string\n generated_sepa_debit:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/payment_method'\n description: The ID of the SEPA Direct Debit PaymentMethod which was generated by this Charge.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/payment_method'\n generated_sepa_debit_mandate:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/mandate'\n description: The mandate for the SEPA Direct Debit PaymentMethod which was generated by this Charge.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/mandate'\n iban_last4:\n description: Last four characters of the IBAN.\n maxLength: 5000\n nullable: true\n type: string\n preferred_language:\n description: |-\n Preferred language of the Bancontact authorization page that the customer is redirected to.\n Can be one of `en`, `de`, `fr`, or `nl`\n enum:\n - de\n - en\n - fr\n - nl\n nullable: true\n type: string\n verified_name:\n description: |-\n 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.\n maxLength: 5000\n nullable: true\n type: string\n title: payment_method_details_bancontact\n type: object\n x-expandableFields:\n - generated_sepa_debit\n - generated_sepa_debit_mandate\n payment_method_details_billie:\n description: ''\n properties:\n transaction_id:\n description: The Billie transaction ID associated with this payment.\n maxLength: 5000\n nullable: true\n type: string\n title: payment_method_details_billie\n type: object\n x-expandableFields: []\n payment_method_details_blik:\n description: ''\n properties:\n buyer_id:\n description: A unique and immutable identifier assigned by BLIK to every buyer.\n maxLength: 5000\n nullable: true\n type: string\n title: payment_method_details_blik\n type: object\n x-expandableFields: []\n payment_method_details_boleto:\n description: ''\n properties:\n tax_id:\n description: The tax ID of the customer (CPF for individuals consumers or CNPJ for businesses consumers)\n maxLength: 5000\n type: string\n required:\n - tax_id\n title: payment_method_details_boleto\n type: object\n x-expandableFields: []\n payment_method_details_card:\n description: ''\n properties:\n amount_authorized:\n description: The authorized amount.\n nullable: true\n type: integer\n authorization_code:\n description: Authorization code on the charge.\n maxLength: 5000\n nullable: true\n type: string\n brand:\n description: Card brand. Can be `amex`, `cartes_bancaires`, `diners`, `discover`, `eftpos_au`, `jcb`, `link`, `mastercard`, `unionpay`, `visa` or `unknown`.\n maxLength: 5000\n nullable: true\n type: string\n capture_before:\n description: When using manual capture, a future timestamp at which the charge will be automatically refunded if uncaptured.\n format: unix-time\n type: integer\n checks:\n anyOf:\n - $ref: '#/components/schemas/payment_method_details_card_checks'\n description: Check results by Card networks on Card address and CVC at time of payment.\n nullable: true\n country:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n exp_month:\n description: Two-digit number representing the card's expiration month.\n type: integer\n exp_year:\n description: Four-digit number representing the card's expiration year.\n type: integer\n extended_authorization:\n $ref: '#/components/schemas/payment_flows_private_payment_methods_card_details_api_resource_enterprise_features_extended_authorization_extended_authorization'\n fingerprint:\n description: |-\n 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.*\n maxLength: 5000\n nullable: true\n type: string\n funding:\n description: Card funding type. Can be `credit`, `debit`, `prepaid`, or `unknown`.\n maxLength: 5000\n nullable: true\n type: string\n incremental_authorization:\n $ref: '#/components/schemas/payment_flows_private_payment_methods_card_details_api_resource_enterprise_features_incremental_authorization_incremental_authorization'\n installments:\n anyOf:\n - $ref: '#/components/schemas/payment_method_details_card_installments'\n description: |-\n Installment details for this payment.\n\n For more information, see the [installments integration guide](https://docs.stripe.com/payments/installments).\n nullable: true\n last4:\n description: The last four digits of the card.\n maxLength: 5000\n nullable: true\n type: string\n mandate:\n description: ID of the mandate used to make this payment or created by it.\n maxLength: 5000\n nullable: true\n type: string\n multicapture:\n $ref: '#/components/schemas/payment_flows_private_payment_methods_card_details_api_resource_multicapture'\n network:\n 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`.\n maxLength: 5000\n nullable: true\n type: string\n network_token:\n anyOf:\n - $ref: '#/components/schemas/payment_method_details_card_network_token'\n description: If this card has network token credentials, this contains the details of the network token credentials.\n nullable: true\n network_transaction_id:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n overcapture:\n $ref: '#/components/schemas/payment_flows_private_payment_methods_card_details_api_resource_enterprise_features_overcapture_overcapture'\n regulated_status:\n description: Status of a card based on the card issuer.\n enum:\n - regulated\n - unregulated\n nullable: true\n type: string\n three_d_secure:\n anyOf:\n - $ref: '#/components/schemas/three_d_secure_details_charge'\n description: Populated if this transaction used 3D Secure authentication.\n nullable: true\n wallet:\n anyOf:\n - $ref: '#/components/schemas/payment_method_details_card_wallet'\n description: If this Card is part of a card wallet, this contains the details of the card wallet.\n nullable: true\n required:\n - exp_month\n - exp_year\n title: payment_method_details_card\n type: object\n x-expandableFields:\n - checks\n - extended_authorization\n - incremental_authorization\n - installments\n - multicapture\n - network_token\n - overcapture\n - three_d_secure\n - wallet\n payment_method_details_card_checks:\n description: ''\n properties:\n address_line1_check:\n description: If a address line1 was provided, results of the check, one of `pass`, `fail`, `unavailable`, or `unchecked`.\n maxLength: 5000\n nullable: true\n type: string\n address_postal_code_check:\n description: If a address postal code was provided, results of the check, one of `pass`, `fail`, `unavailable`, or `unchecked`.\n maxLength: 5000\n nullable: true\n type: string\n cvc_check:\n description: If a CVC was provided, results of the check, one of `pass`, `fail`, `unavailable`, or `unchecked`.\n maxLength: 5000\n nullable: true\n type: string\n title: payment_method_details_card_checks\n type: object\n x-expandableFields: []\n payment_method_details_card_installments:\n description: ''\n properties:\n plan:\n anyOf:\n - $ref: '#/components/schemas/payment_method_details_card_installments_plan'\n description: Installment plan selected for the payment.\n nullable: true\n title: payment_method_details_card_installments\n type: object\n x-expandableFields:\n - plan\n payment_method_details_card_installments_plan:\n description: ''\n properties:\n count:\n description: For `fixed_count` installment plans, this is the number of installment payments your customer will make to their credit card.\n nullable: true\n type: integer\n interval:\n description: |-\n For `fixed_count` installment plans, this is the interval between installment payments your customer will make to their credit card.\n One of `month`.\n enum:\n - month\n nullable: true\n type: string\n type:\n description: Type of installment plan, one of `fixed_count`, `bonus`, or `revolving`.\n enum:\n - bonus\n - fixed_count\n - revolving\n type: string\n required:\n - type\n title: payment_method_details_card_installments_plan\n type: object\n x-expandableFields: []\n payment_method_details_card_network_token:\n description: ''\n properties:\n used:\n description: Indicates if Stripe used a network token, either user provided or Stripe managed when processing the transaction.\n type: boolean\n required:\n - used\n title: payment_method_details_card_network_token\n type: object\n x-expandableFields: []\n payment_method_details_card_present:\n description: ''\n properties:\n amount_authorized:\n description: The authorized amount\n nullable: true\n type: integer\n brand:\n description: Card brand. Can be `amex`, `cartes_bancaires`, `diners`, `discover`, `eftpos_au`, `jcb`, `link`, `mastercard`, `unionpay`, `visa` or `unknown`.\n maxLength: 5000\n nullable: true\n type: string\n brand_product:\n description: The [product code](https://stripe.com/docs/card-product-codes) that identifies the specific program or product associated with a card.\n maxLength: 5000\n nullable: true\n type: string\n capture_before:\n description: When using manual capture, a future timestamp after which the charge will be automatically refunded if uncaptured.\n format: unix-time\n type: integer\n cardholder_name:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n country:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n description:\n description: A high-level description of the type of cards issued in this range.\n maxLength: 5000\n nullable: true\n type: string\n emv_auth_data:\n description: Authorization response cryptogram.\n maxLength: 5000\n nullable: true\n type: string\n exp_month:\n description: Two-digit number representing the card's expiration month.\n type: integer\n exp_year:\n description: Four-digit number representing the card's expiration year.\n type: integer\n fingerprint:\n description: |-\n 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.*\n maxLength: 5000\n nullable: true\n type: string\n funding:\n description: Card funding type. Can be `credit`, `debit`, `prepaid`, or `unknown`.\n maxLength: 5000\n nullable: true\n type: string\n generated_card:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n incremental_authorization_supported:\n 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).\n type: boolean\n issuer:\n description: The name of the card's issuing bank.\n maxLength: 5000\n nullable: true\n type: string\n last4:\n description: The last four digits of the card.\n maxLength: 5000\n nullable: true\n type: string\n network:\n 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`.\n maxLength: 5000\n nullable: true\n type: string\n network_transaction_id:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n offline:\n anyOf:\n - $ref: '#/components/schemas/payment_method_details_card_present_offline'\n description: Details about payments collected offline.\n nullable: true\n overcapture_supported:\n description: Defines whether the authorized amount can be over-captured or not\n type: boolean\n preferred_locales:\n 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.\n items:\n maxLength: 5000\n type: string\n nullable: true\n type: array\n read_method:\n description: How card details were read in this transaction.\n enum:\n - contact_emv\n - contactless_emv\n - contactless_magstripe_mode\n - magnetic_stripe_fallback\n - magnetic_stripe_track2\n nullable: true\n type: string\n receipt:\n anyOf:\n - $ref: '#/components/schemas/payment_method_details_card_present_receipt'\n description: A collection of fields required to be displayed on receipts. Only required for EMV transactions.\n nullable: true\n wallet:\n $ref: '#/components/schemas/payment_flows_private_payment_methods_card_present_common_wallet'\n required:\n - exp_month\n - exp_year\n - incremental_authorization_supported\n - overcapture_supported\n title: payment_method_details_card_present\n type: object\n x-expandableFields:\n - offline\n - receipt\n - wallet\n payment_method_details_card_present_offline:\n description: ''\n properties:\n stored_at:\n description: Time at which the payment was collected while offline\n format: unix-time\n nullable: true\n type: integer\n type:\n description: The method used to process this payment method offline. Only deferred is allowed.\n enum:\n - deferred\n nullable: true\n type: string\n title: payment_method_details_card_present_offline\n type: object\n x-expandableFields: []\n payment_method_details_card_present_receipt:\n description: ''\n properties:\n account_type:\n description: The type of account being debited or credited\n enum:\n - checking\n - credit\n - prepaid\n - unknown\n type: string\n x-stripeBypassValidation: true\n application_cryptogram:\n description: The Application Cryptogram, a unique value generated by the card to authenticate the transaction with issuers.\n maxLength: 5000\n nullable: true\n type: string\n application_preferred_name:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n authorization_code:\n description: Identifier for this transaction.\n maxLength: 5000\n nullable: true\n type: string\n authorization_response_code:\n description: EMV tag 8A. A code returned by the card issuer.\n maxLength: 5000\n nullable: true\n type: string\n cardholder_verification_method:\n 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`.'\n maxLength: 5000\n nullable: true\n type: string\n dedicated_file_name:\n description: Similar to the application_preferred_name, identifying the applications (AIDs) available on the card. Referenced from EMV tag 84.\n maxLength: 5000\n nullable: true\n type: string\n terminal_verification_results:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n transaction_status_information:\n description: An indication of which steps were completed during the card read process. Referenced from EMV Tag 9B.\n maxLength: 5000\n nullable: true\n type: string\n title: payment_method_details_card_present_receipt\n type: object\n x-expandableFields: []\n payment_method_details_card_wallet:\n description: ''\n properties:\n amex_express_checkout:\n $ref: '#/components/schemas/payment_method_details_card_wallet_amex_express_checkout'\n apple_pay:\n $ref: '#/components/schemas/payment_method_details_card_wallet_apple_pay'\n dynamic_last4:\n description: (For tokenized numbers only.) The last four digits of the device account number.\n maxLength: 5000\n nullable: true\n type: string\n google_pay:\n $ref: '#/components/schemas/payment_method_details_card_wallet_google_pay'\n link:\n $ref: '#/components/schemas/payment_method_details_card_wallet_link'\n masterpass:\n $ref: '#/components/schemas/payment_method_details_card_wallet_masterpass'\n samsung_pay:\n $ref: '#/components/schemas/payment_method_details_card_wallet_samsung_pay'\n type:\n 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.\n enum:\n - amex_express_checkout\n - apple_pay\n - google_pay\n - link\n - masterpass\n - samsung_pay\n - visa_checkout\n type: string\n visa_checkout:\n $ref: '#/components/schemas/payment_method_details_card_wallet_visa_checkout'\n required:\n - type\n title: payment_method_details_card_wallet\n type: object\n x-expandableFields:\n - amex_express_checkout\n - apple_pay\n - google_pay\n - link\n - masterpass\n - samsung_pay\n - visa_checkout\n payment_method_details_card_wallet_amex_express_checkout:\n description: ''\n properties: {}\n title: payment_method_details_card_wallet_amex_express_checkout\n type: object\n x-expandableFields: []\n payment_method_details_card_wallet_apple_pay:\n description: ''\n properties: {}\n title: payment_method_details_card_wallet_apple_pay\n type: object\n x-expandableFields: []\n payment_method_details_card_wallet_google_pay:\n description: ''\n properties: {}\n title: payment_method_details_card_wallet_google_pay\n type: object\n x-expandableFields: []\n payment_method_details_card_wallet_link:\n description: ''\n properties: {}\n title: payment_method_details_card_wallet_link\n type: object\n x-expandableFields: []\n payment_method_details_card_wallet_masterpass:\n description: ''\n properties:\n billing_address:\n anyOf:\n - $ref: '#/components/schemas/address'\n 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.\n nullable: true\n email:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n name:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n shipping_address:\n anyOf:\n - $ref: '#/components/schemas/address'\n 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.\n nullable: true\n title: payment_method_details_card_wallet_masterpass\n type: object\n x-expandableFields:\n - billing_address\n - shipping_address\n payment_method_details_card_wallet_samsung_pay:\n description: ''\n properties: {}\n title: payment_method_details_card_wallet_samsung_pay\n type: object\n x-expandableFields: []\n payment_method_details_card_wallet_visa_checkout:\n description: ''\n properties:\n billing_address:\n anyOf:\n - $ref: '#/components/schemas/address'\n 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.\n nullable: true\n email:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n name:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n shipping_address:\n anyOf:\n - $ref: '#/components/schemas/address'\n 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.\n nullable: true\n title: payment_method_details_card_wallet_visa_checkout\n type: object\n x-expandableFields:\n - billing_address\n - shipping_address\n payment_method_details_cashapp:\n description: ''\n properties:\n buyer_id:\n description: A unique and immutable identifier assigned by Cash App to every buyer.\n maxLength: 5000\n nullable: true\n type: string\n cashtag:\n description: A public identifier for buyers using Cash App.\n maxLength: 5000\n nullable: true\n type: string\n transaction_id:\n description: A unique and immutable identifier of payments assigned by Cash App\n maxLength: 5000\n nullable: true\n type: string\n title: payment_method_details_cashapp\n type: object\n x-expandableFields: []\n payment_method_details_crypto:\n description: ''\n properties:\n buyer_address:\n description: The wallet address of the customer.\n maxLength: 5000\n type: string\n network:\n description: The blockchain network that the transaction was sent on.\n enum:\n - base\n - ethereum\n - polygon\n - solana\n type: string\n token_currency:\n description: The token currency that the transaction was sent with.\n enum:\n - usdc\n - usdg\n - usdp\n type: string\n x-stripeBypassValidation: true\n transaction_hash:\n description: The blockchain transaction hash of the crypto payment.\n maxLength: 5000\n type: string\n title: payment_method_details_crypto\n type: object\n x-expandableFields: []\n payment_method_details_customer_balance:\n description: ''\n properties: {}\n title: payment_method_details_customer_balance\n type: object\n x-expandableFields: []\n payment_method_details_eps:\n description: ''\n properties:\n bank:\n 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`.\n enum:\n - arzte_und_apotheker_bank\n - austrian_anadi_bank_ag\n - bank_austria\n - bankhaus_carl_spangler\n - bankhaus_schelhammer_und_schattera_ag\n - bawag_psk_ag\n - bks_bank_ag\n - brull_kallmus_bank_ag\n - btv_vier_lander_bank\n - capital_bank_grawe_gruppe_ag\n - deutsche_bank_ag\n - dolomitenbank\n - easybank_ag\n - erste_bank_und_sparkassen\n - hypo_alpeadriabank_international_ag\n - hypo_bank_burgenland_aktiengesellschaft\n - hypo_noe_lb_fur_niederosterreich_u_wien\n - hypo_oberosterreich_salzburg_steiermark\n - hypo_tirol_bank_ag\n - hypo_vorarlberg_bank_ag\n - marchfelder_bank\n - oberbank_ag\n - raiffeisen_bankengruppe_osterreich\n - schoellerbank_ag\n - sparda_bank_wien\n - volksbank_gruppe\n - volkskreditbank_ag\n - vr_bank_braunau\n nullable: true\n type: string\n verified_name:\n description: |-\n 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.\n EPS rarely provides this information so the attribute is usually empty.\n maxLength: 5000\n nullable: true\n type: string\n title: payment_method_details_eps\n type: object\n x-expandableFields: []\n payment_method_details_fpx:\n description: ''\n properties:\n bank:\n 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`.\n enum:\n - affin_bank\n - agrobank\n - alliance_bank\n - ambank\n - bank_islam\n - bank_muamalat\n - bank_of_china\n - bank_rakyat\n - bsn\n - cimb\n - deutsche_bank\n - hong_leong_bank\n - hsbc\n - kfh\n - maybank2e\n - maybank2u\n - ocbc\n - pb_enterprise\n - public_bank\n - rhb\n - standard_chartered\n - uob\n type: string\n transaction_id:\n description: Unique transaction id generated by FPX for every request from the merchant\n maxLength: 5000\n nullable: true\n type: string\n required:\n - bank\n title: payment_method_details_fpx\n type: object\n x-expandableFields: []\n payment_method_details_giropay:\n description: ''\n properties:\n bank_code:\n description: Bank code of bank associated with the bank account.\n maxLength: 5000\n nullable: true\n type: string\n bank_name:\n description: Name of the bank associated with the bank account.\n maxLength: 5000\n nullable: true\n type: string\n bic:\n description: Bank Identifier Code of the bank associated with the bank account.\n maxLength: 5000\n nullable: true\n type: string\n verified_name:\n description: |-\n 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.\n Giropay rarely provides this information so the attribute is usually empty.\n maxLength: 5000\n nullable: true\n type: string\n title: payment_method_details_giropay\n type: object\n x-expandableFields: []\n payment_method_details_grabpay:\n description: ''\n properties:\n transaction_id:\n description: Unique transaction id generated by GrabPay\n maxLength: 5000\n nullable: true\n type: string\n title: payment_method_details_grabpay\n type: object\n x-expandableFields: []\n payment_method_details_ideal:\n description: ''\n properties:\n bank:\n 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`.\n enum:\n - abn_amro\n - adyen\n - asn_bank\n - bunq\n - buut\n - finom\n - handelsbanken\n - ing\n - knab\n - mollie\n - moneyou\n - n26\n - nn\n - rabobank\n - regiobank\n - revolut\n - sns_bank\n - triodos_bank\n - van_lanschot\n - yoursafe\n nullable: true\n type: string\n bic:\n description: The Bank Identifier Code of the customer's bank.\n enum:\n - ABNANL2A\n - ADYBNL2A\n - ASNBNL21\n - BITSNL2A\n - BUNQNL2A\n - BUUTNL2A\n - FNOMNL22\n - FVLBNL22\n - HANDNL2A\n - INGBNL2A\n - KNABNL2H\n - MLLENL2A\n - MOYONL21\n - NNBANL2G\n - NTSBDEB1\n - RABONL2U\n - RBRBNL21\n - REVOIE23\n - REVOLT21\n - SNSBNL2A\n - TRIONL2U\n nullable: true\n type: string\n generated_sepa_debit:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/payment_method'\n description: The ID of the SEPA Direct Debit PaymentMethod which was generated by this Charge.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/payment_method'\n generated_sepa_debit_mandate:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/mandate'\n description: The mandate for the SEPA Direct Debit PaymentMethod which was generated by this Charge.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/mandate'\n iban_last4:\n description: Last four characters of the IBAN.\n maxLength: 5000\n nullable: true\n type: string\n transaction_id:\n description: Unique transaction ID generated by iDEAL.\n maxLength: 5000\n nullable: true\n type: string\n verified_name:\n description: |-\n 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.\n maxLength: 5000\n nullable: true\n type: string\n title: payment_method_details_ideal\n type: object\n x-expandableFields:\n - generated_sepa_debit\n - generated_sepa_debit_mandate\n payment_method_details_interac_present:\n description: ''\n properties:\n brand:\n description: Card brand. Can be `interac`, `mastercard` or `visa`.\n maxLength: 5000\n nullable: true\n type: string\n cardholder_name:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n country:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n description:\n description: A high-level description of the type of cards issued in this range.\n maxLength: 5000\n nullable: true\n type: string\n emv_auth_data:\n description: Authorization response cryptogram.\n maxLength: 5000\n nullable: true\n type: string\n exp_month:\n description: Two-digit number representing the card's expiration month.\n type: integer\n exp_year:\n description: Four-digit number representing the card's expiration year.\n type: integer\n fingerprint:\n description: |-\n 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.*\n maxLength: 5000\n nullable: true\n type: string\n funding:\n description: Card funding type. Can be `credit`, `debit`, `prepaid`, or `unknown`.\n maxLength: 5000\n nullable: true\n type: string\n generated_card:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n issuer:\n description: The name of the card's issuing bank.\n maxLength: 5000\n nullable: true\n type: string\n last4:\n description: The last four digits of the card.\n maxLength: 5000\n nullable: true\n type: string\n network:\n 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`.\n maxLength: 5000\n nullable: true\n type: string\n network_transaction_id:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n preferred_locales:\n 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.\n items:\n maxLength: 5000\n type: string\n nullable: true\n type: array\n read_method:\n description: How card details were read in this transaction.\n enum:\n - contact_emv\n - contactless_emv\n - contactless_magstripe_mode\n - magnetic_stripe_fallback\n - magnetic_stripe_track2\n nullable: true\n type: string\n receipt:\n anyOf:\n - $ref: '#/components/schemas/payment_method_details_interac_present_receipt'\n description: A collection of fields required to be displayed on receipts. Only required for EMV transactions.\n nullable: true\n required:\n - exp_month\n - exp_year\n title: payment_method_details_interac_present\n type: object\n x-expandableFields:\n - receipt\n payment_method_details_interac_present_receipt:\n description: ''\n properties:\n account_type:\n description: The type of account being debited or credited\n enum:\n - checking\n - savings\n - unknown\n type: string\n x-stripeBypassValidation: true\n application_cryptogram:\n description: The Application Cryptogram, a unique value generated by the card to authenticate the transaction with issuers.\n maxLength: 5000\n nullable: true\n type: string\n application_preferred_name:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n authorization_code:\n description: Identifier for this transaction.\n maxLength: 5000\n nullable: true\n type: string\n authorization_response_code:\n description: EMV tag 8A. A code returned by the card issuer.\n maxLength: 5000\n nullable: true\n type: string\n cardholder_verification_method:\n 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`.'\n maxLength: 5000\n nullable: true\n type: string\n dedicated_file_name:\n description: Similar to the application_preferred_name, identifying the applications (AIDs) available on the card. Referenced from EMV tag 84.\n maxLength: 5000\n nullable: true\n type: string\n terminal_verification_results:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n transaction_status_information:\n description: An indication of which steps were completed during the card read process. Referenced from EMV Tag 9B.\n maxLength: 5000\n nullable: true\n type: string\n title: payment_method_details_interac_present_receipt\n type: object\n x-expandableFields: []\n payment_method_details_kakao_pay:\n description: ''\n properties:\n buyer_id:\n description: A unique identifier for the buyer as determined by the local payment processor.\n maxLength: 5000\n nullable: true\n type: string\n transaction_id:\n description: The Kakao Pay transaction ID associated with this payment.\n maxLength: 5000\n nullable: true\n type: string\n title: payment_method_details_kakao_pay\n type: object\n x-expandableFields: []\n payment_method_details_klarna:\n description: ''\n properties:\n payer_details:\n anyOf:\n - $ref: '#/components/schemas/klarna_payer_details'\n description: The payer details for this transaction.\n nullable: true\n payment_method_category:\n description: |-\n The Klarna payment method used for this transaction.\n Can be one of `pay_later`, `pay_now`, `pay_with_financing`, or `pay_in_installments`\n maxLength: 5000\n nullable: true\n type: string\n preferred_locale:\n description: |-\n Preferred language of the Klarna authorization page that the customer is redirected to.\n Can 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`\n maxLength: 5000\n nullable: true\n type: string\n title: payment_method_details_klarna\n type: object\n x-expandableFields:\n - payer_details\n payment_method_details_konbini:\n description: ''\n properties:\n store:\n anyOf:\n - $ref: '#/components/schemas/payment_method_details_konbini_store'\n description: If the payment succeeded, this contains the details of the convenience store where the payment was completed.\n nullable: true\n title: payment_method_details_konbini\n type: object\n x-expandableFields:\n - store\n payment_method_details_konbini_store:\n description: ''\n properties:\n chain:\n description: The name of the convenience store chain where the payment was completed.\n enum:\n - familymart\n - lawson\n - ministop\n - seicomart\n nullable: true\n type: string\n x-stripeBypassValidation: true\n title: payment_method_details_konbini_store\n type: object\n x-expandableFields: []\n payment_method_details_kr_card:\n description: ''\n properties:\n brand:\n description: The local credit or debit card brand.\n enum:\n - bc\n - citi\n - hana\n - hyundai\n - jeju\n - jeonbuk\n - kakaobank\n - kbank\n - kdbbank\n - kookmin\n - kwangju\n - lotte\n - mg\n - nh\n - post\n - samsung\n - savingsbank\n - shinhan\n - shinhyup\n - suhyup\n - tossbank\n - woori\n nullable: true\n type: string\n buyer_id:\n description: A unique identifier for the buyer as determined by the local payment processor.\n maxLength: 5000\n nullable: true\n type: string\n last4:\n description: The last four digits of the card. This may not be present for American Express cards.\n maxLength: 4\n nullable: true\n type: string\n transaction_id:\n description: The Korean Card transaction ID associated with this payment.\n maxLength: 5000\n nullable: true\n type: string\n title: payment_method_details_kr_card\n type: object\n x-expandableFields: []\n payment_method_details_link:\n description: ''\n properties:\n country:\n description: |-\n Two-letter ISO code representing the funding source country beneath the Link payment.\n You could use this attribute to get a sense of international fees.\n maxLength: 5000\n nullable: true\n type: string\n title: payment_method_details_link\n type: object\n x-expandableFields: []\n payment_method_details_mb_way:\n description: ''\n properties: {}\n title: payment_method_details_mb_way\n type: object\n x-expandableFields: []\n payment_method_details_mobilepay:\n description: ''\n properties:\n card:\n anyOf:\n - $ref: '#/components/schemas/internal_card'\n description: Internal card details\n nullable: true\n title: payment_method_details_mobilepay\n type: object\n x-expandableFields:\n - card\n payment_method_details_multibanco:\n description: ''\n properties:\n entity:\n description: Entity number associated with this Multibanco payment.\n maxLength: 5000\n nullable: true\n type: string\n reference:\n description: Reference number associated with this Multibanco payment.\n maxLength: 5000\n nullable: true\n type: string\n title: payment_method_details_multibanco\n type: object\n x-expandableFields: []\n payment_method_details_naver_pay:\n description: ''\n properties:\n buyer_id:\n description: A unique identifier for the buyer as determined by the local payment processor.\n maxLength: 5000\n nullable: true\n type: string\n transaction_id:\n description: The Naver Pay transaction ID associated with this payment.\n maxLength: 5000\n nullable: true\n type: string\n title: payment_method_details_naver_pay\n type: object\n x-expandableFields: []\n payment_method_details_nz_bank_account:\n description: ''\n properties:\n account_holder_name:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n bank_code:\n description: The numeric code for the bank account's bank.\n maxLength: 5000\n type: string\n bank_name:\n description: The name of the bank.\n maxLength: 5000\n type: string\n branch_code:\n description: The numeric code for the bank account's bank branch.\n maxLength: 5000\n type: string\n expected_debit_date:\n description: Estimated date to debit the customer's bank account. A date string in YYYY-MM-DD format.\n maxLength: 5000\n type: string\n last4:\n description: Last four digits of the bank account number.\n maxLength: 5000\n type: string\n suffix:\n description: The suffix of the bank account number.\n maxLength: 5000\n nullable: true\n type: string\n required:\n - bank_code\n - bank_name\n - branch_code\n - last4\n title: payment_method_details_nz_bank_account\n type: object\n x-expandableFields: []\n payment_method_details_oxxo:\n description: ''\n properties:\n number:\n description: OXXO reference number\n maxLength: 5000\n nullable: true\n type: string\n title: payment_method_details_oxxo\n type: object\n x-expandableFields: []\n payment_method_details_p24:\n description: ''\n properties:\n bank:\n 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`.\n enum:\n - alior_bank\n - bank_millennium\n - bank_nowy_bfg_sa\n - bank_pekao_sa\n - banki_spbdzielcze\n - blik\n - bnp_paribas\n - boz\n - citi_handlowy\n - credit_agricole\n - envelobank\n - etransfer_pocztowy24\n - getin_bank\n - ideabank\n - ing\n - inteligo\n - mbank_mtransfer\n - nest_przelew\n - noble_pay\n - pbac_z_ipko\n - plus_bank\n - santander_przelew24\n - tmobile_usbugi_bankowe\n - toyota_bank\n - velobank\n - volkswagen_bank\n nullable: true\n type: string\n reference:\n description: Unique reference for this Przelewy24 payment.\n maxLength: 5000\n nullable: true\n type: string\n verified_name:\n description: |-\n 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.\n Przelewy24 rarely provides this information so the attribute is usually empty.\n maxLength: 5000\n nullable: true\n type: string\n title: payment_method_details_p24\n type: object\n x-expandableFields: []\n payment_method_details_passthrough_card:\n description: ''\n properties:\n brand:\n description: Card brand. Can be `amex`, `cartes_bancaires`, `diners`, `discover`, `eftpos_au`, `jcb`, `link`, `mastercard`, `unionpay`, `visa` or `unknown`.\n maxLength: 5000\n nullable: true\n type: string\n country:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n exp_month:\n description: Two-digit number representing the card's expiration month.\n nullable: true\n type: integer\n exp_year:\n description: Four-digit number representing the card's expiration year.\n nullable: true\n type: integer\n funding:\n description: Card funding type. Can be `credit`, `debit`, `prepaid`, or `unknown`.\n maxLength: 5000\n nullable: true\n type: string\n last4:\n description: The last four digits of the card.\n maxLength: 5000\n nullable: true\n type: string\n title: payment_method_details_passthrough_card\n type: object\n x-expandableFields: []\n payment_method_details_pay_by_bank:\n description: ''\n properties: {}\n title: payment_method_details_pay_by_bank\n type: object\n x-expandableFields: []\n payment_method_details_payco:\n description: ''\n properties:\n buyer_id:\n description: A unique identifier for the buyer as determined by the local payment processor.\n maxLength: 5000\n nullable: true\n type: string\n transaction_id:\n description: The Payco transaction ID associated with this payment.\n maxLength: 5000\n nullable: true\n type: string\n title: payment_method_details_payco\n type: object\n x-expandableFields: []\n payment_method_details_payment_record_mb_way:\n description: ''\n properties: {}\n title: payment_method_details_payment_record_mb_way\n type: object\n x-expandableFields: []\n payment_method_details_payment_record_us_bank_account:\n description: ''\n properties:\n account_holder_type:\n description: The type of entity that holds the account. This can be either 'individual' or 'company'.\n enum:\n - company\n - individual\n nullable: true\n type: string\n account_type:\n description: The type of the bank account. This can be either 'checking' or 'savings'.\n enum:\n - checking\n - savings\n nullable: true\n type: string\n bank_name:\n description: Name of the bank associated with the bank account.\n maxLength: 5000\n nullable: true\n type: string\n expected_debit_date:\n description: Estimated date to debit the customer's bank account. A date string in YYYY-MM-DD format.\n maxLength: 5000\n nullable: true\n type: string\n fingerprint:\n description: Uniquely identifies this particular bank account. You can use this attribute to check whether two bank accounts are the same.\n maxLength: 5000\n nullable: true\n type: string\n last4:\n description: Last four digits of the bank account number.\n maxLength: 5000\n nullable: true\n type: string\n mandate:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/mandate'\n description: ID of the mandate used to make this payment.\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/mandate'\n payment_reference:\n description: The ACH payment reference for this transaction.\n maxLength: 5000\n nullable: true\n type: string\n routing_number:\n description: The routing number for the bank account.\n maxLength: 5000\n nullable: true\n type: string\n title: payment_method_details_payment_record_us_bank_account\n type: object\n x-expandableFields:\n - mandate\n payment_method_details_payment_record_zip:\n description: ''\n properties: {}\n title: payment_method_details_payment_record_zip\n type: object\n x-expandableFields: []\n payment_method_details_paynow:\n description: ''\n properties:\n location:\n description: ID of the [location](https://docs.stripe.com/api/terminal/locations) that this transaction's reader is assigned to.\n maxLength: 5000\n type: string\n reader:\n description: ID of the [reader](https://docs.stripe.com/api/terminal/readers) this transaction was made on.\n maxLength: 5000\n type: string\n reference:\n description: Reference number associated with this PayNow payment\n maxLength: 5000\n nullable: true\n type: string\n title: payment_method_details_paynow\n type: object\n x-expandableFields: []\n payment_method_details_paypal:\n description: ''\n properties:\n country:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n payer_email:\n description: |-\n 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.\n maxLength: 5000\n nullable: true\n type: string\n payer_id:\n description: PayPal account PayerID. This identifier uniquely identifies the PayPal customer.\n maxLength: 5000\n nullable: true\n type: string\n payer_name:\n description: |-\n 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.\n maxLength: 5000\n nullable: true\n type: string\n seller_protection:\n anyOf:\n - $ref: '#/components/schemas/paypal_seller_protection'\n description: The level of protection offered as defined by PayPal Seller Protection for Merchants, for this transaction.\n nullable: true\n transaction_id:\n description: A unique ID generated by PayPal for this transaction.\n maxLength: 5000\n nullable: true\n type: string\n title: payment_method_details_paypal\n type: object\n x-expandableFields:\n - seller_protection\n payment_method_details_payto:\n description: ''\n properties:\n bsb_number:\n description: Bank-State-Branch number of the bank account.\n maxLength: 5000\n nullable: true\n type: string\n last4:\n description: Last four digits of the bank account number.\n maxLength: 5000\n nullable: true\n type: string\n mandate:\n description: ID of the mandate used to make this payment.\n maxLength: 5000\n type: string\n pay_id:\n description: The PayID alias for the bank account.\n maxLength: 5000\n nullable: true\n type: string\n title: payment_method_details_payto\n type: object\n x-expandableFields: []\n payment_method_details_pix:\n description: ''\n properties:\n bank_transaction_id:\n description: Unique transaction id generated by BCB\n maxLength: 5000\n nullable: true\n type: string\n title: payment_method_details_pix\n type: object\n x-expandableFields: []\n payment_method_details_promptpay:\n description: ''\n properties:\n reference:\n description: Bill reference generated by PromptPay\n maxLength: 5000\n nullable: true\n type: string\n title: payment_method_details_promptpay\n type: object\n x-expandableFields: []\n payment_method_details_revolut_pay:\n description: ''\n properties:\n funding:\n $ref: '#/components/schemas/revolut_pay_underlying_payment_method_funding_details'\n transaction_id:\n description: The Revolut Pay transaction ID associated with this payment.\n maxLength: 5000\n nullable: true\n type: string\n title: payment_method_details_revolut_pay\n type: object\n x-expandableFields:\n - funding\n payment_method_details_samsung_pay:\n description: ''\n properties:\n buyer_id:\n description: A unique identifier for the buyer as determined by the local payment processor.\n maxLength: 5000\n nullable: true\n type: string\n transaction_id:\n description: The Samsung Pay transaction ID associated with this payment.\n maxLength: 5000\n nullable: true\n type: string\n title: payment_method_details_samsung_pay\n type: object\n x-expandableFields: []\n payment_method_details_satispay:\n description: ''\n properties:\n transaction_id:\n description: The Satispay transaction ID associated with this payment.\n maxLength: 5000\n nullable: true\n type: string\n title: payment_method_details_satispay\n type: object\n x-expandableFields: []\n payment_method_details_sepa_debit:\n description: ''\n properties:\n bank_code:\n description: Bank code of bank associated with the bank account.\n maxLength: 5000\n nullable: true\n type: string\n branch_code:\n description: Branch code of bank associated with the bank account.\n maxLength: 5000\n nullable: true\n type: string\n country:\n description: Two-letter ISO code representing the country the bank account is located in.\n maxLength: 5000\n nullable: true\n type: string\n expected_debit_date:\n description: Estimated date to debit the customer's bank account. A date string in YYYY-MM-DD format.\n maxLength: 5000\n type: string\n fingerprint:\n description: Uniquely identifies this particular bank account. You can use this attribute to check whether two bank accounts are the same.\n maxLength: 5000\n nullable: true\n type: string\n last4:\n description: Last four characters of the IBAN.\n maxLength: 5000\n nullable: true\n type: string\n mandate:\n 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).\n maxLength: 5000\n nullable: true\n type: string\n title: payment_method_details_sepa_debit\n type: object\n x-expandableFields: []\n payment_method_details_sofort:\n description: ''\n properties:\n bank_code:\n description: Bank code of bank associated with the bank account.\n maxLength: 5000\n nullable: true\n type: string\n bank_name:\n description: Name of the bank associated with the bank account.\n maxLength: 5000\n nullable: true\n type: string\n bic:\n description: Bank Identifier Code of the bank associated with the bank account.\n maxLength: 5000\n nullable: true\n type: string\n country:\n description: Two-letter ISO code representing the country the bank account is located in.\n maxLength: 5000\n nullable: true\n type: string\n generated_sepa_debit:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/payment_method'\n description: The ID of the SEPA Direct Debit PaymentMethod which was generated by this Charge.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/payment_method'\n generated_sepa_debit_mandate:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/mandate'\n description: The mandate for the SEPA Direct Debit PaymentMethod which was generated by this Charge.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/mandate'\n iban_last4:\n description: Last four characters of the IBAN.\n maxLength: 5000\n nullable: true\n type: string\n preferred_language:\n description: |-\n Preferred language of the SOFORT authorization page that the customer is redirected to.\n Can be one of `de`, `en`, `es`, `fr`, `it`, `nl`, or `pl`\n enum:\n - de\n - en\n - es\n - fr\n - it\n - nl\n - pl\n nullable: true\n type: string\n verified_name:\n description: |-\n 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.\n maxLength: 5000\n nullable: true\n type: string\n title: payment_method_details_sofort\n type: object\n x-expandableFields:\n - generated_sepa_debit\n - generated_sepa_debit_mandate\n payment_method_details_stripe_account:\n description: ''\n properties: {}\n title: payment_method_details_stripe_account\n type: object\n x-expandableFields: []\n payment_method_details_swish:\n description: ''\n properties:\n fingerprint:\n 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\n maxLength: 5000\n nullable: true\n type: string\n payment_reference:\n description: Payer bank reference number for the payment\n maxLength: 5000\n nullable: true\n type: string\n verified_phone_last4:\n description: The last four digits of the Swish account phone number\n maxLength: 5000\n nullable: true\n type: string\n title: payment_method_details_swish\n type: object\n x-expandableFields: []\n payment_method_details_twint:\n description: ''\n properties: {}\n title: payment_method_details_twint\n type: object\n x-expandableFields: []\n payment_method_details_us_bank_account:\n description: ''\n properties:\n account_holder_type:\n description: 'Account holder type: individual or company.'\n enum:\n - company\n - individual\n nullable: true\n type: string\n account_type:\n description: 'Account type: checkings or savings. Defaults to checking if omitted.'\n enum:\n - checking\n - savings\n nullable: true\n type: string\n bank_name:\n description: Name of the bank associated with the bank account.\n maxLength: 5000\n nullable: true\n type: string\n expected_debit_date:\n description: Estimated date to debit the customer's bank account. A date string in YYYY-MM-DD format.\n maxLength: 5000\n type: string\n fingerprint:\n description: Uniquely identifies this particular bank account. You can use this attribute to check whether two bank accounts are the same.\n maxLength: 5000\n nullable: true\n type: string\n last4:\n description: Last four digits of the bank account number.\n maxLength: 5000\n nullable: true\n type: string\n mandate:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/mandate'\n description: ID of the mandate used to make this payment.\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/mandate'\n payment_reference:\n description: Reference number to locate ACH payments with customer's bank.\n maxLength: 5000\n nullable: true\n type: string\n routing_number:\n description: Routing number of the bank account.\n maxLength: 5000\n nullable: true\n type: string\n title: payment_method_details_us_bank_account\n type: object\n x-expandableFields:\n - mandate\n payment_method_details_wechat:\n description: ''\n properties: {}\n title: payment_method_details_wechat\n type: object\n x-expandableFields: []\n payment_method_details_wechat_pay:\n description: ''\n properties:\n fingerprint:\n description: Uniquely identifies this particular WeChat Pay account. You can use this attribute to check whether two WeChat accounts are the same.\n maxLength: 5000\n nullable: true\n type: string\n location:\n description: ID of the [location](https://docs.stripe.com/api/terminal/locations) that this transaction's reader is assigned to.\n maxLength: 5000\n type: string\n reader:\n description: ID of the [reader](https://docs.stripe.com/api/terminal/readers) this transaction was made on.\n maxLength: 5000\n type: string\n transaction_id:\n description: Transaction ID of this particular WeChat Pay transaction.\n maxLength: 5000\n nullable: true\n type: string\n title: payment_method_details_wechat_pay\n type: object\n x-expandableFields: []\n payment_method_details_zip:\n description: ''\n properties: {}\n title: payment_method_details_zip\n type: object\n x-expandableFields: []\n payment_method_domain:\n description: |-\n A payment method domain represents a web domain that you have registered with Stripe.\n Stripe Elements use registered payment method domains to control where certain payment methods are shown.\n\n Related guide: [Payment method domains](https://docs.stripe.com/payments/payment-methods/pmd-registration).\n properties:\n amazon_pay:\n $ref: '#/components/schemas/payment_method_domain_resource_payment_method_status'\n apple_pay:\n $ref: '#/components/schemas/payment_method_domain_resource_payment_method_status'\n created:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n domain_name:\n description: The domain name that this payment method domain object represents.\n maxLength: 5000\n type: string\n enabled:\n 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.\n type: boolean\n google_pay:\n $ref: '#/components/schemas/payment_method_domain_resource_payment_method_status'\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n klarna:\n $ref: '#/components/schemas/payment_method_domain_resource_payment_method_status'\n link:\n $ref: '#/components/schemas/payment_method_domain_resource_payment_method_status'\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - payment_method_domain\n type: string\n paypal:\n $ref: '#/components/schemas/payment_method_domain_resource_payment_method_status'\n required:\n - amazon_pay\n - apple_pay\n - created\n - domain_name\n - enabled\n - google_pay\n - id\n - klarna\n - link\n - livemode\n - object\n - paypal\n title: PaymentMethodDomainResourcePaymentMethodDomain\n type: object\n x-expandableFields:\n - amazon_pay\n - apple_pay\n - google_pay\n - klarna\n - link\n - paypal\n x-resourceId: payment_method_domain\n payment_method_domain_resource_payment_method_status:\n description: Indicates the status of a specific payment method on a payment method domain.\n properties:\n status:\n description: The status of the payment method on the domain.\n enum:\n - active\n - inactive\n type: string\n status_details:\n $ref: '#/components/schemas/payment_method_domain_resource_payment_method_status_details'\n required:\n - status\n title: PaymentMethodDomainResourcePaymentMethodStatus\n type: object\n x-expandableFields:\n - status_details\n payment_method_domain_resource_payment_method_status_details:\n description: Contains additional details about the status of a payment method for a specific payment method domain.\n properties:\n error_message:\n description: The error message associated with the status of the payment method on the domain.\n maxLength: 5000\n type: string\n required:\n - error_message\n title: PaymentMethodDomainResourcePaymentMethodStatusDetails\n type: object\n x-expandableFields: []\n payment_method_eps:\n description: ''\n properties:\n bank:\n 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`.\n enum:\n - arzte_und_apotheker_bank\n - austrian_anadi_bank_ag\n - bank_austria\n - bankhaus_carl_spangler\n - bankhaus_schelhammer_und_schattera_ag\n - bawag_psk_ag\n - bks_bank_ag\n - brull_kallmus_bank_ag\n - btv_vier_lander_bank\n - capital_bank_grawe_gruppe_ag\n - deutsche_bank_ag\n - dolomitenbank\n - easybank_ag\n - erste_bank_und_sparkassen\n - hypo_alpeadriabank_international_ag\n - hypo_bank_burgenland_aktiengesellschaft\n - hypo_noe_lb_fur_niederosterreich_u_wien\n - hypo_oberosterreich_salzburg_steiermark\n - hypo_tirol_bank_ag\n - hypo_vorarlberg_bank_ag\n - marchfelder_bank\n - oberbank_ag\n - raiffeisen_bankengruppe_osterreich\n - schoellerbank_ag\n - sparda_bank_wien\n - volksbank_gruppe\n - volkskreditbank_ag\n - vr_bank_braunau\n nullable: true\n type: string\n title: payment_method_eps\n type: object\n x-expandableFields: []\n payment_method_fpx:\n description: ''\n properties:\n bank:\n 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`.\n enum:\n - affin_bank\n - agrobank\n - alliance_bank\n - ambank\n - bank_islam\n - bank_muamalat\n - bank_of_china\n - bank_rakyat\n - bsn\n - cimb\n - deutsche_bank\n - hong_leong_bank\n - hsbc\n - kfh\n - maybank2e\n - maybank2u\n - ocbc\n - pb_enterprise\n - public_bank\n - rhb\n - standard_chartered\n - uob\n type: string\n required:\n - bank\n title: payment_method_fpx\n type: object\n x-expandableFields: []\n payment_method_giropay:\n description: ''\n properties: {}\n title: payment_method_giropay\n type: object\n x-expandableFields: []\n payment_method_grabpay:\n description: ''\n properties: {}\n title: payment_method_grabpay\n type: object\n x-expandableFields: []\n payment_method_ideal:\n description: ''\n properties:\n bank:\n 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`.\n enum:\n - abn_amro\n - adyen\n - asn_bank\n - bunq\n - buut\n - finom\n - handelsbanken\n - ing\n - knab\n - mollie\n - moneyou\n - n26\n - nn\n - rabobank\n - regiobank\n - revolut\n - sns_bank\n - triodos_bank\n - van_lanschot\n - yoursafe\n nullable: true\n type: string\n bic:\n description: The Bank Identifier Code of the customer's bank, if the bank was provided.\n enum:\n - ABNANL2A\n - ADYBNL2A\n - ASNBNL21\n - BITSNL2A\n - BUNQNL2A\n - BUUTNL2A\n - FNOMNL22\n - FVLBNL22\n - HANDNL2A\n - INGBNL2A\n - KNABNL2H\n - MLLENL2A\n - MOYONL21\n - NNBANL2G\n - NTSBDEB1\n - RABONL2U\n - RBRBNL21\n - REVOIE23\n - REVOLT21\n - SNSBNL2A\n - TRIONL2U\n nullable: true\n type: string\n title: payment_method_ideal\n type: object\n x-expandableFields: []\n payment_method_interac_present:\n description: ''\n properties:\n brand:\n description: Card brand. Can be `interac`, `mastercard` or `visa`.\n maxLength: 5000\n nullable: true\n type: string\n cardholder_name:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n country:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n description:\n description: A high-level description of the type of cards issued in this range.\n maxLength: 5000\n nullable: true\n type: string\n exp_month:\n description: Two-digit number representing the card's expiration month.\n type: integer\n exp_year:\n description: Four-digit number representing the card's expiration year.\n type: integer\n fingerprint:\n description: |-\n 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.*\n maxLength: 5000\n nullable: true\n type: string\n funding:\n description: Card funding type. Can be `credit`, `debit`, `prepaid`, or `unknown`.\n maxLength: 5000\n nullable: true\n type: string\n issuer:\n description: The name of the card's issuing bank.\n maxLength: 5000\n nullable: true\n type: string\n last4:\n description: The last four digits of the card.\n maxLength: 5000\n nullable: true\n type: string\n networks:\n anyOf:\n - $ref: '#/components/schemas/payment_method_card_present_networks'\n description: Contains information about card networks that can be used to process the payment.\n nullable: true\n preferred_locales:\n 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.\n items:\n maxLength: 5000\n type: string\n nullable: true\n type: array\n read_method:\n description: How card details were read in this transaction.\n enum:\n - contact_emv\n - contactless_emv\n - contactless_magstripe_mode\n - magnetic_stripe_fallback\n - magnetic_stripe_track2\n nullable: true\n type: string\n required:\n - exp_month\n - exp_year\n title: payment_method_interac_present\n type: object\n x-expandableFields:\n - networks\n payment_method_kakao_pay:\n description: ''\n properties: {}\n title: payment_method_kakao_pay\n type: object\n x-expandableFields: []\n payment_method_klarna:\n description: ''\n properties:\n dob:\n anyOf:\n - $ref: '#/components/schemas/payment_flows_private_payment_methods_klarna_dob'\n description: The customer's date of birth, if provided.\n nullable: true\n title: payment_method_klarna\n type: object\n x-expandableFields:\n - dob\n payment_method_konbini:\n description: ''\n properties: {}\n title: payment_method_konbini\n type: object\n x-expandableFields: []\n payment_method_kr_card:\n description: ''\n properties:\n brand:\n description: The local credit or debit card brand.\n enum:\n - bc\n - citi\n - hana\n - hyundai\n - jeju\n - jeonbuk\n - kakaobank\n - kbank\n - kdbbank\n - kookmin\n - kwangju\n - lotte\n - mg\n - nh\n - post\n - samsung\n - savingsbank\n - shinhan\n - shinhyup\n - suhyup\n - tossbank\n - woori\n nullable: true\n type: string\n last4:\n description: The last four digits of the card. This may not be present for American Express cards.\n maxLength: 4\n nullable: true\n type: string\n title: payment_method_kr_card\n type: object\n x-expandableFields: []\n payment_method_link:\n description: ''\n properties:\n email:\n description: Account owner's email address.\n maxLength: 5000\n nullable: true\n type: string\n title: payment_method_link\n type: object\n x-expandableFields: []\n payment_method_mb_way:\n description: ''\n properties: {}\n title: payment_method_mb_way\n type: object\n x-expandableFields: []\n payment_method_mobilepay:\n description: ''\n properties: {}\n title: payment_method_mobilepay\n type: object\n x-expandableFields: []\n payment_method_multibanco:\n description: ''\n properties: {}\n title: payment_method_multibanco\n type: object\n x-expandableFields: []\n payment_method_naver_pay:\n description: ''\n properties:\n buyer_id:\n description: Uniquely identifies this particular Naver Pay account. You can use this attribute to check whether two Naver Pay accounts are the same.\n maxLength: 5000\n nullable: true\n type: string\n funding:\n description: Whether to fund this transaction with Naver Pay points or a card.\n enum:\n - card\n - points\n type: string\n x-stripeBypassValidation: true\n required:\n - funding\n title: payment_method_naver_pay\n type: object\n x-expandableFields: []\n payment_method_nz_bank_account:\n description: ''\n properties:\n account_holder_name:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n bank_code:\n description: The numeric code for the bank account's bank.\n maxLength: 5000\n type: string\n bank_name:\n description: The name of the bank.\n maxLength: 5000\n type: string\n branch_code:\n description: The numeric code for the bank account's bank branch.\n maxLength: 5000\n type: string\n last4:\n description: Last four digits of the bank account number.\n maxLength: 5000\n type: string\n suffix:\n description: The suffix of the bank account number.\n maxLength: 5000\n nullable: true\n type: string\n required:\n - bank_code\n - bank_name\n - branch_code\n - last4\n title: payment_method_nz_bank_account\n type: object\n x-expandableFields: []\n payment_method_options_affirm:\n description: ''\n properties:\n capture_method:\n description: Controls when the funds will be captured from the customer's account.\n enum:\n - manual\n type: string\n preferred_locale:\n description: Preferred language of the Affirm authorization page that the customer is redirected to.\n maxLength: 30\n type: string\n setup_future_usage:\n description: |-\n Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\n If 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\n If 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\n When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).\n enum:\n - none\n type: string\n title: payment_method_options_affirm\n type: object\n x-expandableFields: []\n payment_method_options_afterpay_clearpay:\n description: ''\n properties:\n capture_method:\n description: Controls when the funds will be captured from the customer's account.\n enum:\n - manual\n type: string\n reference:\n description: |-\n 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.\n This field differs from the statement descriptor and item name.\n maxLength: 5000\n nullable: true\n type: string\n setup_future_usage:\n description: |-\n Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\n If 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\n If 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\n When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).\n enum:\n - none\n type: string\n x-stripeBypassValidation: true\n title: payment_method_options_afterpay_clearpay\n type: object\n x-expandableFields: []\n payment_method_options_alipay:\n description: ''\n properties:\n setup_future_usage:\n description: |-\n Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\n If 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\n If 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\n When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).\n enum:\n - none\n - off_session\n type: string\n title: payment_method_options_alipay\n type: object\n x-expandableFields: []\n payment_method_options_alma:\n description: ''\n properties:\n capture_method:\n description: Controls when the funds will be captured from the customer's account.\n enum:\n - manual\n type: string\n title: payment_method_options_alma\n type: object\n x-expandableFields: []\n payment_method_options_amazon_pay:\n description: ''\n properties:\n capture_method:\n description: Controls when the funds will be captured from the customer's account.\n enum:\n - manual\n type: string\n setup_future_usage:\n description: |-\n Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\n If 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\n If 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\n When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).\n enum:\n - none\n - off_session\n type: string\n title: payment_method_options_amazon_pay\n type: object\n x-expandableFields: []\n payment_method_options_bancontact:\n description: ''\n properties:\n preferred_language:\n description: Preferred language of the Bancontact authorization page that the customer is redirected to.\n enum:\n - de\n - en\n - fr\n - nl\n type: string\n setup_future_usage:\n description: |-\n Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\n If 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\n If 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\n When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).\n enum:\n - none\n - off_session\n type: string\n required:\n - preferred_language\n title: payment_method_options_bancontact\n type: object\n x-expandableFields: []\n payment_method_options_billie:\n description: ''\n properties:\n capture_method:\n description: Controls when the funds will be captured from the customer's account.\n enum:\n - manual\n type: string\n title: payment_method_options_billie\n type: object\n x-expandableFields: []\n payment_method_options_boleto:\n description: ''\n properties:\n expires_after_days:\n 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.\n type: integer\n setup_future_usage:\n description: |-\n Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\n If 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\n If 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\n When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).\n enum:\n - none\n - off_session\n - on_session\n type: string\n required:\n - expires_after_days\n title: payment_method_options_boleto\n type: object\n x-expandableFields: []\n payment_method_options_card_installments:\n description: ''\n properties:\n available_plans:\n description: Installment plans that may be selected for this PaymentIntent.\n items:\n $ref: '#/components/schemas/payment_method_details_card_installments_plan'\n nullable: true\n type: array\n enabled:\n description: Whether Installments are enabled for this PaymentIntent.\n type: boolean\n plan:\n anyOf:\n - $ref: '#/components/schemas/payment_method_details_card_installments_plan'\n description: Installment plan selected for this PaymentIntent.\n nullable: true\n required:\n - enabled\n title: payment_method_options_card_installments\n type: object\n x-expandableFields:\n - available_plans\n - plan\n payment_method_options_card_mandate_options:\n description: ''\n properties:\n amount:\n description: Amount to be charged for future payments.\n type: integer\n amount_type:\n 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.\n enum:\n - fixed\n - maximum\n type: string\n description:\n description: A description of the mandate or subscription that is meant to be displayed to the customer.\n maxLength: 200\n nullable: true\n type: string\n end_date:\n 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.\n format: unix-time\n nullable: true\n type: integer\n interval:\n description: Specifies payment frequency. One of `day`, `week`, `month`, `year`, or `sporadic`.\n enum:\n - day\n - month\n - sporadic\n - week\n - year\n type: string\n interval_count:\n 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`.\n nullable: true\n type: integer\n reference:\n description: Unique identifier for the mandate or subscription.\n maxLength: 80\n type: string\n start_date:\n description: Start date of the mandate or subscription. Start date should not be lesser than yesterday.\n format: unix-time\n type: integer\n supported_types:\n description: Specifies the type of mandates supported. Possible values are `india`.\n items:\n enum:\n - india\n type: string\n nullable: true\n type: array\n required:\n - amount\n - amount_type\n - interval\n - reference\n - start_date\n title: payment_method_options_card_mandate_options\n type: object\n x-expandableFields: []\n payment_method_options_card_present:\n description: ''\n properties:\n capture_method:\n description: Controls when the funds will be captured from the customer's account.\n enum:\n - manual\n - manual_preferred\n type: string\n request_extended_authorization:\n description: Request ability to capture this payment beyond the standard [authorization validity window](https://docs.stripe.com/terminal/features/extended-authorizations#authorization-validity)\n nullable: true\n type: boolean\n request_incremental_authorization_support:\n 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.\n nullable: true\n type: boolean\n routing:\n $ref: '#/components/schemas/payment_method_options_card_present_routing'\n title: payment_method_options_card_present\n type: object\n x-expandableFields:\n - routing\n payment_method_options_card_present_routing:\n description: ''\n properties:\n requested_priority:\n description: Requested routing priority\n enum:\n - domestic\n - international\n nullable: true\n type: string\n title: payment_method_options_card_present_routing\n type: object\n x-expandableFields: []\n payment_method_options_cashapp:\n description: ''\n properties:\n capture_method:\n description: Controls when the funds will be captured from the customer's account.\n enum:\n - manual\n type: string\n setup_future_usage:\n description: |-\n Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\n If 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\n If 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\n When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).\n enum:\n - none\n - off_session\n - on_session\n type: string\n title: payment_method_options_cashapp\n type: object\n x-expandableFields: []\n payment_method_options_crypto:\n description: ''\n properties:\n setup_future_usage:\n description: |-\n Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\n If 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\n If 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\n When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).\n enum:\n - none\n type: string\n x-stripeBypassValidation: true\n title: payment_method_options_crypto\n type: object\n x-expandableFields: []\n payment_method_options_customer_balance:\n description: ''\n properties:\n bank_transfer:\n $ref: '#/components/schemas/payment_method_options_customer_balance_bank_transfer'\n funding_type:\n description: 'The funding method type to be used when there are not enough funds in the customer balance. Permitted values include: `bank_transfer`.'\n enum:\n - bank_transfer\n nullable: true\n type: string\n setup_future_usage:\n description: |-\n Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\n If 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\n If 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\n When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).\n enum:\n - none\n type: string\n title: payment_method_options_customer_balance\n type: object\n x-expandableFields:\n - bank_transfer\n payment_method_options_customer_balance_bank_transfer:\n description: ''\n properties:\n eu_bank_transfer:\n $ref: '#/components/schemas/payment_method_options_customer_balance_eu_bank_account'\n requested_address_types:\n description: |-\n List of address types that should be returned in the financial_addresses response. If not specified, all valid types will be returned.\n\n Permitted values include: `sort_code`, `zengin`, `iban`, or `spei`.\n items:\n enum:\n - aba\n - iban\n - sepa\n - sort_code\n - spei\n - swift\n - zengin\n type: string\n x-stripeBypassValidation: true\n type: array\n type:\n 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`.'\n enum:\n - eu_bank_transfer\n - gb_bank_transfer\n - jp_bank_transfer\n - mx_bank_transfer\n - us_bank_transfer\n nullable: true\n type: string\n x-stripeBypassValidation: true\n title: payment_method_options_customer_balance_bank_transfer\n type: object\n x-expandableFields:\n - eu_bank_transfer\n payment_method_options_customer_balance_eu_bank_account:\n description: ''\n properties:\n country:\n description: 'The desired country code of the bank account information. Permitted values include: `BE`, `DE`, `ES`, `FR`, `IE`, or `NL`.'\n enum:\n - BE\n - DE\n - ES\n - FR\n - IE\n - NL\n type: string\n required:\n - country\n title: payment_method_options_customer_balance_eu_bank_account\n type: object\n x-expandableFields: []\n payment_method_options_fpx:\n description: ''\n properties:\n setup_future_usage:\n description: |-\n Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\n If 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\n If 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\n When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).\n enum:\n - none\n type: string\n title: payment_method_options_fpx\n type: object\n x-expandableFields: []\n payment_method_options_giropay:\n description: ''\n properties:\n setup_future_usage:\n description: |-\n Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\n If 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\n If 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\n When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).\n enum:\n - none\n type: string\n title: payment_method_options_giropay\n type: object\n x-expandableFields: []\n payment_method_options_grabpay:\n description: ''\n properties:\n setup_future_usage:\n description: |-\n Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\n If 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\n If 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\n When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).\n enum:\n - none\n type: string\n title: payment_method_options_grabpay\n type: object\n x-expandableFields: []\n payment_method_options_ideal:\n description: ''\n properties:\n setup_future_usage:\n description: |-\n Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\n If 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\n If 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\n When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).\n enum:\n - none\n - off_session\n type: string\n title: payment_method_options_ideal\n type: object\n x-expandableFields: []\n payment_method_options_interac_present:\n description: ''\n properties: {}\n title: payment_method_options_interac_present\n type: object\n x-expandableFields: []\n payment_method_options_klarna:\n description: ''\n properties:\n capture_method:\n description: Controls when the funds will be captured from the customer's account.\n enum:\n - manual\n type: string\n preferred_locale:\n description: Preferred locale of the Klarna checkout page that the customer is redirected to.\n maxLength: 5000\n nullable: true\n type: string\n setup_future_usage:\n description: |-\n Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\n If 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\n If 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\n When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).\n enum:\n - none\n - off_session\n - on_session\n type: string\n title: payment_method_options_klarna\n type: object\n x-expandableFields: []\n payment_method_options_konbini:\n description: ''\n properties:\n confirmation_number:\n description: An optional 10 to 11 digit numeric-only string determining the confirmation code at applicable convenience stores.\n maxLength: 5000\n nullable: true\n type: string\n expires_after_days:\n 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.\n nullable: true\n type: integer\n expires_at:\n description: The timestamp at which the Konbini payment instructions will expire. Only one of `expires_after_days` or `expires_at` may be set.\n format: unix-time\n nullable: true\n type: integer\n product_description:\n description: A product descriptor of up to 22 characters, which will appear to customers at the convenience store.\n maxLength: 5000\n nullable: true\n type: string\n setup_future_usage:\n description: |-\n Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\n If 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\n If 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\n When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).\n enum:\n - none\n type: string\n title: payment_method_options_konbini\n type: object\n x-expandableFields: []\n payment_method_options_kr_card:\n description: ''\n properties:\n capture_method:\n description: Controls when the funds will be captured from the customer's account.\n enum:\n - manual\n type: string\n setup_future_usage:\n description: |-\n Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\n If 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\n If 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\n When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).\n enum:\n - none\n - off_session\n type: string\n title: payment_method_options_kr_card\n type: object\n x-expandableFields: []\n payment_method_options_mb_way:\n description: ''\n properties:\n setup_future_usage:\n description: |-\n Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\n If 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\n If 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\n When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).\n enum:\n - none\n type: string\n title: payment_method_options_mb_way\n type: object\n x-expandableFields: []\n payment_method_options_multibanco:\n description: ''\n properties:\n setup_future_usage:\n description: |-\n Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\n If 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\n If 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\n When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).\n enum:\n - none\n type: string\n title: payment_method_options_multibanco\n type: object\n x-expandableFields: []\n payment_method_options_oxxo:\n description: ''\n properties:\n expires_after_days:\n 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.\n type: integer\n setup_future_usage:\n description: |-\n Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\n If 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\n If 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\n When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).\n enum:\n - none\n type: string\n required:\n - expires_after_days\n title: payment_method_options_oxxo\n type: object\n x-expandableFields: []\n payment_method_options_p24:\n description: ''\n properties:\n setup_future_usage:\n description: |-\n Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\n If 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\n If 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\n When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).\n enum:\n - none\n type: string\n title: payment_method_options_p24\n type: object\n x-expandableFields: []\n payment_method_options_pay_by_bank:\n description: ''\n properties: {}\n title: payment_method_options_pay_by_bank\n type: object\n x-expandableFields: []\n payment_method_options_paynow:\n description: ''\n properties:\n setup_future_usage:\n description: |-\n Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\n If 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\n If 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\n When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).\n enum:\n - none\n type: string\n title: payment_method_options_paynow\n type: object\n x-expandableFields: []\n payment_method_options_paypal:\n description: ''\n properties:\n capture_method:\n description: Controls when the funds will be captured from the customer's account.\n enum:\n - manual\n type: string\n preferred_locale:\n description: Preferred locale of the PayPal checkout page that the customer is redirected to.\n maxLength: 5000\n nullable: true\n type: string\n reference:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n setup_future_usage:\n description: |-\n Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\n If 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\n If 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\n When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).\n enum:\n - none\n - off_session\n type: string\n title: payment_method_options_paypal\n type: object\n x-expandableFields: []\n payment_method_options_pix:\n description: ''\n properties:\n amount_includes_iof:\n description: Determines if the amount includes the IOF tax.\n enum:\n - always\n - never\n type: string\n expires_after_seconds:\n description: The number of seconds (between 10 and 1209600) after which Pix payment will expire.\n nullable: true\n type: integer\n expires_at:\n description: The timestamp at which the Pix expires.\n nullable: true\n type: integer\n setup_future_usage:\n description: |-\n Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\n If 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\n If 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\n When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).\n enum:\n - none\n type: string\n x-stripeBypassValidation: true\n title: payment_method_options_pix\n type: object\n x-expandableFields: []\n payment_method_options_promptpay:\n description: ''\n properties:\n setup_future_usage:\n description: |-\n Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\n If 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\n If 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\n When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).\n enum:\n - none\n type: string\n title: payment_method_options_promptpay\n type: object\n x-expandableFields: []\n payment_method_options_revolut_pay:\n description: ''\n properties:\n capture_method:\n description: Controls when the funds will be captured from the customer's account.\n enum:\n - manual\n type: string\n setup_future_usage:\n description: |-\n Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\n If 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\n If 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\n When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).\n enum:\n - none\n - off_session\n type: string\n title: payment_method_options_revolut_pay\n type: object\n x-expandableFields: []\n payment_method_options_satispay:\n description: ''\n properties:\n capture_method:\n description: Controls when the funds will be captured from the customer's account.\n enum:\n - manual\n type: string\n title: payment_method_options_satispay\n type: object\n x-expandableFields: []\n payment_method_options_sofort:\n description: ''\n properties:\n preferred_language:\n description: Preferred language of the SOFORT authorization page that the customer is redirected to.\n enum:\n - de\n - en\n - es\n - fr\n - it\n - nl\n - pl\n nullable: true\n type: string\n setup_future_usage:\n description: |-\n Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\n If 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\n If 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\n When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).\n enum:\n - none\n - off_session\n type: string\n title: payment_method_options_sofort\n type: object\n x-expandableFields: []\n payment_method_options_twint:\n description: ''\n properties:\n setup_future_usage:\n description: |-\n Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\n If 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\n If 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\n When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).\n enum:\n - none\n type: string\n x-stripeBypassValidation: true\n title: payment_method_options_twint\n type: object\n x-expandableFields: []\n payment_method_options_us_bank_account_mandate_options:\n description: ''\n properties:\n collection_method:\n description: Mandate collection method\n enum:\n - paper\n type: string\n x-stripeBypassValidation: true\n title: payment_method_options_us_bank_account_mandate_options\n type: object\n x-expandableFields: []\n payment_method_options_wechat_pay:\n description: ''\n properties:\n app_id:\n description: The app ID registered with WeChat Pay. Only required when client is ios or android.\n maxLength: 5000\n nullable: true\n type: string\n client:\n description: The client type that the end customer will pay from\n enum:\n - android\n - ios\n - web\n nullable: true\n type: string\n x-stripeBypassValidation: true\n setup_future_usage:\n description: |-\n Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\n If 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\n If 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\n When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).\n enum:\n - none\n type: string\n title: payment_method_options_wechat_pay\n type: object\n x-expandableFields: []\n payment_method_options_zip:\n description: ''\n properties:\n setup_future_usage:\n description: |-\n Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\n If 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\n If 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\n When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).\n enum:\n - none\n type: string\n title: payment_method_options_zip\n type: object\n x-expandableFields: []\n payment_method_oxxo:\n description: ''\n properties: {}\n title: payment_method_oxxo\n type: object\n x-expandableFields: []\n payment_method_p24:\n description: ''\n properties:\n bank:\n description: The customer's bank, if provided.\n enum:\n - alior_bank\n - bank_millennium\n - bank_nowy_bfg_sa\n - bank_pekao_sa\n - banki_spbdzielcze\n - blik\n - bnp_paribas\n - boz\n - citi_handlowy\n - credit_agricole\n - envelobank\n - etransfer_pocztowy24\n - getin_bank\n - ideabank\n - ing\n - inteligo\n - mbank_mtransfer\n - nest_przelew\n - noble_pay\n - pbac_z_ipko\n - plus_bank\n - santander_przelew24\n - tmobile_usbugi_bankowe\n - toyota_bank\n - velobank\n - volkswagen_bank\n nullable: true\n type: string\n x-stripeBypassValidation: true\n title: payment_method_p24\n type: object\n x-expandableFields: []\n payment_method_pay_by_bank:\n description: ''\n properties: {}\n title: payment_method_pay_by_bank\n type: object\n x-expandableFields: []\n payment_method_payco:\n description: ''\n properties: {}\n title: payment_method_payco\n type: object\n x-expandableFields: []\n payment_method_paynow:\n description: ''\n properties: {}\n title: payment_method_paynow\n type: object\n x-expandableFields: []\n payment_method_paypal:\n description: ''\n properties:\n country:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n payer_email:\n description: |-\n 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.\n maxLength: 5000\n nullable: true\n type: string\n payer_id:\n description: PayPal account PayerID. This identifier uniquely identifies the PayPal customer.\n maxLength: 5000\n nullable: true\n type: string\n title: payment_method_paypal\n type: object\n x-expandableFields: []\n payment_method_payto:\n description: ''\n properties:\n bsb_number:\n description: Bank-State-Branch number of the bank account.\n maxLength: 5000\n nullable: true\n type: string\n last4:\n description: Last four digits of the bank account number.\n maxLength: 5000\n nullable: true\n type: string\n pay_id:\n description: The PayID alias for the bank account.\n maxLength: 5000\n nullable: true\n type: string\n title: payment_method_payto\n type: object\n x-expandableFields: []\n payment_method_pix:\n description: ''\n properties: {}\n title: payment_method_pix\n type: object\n x-expandableFields: []\n payment_method_promptpay:\n description: ''\n properties: {}\n title: payment_method_promptpay\n type: object\n x-expandableFields: []\n payment_method_revolut_pay:\n description: ''\n properties: {}\n title: payment_method_revolut_pay\n type: object\n x-expandableFields: []\n payment_method_samsung_pay:\n description: ''\n properties: {}\n title: payment_method_samsung_pay\n type: object\n x-expandableFields: []\n payment_method_satispay:\n description: ''\n properties: {}\n title: payment_method_satispay\n type: object\n x-expandableFields: []\n payment_method_sepa_debit:\n description: ''\n properties:\n bank_code:\n description: Bank code of bank associated with the bank account.\n maxLength: 5000\n nullable: true\n type: string\n branch_code:\n description: Branch code of bank associated with the bank account.\n maxLength: 5000\n nullable: true\n type: string\n country:\n description: Two-letter ISO code representing the country the bank account is located in.\n maxLength: 5000\n nullable: true\n type: string\n fingerprint:\n description: Uniquely identifies this particular bank account. You can use this attribute to check whether two bank accounts are the same.\n maxLength: 5000\n nullable: true\n type: string\n generated_from:\n anyOf:\n - $ref: '#/components/schemas/sepa_debit_generated_from'\n description: Information about the object that generated this PaymentMethod.\n nullable: true\n last4:\n description: Last four characters of the IBAN.\n maxLength: 5000\n nullable: true\n type: string\n title: payment_method_sepa_debit\n type: object\n x-expandableFields:\n - generated_from\n payment_method_sofort:\n description: ''\n properties:\n country:\n description: Two-letter ISO code representing the country the bank account is located in.\n maxLength: 5000\n nullable: true\n type: string\n title: payment_method_sofort\n type: object\n x-expandableFields: []\n payment_method_swish:\n description: ''\n properties: {}\n title: payment_method_swish\n type: object\n x-expandableFields: []\n payment_method_twint:\n description: ''\n properties: {}\n title: payment_method_twint\n type: object\n x-expandableFields: []\n payment_method_us_bank_account:\n description: ''\n properties:\n account_holder_type:\n description: 'Account holder type: individual or company.'\n enum:\n - company\n - individual\n nullable: true\n type: string\n account_type:\n description: 'Account type: checkings or savings. Defaults to checking if omitted.'\n enum:\n - checking\n - savings\n nullable: true\n type: string\n bank_name:\n description: The name of the bank.\n maxLength: 5000\n nullable: true\n type: string\n financial_connections_account:\n description: The ID of the Financial Connections Account used to create the payment method.\n maxLength: 5000\n nullable: true\n type: string\n fingerprint:\n description: Uniquely identifies this particular bank account. You can use this attribute to check whether two bank accounts are the same.\n maxLength: 5000\n nullable: true\n type: string\n last4:\n description: Last four digits of the bank account number.\n maxLength: 5000\n nullable: true\n type: string\n networks:\n anyOf:\n - $ref: '#/components/schemas/us_bank_account_networks'\n description: Contains information about US bank account networks that can be used.\n nullable: true\n routing_number:\n description: Routing number of the bank account.\n maxLength: 5000\n nullable: true\n type: string\n status_details:\n anyOf:\n - $ref: '#/components/schemas/payment_method_us_bank_account_status_details'\n description: Contains information about the future reusability of this PaymentMethod.\n nullable: true\n title: payment_method_us_bank_account\n type: object\n x-expandableFields:\n - networks\n - status_details\n payment_method_us_bank_account_blocked:\n description: ''\n properties:\n network_code:\n description: The ACH network code that resulted in this block.\n enum:\n - R02\n - R03\n - R04\n - R05\n - R07\n - R08\n - R10\n - R11\n - R16\n - R20\n - R29\n - R31\n nullable: true\n type: string\n reason:\n description: The reason why this PaymentMethod's fingerprint has been blocked\n enum:\n - bank_account_closed\n - bank_account_frozen\n - bank_account_invalid_details\n - bank_account_restricted\n - bank_account_unusable\n - debit_not_authorized\n - tokenized_account_number_deactivated\n nullable: true\n type: string\n title: payment_method_us_bank_account_blocked\n type: object\n x-expandableFields: []\n payment_method_us_bank_account_status_details:\n description: ''\n properties:\n blocked:\n $ref: '#/components/schemas/payment_method_us_bank_account_blocked'\n title: payment_method_us_bank_account_status_details\n type: object\n x-expandableFields:\n - blocked\n payment_method_wechat_pay:\n description: ''\n properties: {}\n title: payment_method_wechat_pay\n type: object\n x-expandableFields: []\n payment_method_zip:\n description: ''\n properties: {}\n title: payment_method_zip\n type: object\n x-expandableFields: []\n payment_pages_checkout_session_adaptive_pricing:\n description: ''\n properties:\n enabled:\n 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).\n type: boolean\n required:\n - enabled\n title: PaymentPagesCheckoutSessionAdaptivePricing\n type: object\n x-expandableFields: []\n payment_pages_checkout_session_after_expiration:\n description: ''\n properties:\n recovery:\n anyOf:\n - $ref: '#/components/schemas/payment_pages_checkout_session_after_expiration_recovery'\n description: When set, configuration used to recover the Checkout Session on expiry.\n nullable: true\n title: PaymentPagesCheckoutSessionAfterExpiration\n type: object\n x-expandableFields:\n - recovery\n payment_pages_checkout_session_after_expiration_recovery:\n description: ''\n properties:\n allow_promotion_codes:\n description: Enables user redeemable promotion codes on the recovered Checkout Sessions. Defaults to `false`\n type: boolean\n enabled:\n description: |-\n If `true`, a recovery url will be generated to recover this Checkout Session if it\n expires before a transaction is completed. It will be attached to the\n Checkout Session object upon expiration.\n type: boolean\n expires_at:\n description: The timestamp at which the recovery URL will expire.\n format: unix-time\n nullable: true\n type: integer\n url:\n description: URL that creates a new Checkout Session when clicked that is a copy of this expired Checkout Session\n maxLength: 5000\n nullable: true\n type: string\n required:\n - allow_promotion_codes\n - enabled\n title: PaymentPagesCheckoutSessionAfterExpirationRecovery\n type: object\n x-expandableFields: []\n payment_pages_checkout_session_automatic_tax:\n description: ''\n properties:\n enabled:\n description: Indicates whether automatic tax is enabled for the session\n type: boolean\n liability:\n anyOf:\n - $ref: '#/components/schemas/connect_account_reference'\n 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.\n nullable: true\n provider:\n description: The tax provider powering automatic tax.\n maxLength: 5000\n nullable: true\n type: string\n status:\n description: The status of the most recent automated tax calculation for this session.\n enum:\n - complete\n - failed\n - requires_location_inputs\n nullable: true\n type: string\n required:\n - enabled\n title: PaymentPagesCheckoutSessionAutomaticTax\n type: object\n x-expandableFields:\n - liability\n payment_pages_checkout_session_branding_settings:\n description: ''\n properties:\n background_color:\n description: A hex color value starting with `#` representing the background color for the Checkout Session.\n maxLength: 5000\n type: string\n border_style:\n description: The border style for the Checkout Session. Must be one of `rounded`, `rectangular`, or `pill`.\n enum:\n - pill\n - rectangular\n - rounded\n type: string\n button_color:\n description: A hex color value starting with `#` representing the button color for the Checkout Session.\n maxLength: 5000\n type: string\n display_name:\n description: The display name shown on the Checkout Session.\n maxLength: 5000\n type: string\n font_family:\n 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).\n maxLength: 5000\n type: string\n icon:\n anyOf:\n - $ref: '#/components/schemas/payment_pages_checkout_session_branding_settings_icon'\n description: The icon for the Checkout Session. You cannot set both `logo` and `icon`.\n nullable: true\n logo:\n anyOf:\n - $ref: '#/components/schemas/payment_pages_checkout_session_branding_settings_logo'\n description: The logo for the Checkout Session. You cannot set both `logo` and `icon`.\n nullable: true\n required:\n - background_color\n - border_style\n - button_color\n - display_name\n - font_family\n title: PaymentPagesCheckoutSessionBrandingSettings\n type: object\n x-expandableFields:\n - icon\n - logo\n payment_pages_checkout_session_branding_settings_icon:\n description: ''\n properties:\n file:\n 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.\n maxLength: 5000\n type: string\n type:\n description: The type of image for the icon. Must be one of `file` or `url`.\n enum:\n - file\n - url\n type: string\n url:\n description: The URL of the image. Present when `type` is `url`.\n maxLength: 5000\n type: string\n required:\n - type\n title: PaymentPagesCheckoutSessionBrandingSettingsIcon\n type: object\n x-expandableFields: []\n payment_pages_checkout_session_branding_settings_logo:\n description: ''\n properties:\n file:\n 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.\n maxLength: 5000\n type: string\n type:\n description: The type of image for the logo. Must be one of `file` or `url`.\n enum:\n - file\n - url\n type: string\n url:\n description: The URL of the image. Present when `type` is `url`.\n maxLength: 5000\n type: string\n required:\n - type\n title: PaymentPagesCheckoutSessionBrandingSettingsLogo\n type: object\n x-expandableFields: []\n payment_pages_checkout_session_business_name:\n description: ''\n properties:\n enabled:\n description: Indicates whether business name collection is enabled for the session\n type: boolean\n optional:\n description: Whether the customer is required to complete the field before completing the Checkout Session. Defaults to `false`.\n type: boolean\n required:\n - enabled\n - optional\n title: PaymentPagesCheckoutSessionBusinessName\n type: object\n x-expandableFields: []\n payment_pages_checkout_session_checkout_address_details:\n description: ''\n properties:\n address:\n $ref: '#/components/schemas/address'\n name:\n description: Customer name.\n maxLength: 5000\n type: string\n required:\n - address\n - name\n title: PaymentPagesCheckoutSessionCheckoutAddressDetails\n type: object\n x-expandableFields:\n - address\n payment_pages_checkout_session_collected_information:\n description: ''\n properties:\n business_name:\n description: Customer’s business name for this Checkout Session\n maxLength: 5000\n nullable: true\n type: string\n individual_name:\n description: Customer’s individual name for this Checkout Session\n maxLength: 5000\n nullable: true\n type: string\n shipping_details:\n anyOf:\n - $ref: '#/components/schemas/payment_pages_checkout_session_checkout_address_details'\n description: Shipping information for this Checkout Session.\n nullable: true\n title: PaymentPagesCheckoutSessionCollectedInformation\n type: object\n x-expandableFields:\n - shipping_details\n payment_pages_checkout_session_consent:\n description: ''\n properties:\n promotions:\n description: |-\n If `opt_in`, the customer consents to receiving promotional communications\n from the merchant about this Checkout Session.\n enum:\n - opt_in\n - opt_out\n nullable: true\n type: string\n terms_of_service:\n description: If `accepted`, the customer in this Checkout Session has agreed to the merchant's terms of service.\n enum:\n - accepted\n nullable: true\n type: string\n x-stripeBypassValidation: true\n title: PaymentPagesCheckoutSessionConsent\n type: object\n x-expandableFields: []\n payment_pages_checkout_session_consent_collection:\n description: ''\n properties:\n payment_method_reuse_agreement:\n anyOf:\n - $ref: '#/components/schemas/payment_pages_checkout_session_payment_method_reuse_agreement'\n description: If set to `hidden`, it will hide legal text related to the reuse of a payment method.\n nullable: true\n promotions:\n description: |-\n If set to `auto`, enables the collection of customer consent for promotional communications. The Checkout\n Session will determine whether to display an option to opt into promotional communication\n from the merchant depending on the customer's locale. Only available to US merchants.\n enum:\n - auto\n - none\n nullable: true\n type: string\n terms_of_service:\n description: If set to `required`, it requires customers to accept the terms of service before being able to pay.\n enum:\n - none\n - required\n nullable: true\n type: string\n title: PaymentPagesCheckoutSessionConsentCollection\n type: object\n x-expandableFields:\n - payment_method_reuse_agreement\n payment_pages_checkout_session_currency_conversion:\n description: ''\n properties:\n amount_subtotal:\n description: Total of all items in source currency before discounts or taxes are applied.\n type: integer\n amount_total:\n description: Total of all items in source currency after discounts and taxes are applied.\n type: integer\n fx_rate:\n description: Exchange rate used to convert source currency amounts to customer currency amounts\n format: decimal\n type: string\n source_currency:\n description: Creation currency of the CheckoutSession before localization\n maxLength: 5000\n type: string\n required:\n - amount_subtotal\n - amount_total\n - fx_rate\n - source_currency\n title: PaymentPagesCheckoutSessionCurrencyConversion\n type: object\n x-expandableFields: []\n payment_pages_checkout_session_custom_fields:\n description: ''\n properties:\n dropdown:\n $ref: '#/components/schemas/payment_pages_checkout_session_custom_fields_dropdown'\n key:\n 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.\n maxLength: 5000\n type: string\n label:\n $ref: '#/components/schemas/payment_pages_checkout_session_custom_fields_label'\n numeric:\n $ref: '#/components/schemas/payment_pages_checkout_session_custom_fields_numeric'\n optional:\n description: Whether the customer is required to complete the field before completing the Checkout Session. Defaults to `false`.\n type: boolean\n text:\n $ref: '#/components/schemas/payment_pages_checkout_session_custom_fields_text'\n type:\n description: The type of the field.\n enum:\n - dropdown\n - numeric\n - text\n type: string\n required:\n - key\n - label\n - optional\n - type\n title: PaymentPagesCheckoutSessionCustomFields\n type: object\n x-expandableFields:\n - dropdown\n - label\n - numeric\n - text\n payment_pages_checkout_session_custom_fields_dropdown:\n description: ''\n properties:\n default_value:\n description: The value that will pre-fill on the payment page.\n maxLength: 5000\n nullable: true\n type: string\n options:\n description: The options available for the customer to select. Up to 200 options allowed.\n items:\n $ref: '#/components/schemas/payment_pages_checkout_session_custom_fields_option'\n type: array\n value:\n description: The option selected by the customer. This will be the `value` for the option.\n maxLength: 5000\n nullable: true\n type: string\n required:\n - options\n title: PaymentPagesCheckoutSessionCustomFieldsDropdown\n type: object\n x-expandableFields:\n - options\n payment_pages_checkout_session_custom_fields_label:\n description: ''\n properties:\n custom:\n description: Custom text for the label, displayed to the customer. Up to 50 characters.\n maxLength: 5000\n nullable: true\n type: string\n type:\n description: The type of the label.\n enum:\n - custom\n type: string\n required:\n - type\n title: PaymentPagesCheckoutSessionCustomFieldsLabel\n type: object\n x-expandableFields: []\n payment_pages_checkout_session_custom_fields_numeric:\n description: ''\n properties:\n default_value:\n description: The value that will pre-fill the field on the payment page.\n maxLength: 5000\n nullable: true\n type: string\n maximum_length:\n description: The maximum character length constraint for the customer's input.\n nullable: true\n type: integer\n minimum_length:\n description: The minimum character length requirement for the customer's input.\n nullable: true\n type: integer\n value:\n description: The value entered by the customer, containing only digits.\n maxLength: 5000\n nullable: true\n type: string\n title: PaymentPagesCheckoutSessionCustomFieldsNumeric\n type: object\n x-expandableFields: []\n payment_pages_checkout_session_custom_fields_option:\n description: ''\n properties:\n label:\n description: The label for the option, displayed to the customer. Up to 100 characters.\n maxLength: 5000\n type: string\n value:\n 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.\n maxLength: 5000\n type: string\n required:\n - label\n - value\n title: PaymentPagesCheckoutSessionCustomFieldsOption\n type: object\n x-expandableFields: []\n payment_pages_checkout_session_custom_fields_text:\n description: ''\n properties:\n default_value:\n description: The value that will pre-fill the field on the payment page.\n maxLength: 5000\n nullable: true\n type: string\n maximum_length:\n description: The maximum character length constraint for the customer's input.\n nullable: true\n type: integer\n minimum_length:\n description: The minimum character length requirement for the customer's input.\n nullable: true\n type: integer\n value:\n description: The value entered by the customer.\n maxLength: 5000\n nullable: true\n type: string\n title: PaymentPagesCheckoutSessionCustomFieldsText\n type: object\n x-expandableFields: []\n payment_pages_checkout_session_custom_text:\n description: ''\n properties:\n after_submit:\n anyOf:\n - $ref: '#/components/schemas/payment_pages_checkout_session_custom_text_position'\n description: Custom text that should be displayed after the payment confirmation button.\n nullable: true\n shipping_address:\n anyOf:\n - $ref: '#/components/schemas/payment_pages_checkout_session_custom_text_position'\n description: Custom text that should be displayed alongside shipping address collection.\n nullable: true\n submit:\n anyOf:\n - $ref: '#/components/schemas/payment_pages_checkout_session_custom_text_position'\n description: Custom text that should be displayed alongside the payment confirmation button.\n nullable: true\n terms_of_service_acceptance:\n anyOf:\n - $ref: '#/components/schemas/payment_pages_checkout_session_custom_text_position'\n description: Custom text that should be displayed in place of the default terms of service agreement text.\n nullable: true\n title: PaymentPagesCheckoutSessionCustomText\n type: object\n x-expandableFields:\n - after_submit\n - shipping_address\n - submit\n - terms_of_service_acceptance\n payment_pages_checkout_session_custom_text_position:\n description: ''\n properties:\n message:\n description: Text may be up to 1200 characters in length.\n maxLength: 500\n type: string\n required:\n - message\n title: PaymentPagesCheckoutSessionCustomTextPosition\n type: object\n x-expandableFields: []\n payment_pages_checkout_session_customer_details:\n description: ''\n properties:\n address:\n anyOf:\n - $ref: '#/components/schemas/address'\n description: 'The customer''s address after a completed Checkout Session. Note: This property is populated only for sessions on or after March 30, 2022.'\n nullable: true\n business_name:\n description: The customer's business name after a completed Checkout Session.\n maxLength: 150\n nullable: true\n type: string\n email:\n description: |-\n The email associated with the Customer, if one exists, on the Checkout Session after a completed Checkout Session or at time of session expiry.\n Otherwise, if the customer has consented to promotional content, this value is the most recent valid email provided by the customer on the Checkout form.\n maxLength: 5000\n nullable: true\n type: string\n individual_name:\n description: The customer's individual name after a completed Checkout Session.\n maxLength: 150\n nullable: true\n type: string\n name:\n description: 'The customer''s name after a completed Checkout Session. Note: This property is populated only for sessions on or after March 30, 2022.'\n maxLength: 5000\n nullable: true\n type: string\n phone:\n description: The customer's phone number after a completed Checkout Session.\n maxLength: 5000\n nullable: true\n type: string\n tax_exempt:\n description: The customer’s tax exempt status after a completed Checkout Session.\n enum:\n - exempt\n - none\n - reverse\n nullable: true\n type: string\n tax_ids:\n description: The customer’s tax IDs after a completed Checkout Session.\n items:\n $ref: '#/components/schemas/payment_pages_checkout_session_tax_id'\n nullable: true\n type: array\n title: PaymentPagesCheckoutSessionCustomerDetails\n type: object\n x-expandableFields:\n - address\n - tax_ids\n payment_pages_checkout_session_discount:\n description: ''\n properties:\n coupon:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/coupon'\n description: Coupon attached to the Checkout Session.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/coupon'\n promotion_code:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/promotion_code'\n description: Promotion code attached to the Checkout Session.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/promotion_code'\n title: PaymentPagesCheckoutSessionDiscount\n type: object\n x-expandableFields:\n - coupon\n - promotion_code\n payment_pages_checkout_session_individual_name:\n description: ''\n properties:\n enabled:\n description: Indicates whether individual name collection is enabled for the session\n type: boolean\n optional:\n description: Whether the customer is required to complete the field before completing the Checkout Session. Defaults to `false`.\n type: boolean\n required:\n - enabled\n - optional\n title: PaymentPagesCheckoutSessionIndividualName\n type: object\n x-expandableFields: []\n payment_pages_checkout_session_invoice_creation:\n description: ''\n properties:\n enabled:\n description: Indicates whether invoice creation is enabled for the Checkout Session.\n type: boolean\n invoice_data:\n $ref: '#/components/schemas/payment_pages_checkout_session_invoice_settings'\n required:\n - enabled\n - invoice_data\n title: PaymentPagesCheckoutSessionInvoiceCreation\n type: object\n x-expandableFields:\n - invoice_data\n payment_pages_checkout_session_invoice_settings:\n description: ''\n properties:\n account_tax_ids:\n description: The account tax IDs associated with the invoice.\n items:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/tax_id'\n - $ref: '#/components/schemas/deleted_tax_id'\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/tax_id'\n - $ref: '#/components/schemas/deleted_tax_id'\n nullable: true\n type: array\n custom_fields:\n description: Custom fields displayed on the invoice.\n items:\n $ref: '#/components/schemas/invoice_setting_custom_field'\n nullable: true\n type: array\n description:\n description: An arbitrary string attached to the object. Often useful for displaying to users.\n maxLength: 5000\n nullable: true\n type: string\n footer:\n description: Footer displayed on the invoice.\n maxLength: 5000\n nullable: true\n type: string\n issuer:\n anyOf:\n - $ref: '#/components/schemas/connect_account_reference'\n description: The connected account that issues the invoice. The invoice is presented with the branding and support information of the specified account.\n nullable: true\n metadata:\n additionalProperties:\n maxLength: 500\n type: string\n 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.\n nullable: true\n type: object\n rendering_options:\n anyOf:\n - $ref: '#/components/schemas/invoice_setting_checkout_rendering_options'\n description: Options for invoice PDF rendering.\n nullable: true\n title: PaymentPagesCheckoutSessionInvoiceSettings\n type: object\n x-expandableFields:\n - account_tax_ids\n - custom_fields\n - issuer\n - rendering_options\n payment_pages_checkout_session_name_collection:\n description: ''\n properties:\n business:\n $ref: '#/components/schemas/payment_pages_checkout_session_business_name'\n individual:\n $ref: '#/components/schemas/payment_pages_checkout_session_individual_name'\n title: PaymentPagesCheckoutSessionNameCollection\n type: object\n x-expandableFields:\n - business\n - individual\n payment_pages_checkout_session_optional_item:\n description: ''\n properties:\n adjustable_quantity:\n anyOf:\n - $ref: '#/components/schemas/payment_pages_checkout_session_optional_item_adjustable_quantity'\n nullable: true\n price:\n maxLength: 5000\n type: string\n quantity:\n type: integer\n required:\n - price\n - quantity\n title: PaymentPagesCheckoutSessionOptionalItem\n type: object\n x-expandableFields:\n - adjustable_quantity\n payment_pages_checkout_session_optional_item_adjustable_quantity:\n description: ''\n properties:\n enabled:\n description: Set to true if the quantity can be adjusted to any non-negative integer.\n type: boolean\n maximum:\n 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.\n nullable: true\n type: integer\n minimum:\n 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.\n nullable: true\n type: integer\n required:\n - enabled\n title: PaymentPagesCheckoutSessionOptionalItemAdjustableQuantity\n type: object\n x-expandableFields: []\n payment_pages_checkout_session_payment_method_reuse_agreement:\n description: ''\n properties:\n position:\n description: |-\n 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\n When set to `hidden`, the payment method reuse agreement text will always be hidden in the UI.\n enum:\n - auto\n - hidden\n type: string\n required:\n - position\n title: PaymentPagesCheckoutSessionPaymentMethodReuseAgreement\n type: object\n x-expandableFields: []\n payment_pages_checkout_session_permissions:\n description: ''\n properties:\n update_shipping_details:\n description: |-\n Determines which entity is allowed to update the shipping details.\n\n Default 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\n When 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.\n enum:\n - client_only\n - server_only\n nullable: true\n type: string\n title: PaymentPagesCheckoutSessionPermissions\n type: object\n x-expandableFields: []\n payment_pages_checkout_session_phone_number_collection:\n description: ''\n properties:\n enabled:\n description: Indicates whether phone number collection is enabled for the session\n type: boolean\n required:\n - enabled\n title: PaymentPagesCheckoutSessionPhoneNumberCollection\n type: object\n x-expandableFields: []\n payment_pages_checkout_session_saved_payment_method_options:\n description: ''\n properties:\n allow_redisplay_filters:\n 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.'\n items:\n enum:\n - always\n - limited\n - unspecified\n type: string\n nullable: true\n type: array\n payment_method_remove:\n description: Enable customers to choose if they wish to remove their saved payment methods. Disabled by default.\n enum:\n - disabled\n - enabled\n nullable: true\n type: string\n payment_method_save:\n description: Enable customers to choose if they wish to save their payment method for future use. Disabled by default.\n enum:\n - disabled\n - enabled\n nullable: true\n type: string\n title: PaymentPagesCheckoutSessionSavedPaymentMethodOptions\n type: object\n x-expandableFields: []\n payment_pages_checkout_session_shipping_address_collection:\n description: ''\n properties:\n allowed_countries:\n description: |-\n An array of two-letter ISO country codes representing which countries Checkout should provide as options for\n shipping locations. Unsupported country codes: `AS, CX, CC, CU, HM, IR, KP, MH, FM, NF, MP, PW, SY, UM, VI`.\n items:\n enum:\n - AC\n - AD\n - AE\n - AF\n - AG\n - AI\n - AL\n - AM\n - AO\n - AQ\n - AR\n - AT\n - AU\n - AW\n - AX\n - AZ\n - BA\n - BB\n - BD\n - BE\n - BF\n - BG\n - BH\n - BI\n - BJ\n - BL\n - BM\n - BN\n - BO\n - BQ\n - BR\n - BS\n - BT\n - BV\n - BW\n - BY\n - BZ\n - CA\n - CD\n - CF\n - CG\n - CH\n - CI\n - CK\n - CL\n - CM\n - CN\n - CO\n - CR\n - CV\n - CW\n - CY\n - CZ\n - DE\n - DJ\n - DK\n - DM\n - DO\n - DZ\n - EC\n - EE\n - EG\n - EH\n - ER\n - ES\n - ET\n - FI\n - FJ\n - FK\n - FO\n - FR\n - GA\n - GB\n - GD\n - GE\n - GF\n - GG\n - GH\n - GI\n - GL\n - GM\n - GN\n - GP\n - GQ\n - GR\n - GS\n - GT\n - GU\n - GW\n - GY\n - HK\n - HN\n - HR\n - HT\n - HU\n - ID\n - IE\n - IL\n - IM\n - IN\n - IO\n - IQ\n - IS\n - IT\n - JE\n - JM\n - JO\n - JP\n - KE\n - KG\n - KH\n - KI\n - KM\n - KN\n - KR\n - KW\n - KY\n - KZ\n - LA\n - LB\n - LC\n - LI\n - LK\n - LR\n - LS\n - LT\n - LU\n - LV\n - LY\n - MA\n - MC\n - MD\n - ME\n - MF\n - MG\n - MK\n - ML\n - MM\n - MN\n - MO\n - MQ\n - MR\n - MS\n - MT\n - MU\n - MV\n - MW\n - MX\n - MY\n - MZ\n - NA\n - NC\n - NE\n - NG\n - NI\n - NL\n - NO\n - NP\n - NR\n - NU\n - NZ\n - OM\n - PA\n - PE\n - PF\n - PG\n - PH\n - PK\n - PL\n - PM\n - PN\n - PR\n - PS\n - PT\n - PY\n - QA\n - RE\n - RO\n - RS\n - RU\n - RW\n - SA\n - SB\n - SC\n - SD\n - SE\n - SG\n - SH\n - SI\n - SJ\n - SK\n - SL\n - SM\n - SN\n - SO\n - SR\n - SS\n - ST\n - SV\n - SX\n - SZ\n - TA\n - TC\n - TD\n - TF\n - TG\n - TH\n - TJ\n - TK\n - TL\n - TM\n - TN\n - TO\n - TR\n - TT\n - TV\n - TW\n - TZ\n - UA\n - UG\n - US\n - UY\n - UZ\n - VA\n - VC\n - VE\n - VG\n - VN\n - VU\n - WF\n - WS\n - XK\n - YE\n - YT\n - ZA\n - ZM\n - ZW\n - ZZ\n type: string\n type: array\n required:\n - allowed_countries\n title: PaymentPagesCheckoutSessionShippingAddressCollection\n type: object\n x-expandableFields: []\n payment_pages_checkout_session_shipping_cost:\n description: ''\n properties:\n amount_subtotal:\n description: Total shipping cost before any discounts or taxes are applied.\n type: integer\n amount_tax:\n description: Total tax amount applied due to shipping costs. If no tax was applied, defaults to 0.\n type: integer\n amount_total:\n description: Total shipping cost after discounts and taxes are applied.\n type: integer\n shipping_rate:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/shipping_rate'\n description: The ID of the ShippingRate for this order.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/shipping_rate'\n taxes:\n description: The taxes applied to the shipping rate.\n items:\n $ref: '#/components/schemas/line_items_tax_amount'\n type: array\n required:\n - amount_subtotal\n - amount_tax\n - amount_total\n title: PaymentPagesCheckoutSessionShippingCost\n type: object\n x-expandableFields:\n - shipping_rate\n - taxes\n payment_pages_checkout_session_shipping_option:\n description: ''\n properties:\n shipping_amount:\n description: A non-negative integer in cents representing how much to charge.\n type: integer\n shipping_rate:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/shipping_rate'\n description: The shipping rate.\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/shipping_rate'\n required:\n - shipping_amount\n - shipping_rate\n title: PaymentPagesCheckoutSessionShippingOption\n type: object\n x-expandableFields:\n - shipping_rate\n payment_pages_checkout_session_tax_id:\n description: ''\n properties:\n type:\n 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`\n enum:\n - ad_nrt\n - ae_trn\n - al_tin\n - am_tin\n - ao_tin\n - ar_cuit\n - au_abn\n - au_arn\n - aw_tin\n - az_tin\n - ba_tin\n - bb_tin\n - bd_bin\n - bf_ifu\n - bg_uic\n - bh_vat\n - bj_ifu\n - bo_tin\n - br_cnpj\n - br_cpf\n - bs_tin\n - by_tin\n - ca_bn\n - ca_gst_hst\n - ca_pst_bc\n - ca_pst_mb\n - ca_pst_sk\n - ca_qst\n - cd_nif\n - ch_uid\n - ch_vat\n - cl_tin\n - cm_niu\n - cn_tin\n - co_nit\n - cr_tin\n - cv_nif\n - de_stn\n - do_rcn\n - ec_ruc\n - eg_tin\n - es_cif\n - et_tin\n - eu_oss_vat\n - eu_vat\n - gb_vat\n - ge_vat\n - gn_nif\n - hk_br\n - hr_oib\n - hu_tin\n - id_npwp\n - il_vat\n - in_gst\n - is_vat\n - jp_cn\n - jp_rn\n - jp_trn\n - ke_pin\n - kg_tin\n - kh_tin\n - kr_brn\n - kz_bin\n - la_tin\n - li_uid\n - li_vat\n - ma_vat\n - md_vat\n - me_pib\n - mk_vat\n - mr_nif\n - mx_rfc\n - my_frp\n - my_itn\n - my_sst\n - ng_tin\n - no_vat\n - no_voec\n - np_pan\n - nz_gst\n - om_vat\n - pe_ruc\n - ph_tin\n - pl_nip\n - ro_tin\n - rs_pib\n - ru_inn\n - ru_kpp\n - sa_vat\n - sg_gst\n - sg_uen\n - si_tin\n - sn_ninea\n - sr_fin\n - sv_nit\n - th_vat\n - tj_tin\n - tr_tin\n - tw_vat\n - tz_vat\n - ua_vat\n - ug_tin\n - unknown\n - us_ein\n - uy_ruc\n - uz_tin\n - uz_vat\n - ve_rif\n - vn_tin\n - za_vat\n - zm_tin\n - zw_tin\n type: string\n value:\n description: The value of the tax ID.\n maxLength: 5000\n nullable: true\n type: string\n required:\n - type\n title: PaymentPagesCheckoutSessionTaxID\n type: object\n x-expandableFields: []\n payment_pages_checkout_session_tax_id_collection:\n description: ''\n properties:\n enabled:\n description: Indicates whether tax ID collection is enabled for the session\n type: boolean\n required:\n description: Indicates whether a tax ID is required on the payment page\n enum:\n - if_supported\n - never\n type: string\n required:\n - enabled\n - required\n title: PaymentPagesCheckoutSessionTaxIDCollection\n type: object\n x-expandableFields: []\n payment_pages_checkout_session_total_details:\n description: ''\n properties:\n amount_discount:\n description: This is the sum of all the discounts.\n type: integer\n amount_shipping:\n description: This is the sum of all the shipping amounts.\n nullable: true\n type: integer\n amount_tax:\n description: This is the sum of all the tax amounts.\n type: integer\n breakdown:\n $ref: '#/components/schemas/payment_pages_checkout_session_total_details_resource_breakdown'\n required:\n - amount_discount\n - amount_tax\n title: PaymentPagesCheckoutSessionTotalDetails\n type: object\n x-expandableFields:\n - breakdown\n payment_pages_checkout_session_total_details_resource_breakdown:\n description: ''\n properties:\n discounts:\n description: The aggregated discounts.\n items:\n $ref: '#/components/schemas/line_items_discount_amount'\n type: array\n taxes:\n description: The aggregated tax amounts by rate.\n items:\n $ref: '#/components/schemas/line_items_tax_amount'\n type: array\n required:\n - discounts\n - taxes\n title: PaymentPagesCheckoutSessionTotalDetailsResourceBreakdown\n type: object\n x-expandableFields:\n - discounts\n - taxes\n payment_pages_private_card_payment_method_options_resource_restrictions:\n description: ''\n properties:\n brands_blocked:\n 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.\n items:\n enum:\n - american_express\n - discover_global_network\n - mastercard\n - visa\n type: string\n type: array\n title: PaymentPagesPrivateCardPaymentMethodOptionsResourceRestrictions\n type: object\n x-expandableFields: []\n payment_record:\n description: |-\n A Payment Record is a resource that allows you to represent payments that occur on- or off-Stripe.\n For example, you can create a Payment Record to model a payment made on a different payment processor,\n in order to mark an Invoice as paid and a Subscription as active. Payment Records consist of one or\n more Payment Attempt Records, which represent individual attempts made on a payment network.\n properties:\n amount:\n $ref: '#/components/schemas/payments_primitives_payment_records_resource_amount'\n amount_authorized:\n $ref: '#/components/schemas/payments_primitives_payment_records_resource_amount'\n amount_canceled:\n $ref: '#/components/schemas/payments_primitives_payment_records_resource_amount'\n amount_failed:\n $ref: '#/components/schemas/payments_primitives_payment_records_resource_amount'\n amount_guaranteed:\n $ref: '#/components/schemas/payments_primitives_payment_records_resource_amount'\n amount_refunded:\n $ref: '#/components/schemas/payments_primitives_payment_records_resource_amount'\n amount_requested:\n $ref: '#/components/schemas/payments_primitives_payment_records_resource_amount'\n application:\n description: ID of the Connect application that created the PaymentRecord.\n maxLength: 5000\n nullable: true\n type: string\n created:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n customer_details:\n anyOf:\n - $ref: '#/components/schemas/payments_primitives_payment_records_resource_customer_details'\n description: Customer information for this payment.\n nullable: true\n customer_presence:\n description: Indicates whether the customer was present in your checkout flow during this payment.\n enum:\n - off_session\n - on_session\n nullable: true\n type: string\n description:\n description: An arbitrary string attached to the object. Often useful for displaying to users.\n maxLength: 5000\n nullable: true\n type: string\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n latest_payment_attempt_record:\n description: ID of the latest Payment Attempt Record attached to this Payment Record.\n maxLength: 5000\n nullable: true\n type: string\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n metadata:\n additionalProperties:\n maxLength: 500\n type: string\n 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.\n type: object\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - payment_record\n type: string\n payment_method_details:\n anyOf:\n - $ref: '#/components/schemas/payments_primitives_payment_records_resource_payment_method_details'\n description: Information about the Payment Method debited for this payment.\n nullable: true\n processor_details:\n $ref: '#/components/schemas/payments_primitives_payment_records_resource_processor_details'\n reported_by:\n description: Indicates who reported the payment.\n enum:\n - self\n - stripe\n type: string\n shipping_details:\n anyOf:\n - $ref: '#/components/schemas/payments_primitives_payment_records_resource_shipping_details'\n description: Shipping information for this payment.\n nullable: true\n required:\n - amount\n - amount_authorized\n - amount_canceled\n - amount_failed\n - amount_guaranteed\n - amount_refunded\n - amount_requested\n - created\n - id\n - livemode\n - metadata\n - object\n - processor_details\n - reported_by\n title: PaymentRecord\n type: object\n x-expandableFields:\n - amount\n - amount_authorized\n - amount_canceled\n - amount_failed\n - amount_guaranteed\n - amount_refunded\n - amount_requested\n - customer_details\n - payment_method_details\n - processor_details\n - shipping_details\n x-resourceId: payment_record\n payment_source:\n anyOf:\n - $ref: '#/components/schemas/account'\n - $ref: '#/components/schemas/bank_account'\n - $ref: '#/components/schemas/card'\n - $ref: '#/components/schemas/source'\n title: Polymorphic\n x-resourceId: payment_source\n x-stripeBypassValidation: true\n payments_primitives_payment_records_resource_address:\n description: A representation of a physical address.\n properties:\n city:\n description: City, district, suburb, town, or village.\n maxLength: 5000\n nullable: true\n type: string\n country:\n description: Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).\n maxLength: 5000\n nullable: true\n type: string\n line1:\n description: Address line 1, such as the street, PO Box, or company name.\n maxLength: 5000\n nullable: true\n type: string\n line2:\n description: Address line 2, such as the apartment, suite, unit, or building.\n maxLength: 5000\n nullable: true\n type: string\n postal_code:\n description: ZIP or postal code.\n maxLength: 5000\n nullable: true\n type: string\n state:\n description: State, county, province, or region ([ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2)).\n maxLength: 5000\n nullable: true\n type: string\n title: PaymentsPrimitivesPaymentRecordsResourceAddress\n type: object\n x-expandableFields: []\n payments_primitives_payment_records_resource_amount:\n description: A representation of an amount of money, consisting of an amount and a currency.\n properties:\n currency:\n 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).\n format: currency\n type: string\n value:\n 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.\n type: integer\n required:\n - currency\n - value\n title: PaymentsPrimitivesPaymentRecordsResourceAmount\n type: object\n x-expandableFields: []\n payments_primitives_payment_records_resource_billing_details:\n description: Billing details used by the customer for this payment.\n properties:\n address:\n $ref: '#/components/schemas/payments_primitives_payment_records_resource_address'\n email:\n description: The billing email associated with the method of payment.\n maxLength: 5000\n nullable: true\n type: string\n name:\n description: The billing name associated with the method of payment.\n maxLength: 5000\n nullable: true\n type: string\n phone:\n description: The billing phone number associated with the method of payment.\n maxLength: 5000\n nullable: true\n type: string\n required:\n - address\n title: PaymentsPrimitivesPaymentRecordsResourceBillingDetails\n type: object\n x-expandableFields:\n - address\n payments_primitives_payment_records_resource_customer_details:\n description: Information about the customer for this payment.\n properties:\n customer:\n description: ID of the Stripe Customer associated with this payment.\n maxLength: 5000\n nullable: true\n type: string\n email:\n description: The customer's email address.\n maxLength: 5000\n nullable: true\n type: string\n name:\n description: The customer's name.\n maxLength: 5000\n nullable: true\n type: string\n phone:\n description: The customer's phone number.\n maxLength: 5000\n nullable: true\n type: string\n title: PaymentsPrimitivesPaymentRecordsResourceCustomerDetails\n type: object\n x-expandableFields: []\n payments_primitives_payment_records_resource_payment_method_card_details:\n description: Details of the card used for this payment attempt.\n properties:\n authorization_code:\n description: The authorization code of the payment.\n maxLength: 5000\n nullable: true\n type: string\n brand:\n description: Card brand. Can be `amex`, `cartes_bancaires`, `diners`, `discover`, `eftpos_au`, `jcb`, `link`, `mastercard`, `unionpay`, `visa` or `unknown`.\n enum:\n - amex\n - cartes_bancaires\n - diners\n - discover\n - eftpos_au\n - interac\n - jcb\n - link\n - mastercard\n - unionpay\n - unknown\n - visa\n type: string\n capture_before:\n description: When using manual capture, a future timestamp at which the charge will be automatically refunded if uncaptured.\n format: unix-time\n type: integer\n checks:\n anyOf:\n - $ref: '#/components/schemas/payments_primitives_payment_records_resource_payment_method_card_details_resource_checks'\n description: Check results by Card networks on Card address and CVC at time of payment.\n nullable: true\n country:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n description:\n description: A high-level description of the type of cards issued in this range.\n maxLength: 5000\n nullable: true\n type: string\n exp_month:\n description: Two-digit number representing the card's expiration month.\n type: integer\n exp_year:\n description: Four-digit number representing the card's expiration year.\n type: integer\n fingerprint:\n description: |-\n 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.*\n maxLength: 5000\n nullable: true\n type: string\n funding:\n description: Card funding type. Can be `credit`, `debit`, `prepaid`, or `unknown`.\n enum:\n - credit\n - debit\n - prepaid\n - unknown\n type: string\n iin:\n description: Issuer identification number of the card.\n maxLength: 5000\n nullable: true\n type: string\n installments:\n anyOf:\n - $ref: '#/components/schemas/payments_primitives_payment_records_resource_payment_method_card_details_resource_installments'\n description: Installment details for this payment.\n nullable: true\n issuer:\n description: The name of the card's issuing bank.\n maxLength: 5000\n nullable: true\n type: string\n last4:\n description: The last four digits of the card.\n maxLength: 5000\n type: string\n network:\n 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`.\n enum:\n - amex\n - cartes_bancaires\n - diners\n - discover\n - eftpos_au\n - interac\n - jcb\n - link\n - mastercard\n - unionpay\n - unknown\n - visa\n nullable: true\n type: string\n network_advice_code:\n description: Advice code from the card network for the failed payment.\n maxLength: 5000\n nullable: true\n type: string\n network_decline_code:\n description: Decline code from the card network for the failed payment.\n maxLength: 5000\n nullable: true\n type: string\n network_token:\n anyOf:\n - $ref: '#/components/schemas/payments_primitives_payment_records_resource_payment_method_card_details_resource_network_token'\n description: If this card has network token credentials, this contains the details of the network token credentials.\n nullable: true\n network_transaction_id:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n stored_credential_usage:\n description: The transaction type that was passed for an off-session, Merchant-Initiated transaction, one of `recurring` or `unscheduled`.\n enum:\n - recurring\n - unscheduled\n nullable: true\n type: string\n three_d_secure:\n anyOf:\n - $ref: '#/components/schemas/payments_primitives_payment_records_resource_payment_method_card_details_resource_three_d_secure'\n description: Populated if this transaction used 3D Secure authentication.\n nullable: true\n wallet:\n anyOf:\n - $ref: '#/components/schemas/payments_primitives_payment_records_resource_payment_method_card_details_resource_wallet'\n description: If this Card is part of a card wallet, this contains the details of the card wallet.\n nullable: true\n required:\n - brand\n - exp_month\n - exp_year\n - funding\n - last4\n title: PaymentsPrimitivesPaymentRecordsResourcePaymentMethodCardDetails\n type: object\n x-expandableFields:\n - checks\n - installments\n - network_token\n - three_d_secure\n - wallet\n payments_primitives_payment_records_resource_payment_method_card_details_resource_checks:\n description: ''\n properties:\n address_line1_check:\n enum:\n - fail\n - pass\n - unavailable\n - unchecked\n nullable: true\n type: string\n address_postal_code_check:\n enum:\n - fail\n - pass\n - unavailable\n - unchecked\n nullable: true\n type: string\n cvc_check:\n enum:\n - fail\n - pass\n - unavailable\n - unchecked\n nullable: true\n type: string\n title: PaymentsPrimitivesPaymentRecordsResourcePaymentMethodCardDetailsResourceChecks\n type: object\n x-expandableFields: []\n payments_primitives_payment_records_resource_payment_method_card_details_resource_installment_plan:\n description: ''\n properties:\n count:\n description: For `fixed_count` installment plans, this is the number of installment payments your customer will make to their credit card.\n nullable: true\n type: integer\n interval:\n description: For `fixed_count` installment plans, this is the interval between installment payments your customer will make to their credit card. One of `month`.\n enum:\n - month\n nullable: true\n type: string\n type:\n description: Type of installment plan, one of `fixed_count`, `revolving`, or `bonus`.\n enum:\n - bonus\n - fixed_count\n - revolving\n type: string\n required:\n - type\n title: PaymentsPrimitivesPaymentRecordsResourcePaymentMethodCardDetailsResourceInstallmentPlan\n type: object\n x-expandableFields: []\n payments_primitives_payment_records_resource_payment_method_card_details_resource_installments:\n description: ''\n properties:\n plan:\n anyOf:\n - $ref: '#/components/schemas/payments_primitives_payment_records_resource_payment_method_card_details_resource_installment_plan'\n nullable: true\n title: PaymentsPrimitivesPaymentRecordsResourcePaymentMethodCardDetailsResourceInstallments\n type: object\n x-expandableFields:\n - plan\n payments_primitives_payment_records_resource_payment_method_card_details_resource_network_token:\n description: ''\n properties:\n used:\n description: Indicates if Stripe used a network token, either user provided or Stripe managed when processing the transaction.\n type: boolean\n required:\n - used\n title: PaymentsPrimitivesPaymentRecordsResourcePaymentMethodCardDetailsResourceNetworkToken\n type: object\n x-expandableFields: []\n payments_primitives_payment_records_resource_payment_method_card_details_resource_three_d_secure:\n description: ''\n properties:\n authentication_flow:\n enum:\n - challenge\n - frictionless\n nullable: true\n type: string\n result:\n enum:\n - attempt_acknowledged\n - authenticated\n - exempted\n - failed\n - not_supported\n - processing_error\n nullable: true\n type: string\n result_reason:\n enum:\n - abandoned\n - bypassed\n - canceled\n - card_not_enrolled\n - network_not_supported\n - protocol_error\n - rejected\n nullable: true\n type: string\n version:\n enum:\n - 1.0.2\n - 2.1.0\n - 2.2.0\n nullable: true\n type: string\n title: PaymentsPrimitivesPaymentRecordsResourcePaymentMethodCardDetailsResourceThreeDSecure\n type: object\n x-expandableFields: []\n payments_primitives_payment_records_resource_payment_method_card_details_resource_wallet:\n description: ''\n properties:\n apple_pay:\n $ref: '#/components/schemas/payments_primitives_payment_records_resource_payment_method_card_details_resource_wallet_resource_apple_pay'\n dynamic_last4:\n description: (For tokenized numbers only.) The last four digits of the device account number.\n maxLength: 5000\n type: string\n google_pay:\n $ref: '#/components/schemas/payments_primitives_payment_records_resource_payment_method_card_details_resource_wallet_resource_google_pay'\n type:\n 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.\n maxLength: 5000\n type: string\n required:\n - type\n title: PaymentsPrimitivesPaymentRecordsResourcePaymentMethodCardDetailsResourceWallet\n type: object\n x-expandableFields:\n - apple_pay\n - google_pay\n payments_primitives_payment_records_resource_payment_method_card_details_resource_wallet_resource_apple_pay:\n description: ''\n properties:\n type:\n description: Type of the apple_pay transaction, one of `apple_pay` or `apple_pay_later`.\n maxLength: 5000\n type: string\n required:\n - type\n title: PaymentsPrimitivesPaymentRecordsResourcePaymentMethodCardDetailsResourceWalletResourceApplePay\n type: object\n x-expandableFields: []\n payments_primitives_payment_records_resource_payment_method_card_details_resource_wallet_resource_google_pay:\n description: ''\n properties: {}\n title: PaymentsPrimitivesPaymentRecordsResourcePaymentMethodCardDetailsResourceWalletResourceGooglePay\n type: object\n x-expandableFields: []\n payments_primitives_payment_records_resource_payment_method_custom_details:\n description: |-\n Custom Payment Methods represent Payment Method types not modeled directly in\n the Stripe API. This resource consists of details about the custom payment method\n used for this payment attempt.\n properties:\n display_name:\n description: Display name for the custom (user-defined) payment method type used to make this payment.\n maxLength: 5000\n type: string\n type:\n description: The custom payment method type associated with this payment.\n maxLength: 5000\n nullable: true\n type: string\n required:\n - display_name\n title: PaymentsPrimitivesPaymentRecordsResourcePaymentMethodCustomDetails\n type: object\n x-expandableFields: []\n payments_primitives_payment_records_resource_payment_method_details:\n description: Details about the Payment Method used in this payment attempt.\n properties:\n ach_credit_transfer:\n $ref: '#/components/schemas/payment_method_details_ach_credit_transfer'\n ach_debit:\n $ref: '#/components/schemas/payment_method_details_ach_debit'\n acss_debit:\n $ref: '#/components/schemas/payment_method_details_acss_debit'\n affirm:\n $ref: '#/components/schemas/payment_method_details_affirm'\n afterpay_clearpay:\n $ref: '#/components/schemas/payment_method_details_afterpay_clearpay'\n alipay:\n $ref: '#/components/schemas/payment_flows_private_payment_methods_alipay_details'\n alma:\n $ref: '#/components/schemas/payment_method_details_alma'\n amazon_pay:\n $ref: '#/components/schemas/payment_method_details_amazon_pay'\n au_becs_debit:\n $ref: '#/components/schemas/payment_method_details_au_becs_debit'\n bacs_debit:\n $ref: '#/components/schemas/payment_method_details_bacs_debit'\n bancontact:\n $ref: '#/components/schemas/payment_method_details_bancontact'\n billie:\n $ref: '#/components/schemas/payment_method_details_billie'\n billing_details:\n anyOf:\n - $ref: '#/components/schemas/payments_primitives_payment_records_resource_billing_details'\n description: The billing details associated with the method of payment.\n nullable: true\n blik:\n $ref: '#/components/schemas/payment_method_details_blik'\n boleto:\n $ref: '#/components/schemas/payment_method_details_boleto'\n card:\n $ref: '#/components/schemas/payments_primitives_payment_records_resource_payment_method_card_details'\n card_present:\n $ref: '#/components/schemas/payment_method_details_card_present'\n cashapp:\n $ref: '#/components/schemas/payment_method_details_cashapp'\n crypto:\n $ref: '#/components/schemas/payment_method_details_crypto'\n custom:\n $ref: '#/components/schemas/payments_primitives_payment_records_resource_payment_method_custom_details'\n customer_balance:\n $ref: '#/components/schemas/payment_method_details_customer_balance'\n eps:\n $ref: '#/components/schemas/payment_method_details_eps'\n fpx:\n $ref: '#/components/schemas/payment_method_details_fpx'\n giropay:\n $ref: '#/components/schemas/payment_method_details_giropay'\n grabpay:\n $ref: '#/components/schemas/payment_method_details_grabpay'\n ideal:\n $ref: '#/components/schemas/payment_method_details_ideal'\n interac_present:\n $ref: '#/components/schemas/payment_method_details_interac_present'\n kakao_pay:\n $ref: '#/components/schemas/payment_method_details_kakao_pay'\n klarna:\n $ref: '#/components/schemas/payment_method_details_klarna'\n konbini:\n $ref: '#/components/schemas/payment_method_details_konbini'\n kr_card:\n $ref: '#/components/schemas/payment_method_details_kr_card'\n link:\n $ref: '#/components/schemas/payment_method_details_link'\n mb_way:\n $ref: '#/components/schemas/payment_method_details_payment_record_mb_way'\n mobilepay:\n $ref: '#/components/schemas/payment_method_details_mobilepay'\n multibanco:\n $ref: '#/components/schemas/payment_method_details_multibanco'\n naver_pay:\n $ref: '#/components/schemas/payment_method_details_naver_pay'\n nz_bank_account:\n $ref: '#/components/schemas/payment_method_details_nz_bank_account'\n oxxo:\n $ref: '#/components/schemas/payment_method_details_oxxo'\n p24:\n $ref: '#/components/schemas/payment_method_details_p24'\n pay_by_bank:\n $ref: '#/components/schemas/payment_method_details_pay_by_bank'\n payco:\n $ref: '#/components/schemas/payment_method_details_payco'\n payment_method:\n description: ID of the Stripe PaymentMethod used to make this payment.\n maxLength: 5000\n nullable: true\n type: string\n paynow:\n $ref: '#/components/schemas/payment_method_details_paynow'\n paypal:\n $ref: '#/components/schemas/payment_method_details_paypal'\n payto:\n $ref: '#/components/schemas/payment_method_details_payto'\n pix:\n $ref: '#/components/schemas/payment_method_details_pix'\n promptpay:\n $ref: '#/components/schemas/payment_method_details_promptpay'\n revolut_pay:\n $ref: '#/components/schemas/payment_method_details_revolut_pay'\n samsung_pay:\n $ref: '#/components/schemas/payment_method_details_samsung_pay'\n satispay:\n $ref: '#/components/schemas/payment_method_details_satispay'\n sepa_debit:\n $ref: '#/components/schemas/payment_method_details_sepa_debit'\n sofort:\n $ref: '#/components/schemas/payment_method_details_sofort'\n stripe_account:\n $ref: '#/components/schemas/payment_method_details_stripe_account'\n swish:\n $ref: '#/components/schemas/payment_method_details_swish'\n twint:\n $ref: '#/components/schemas/payment_method_details_twint'\n type:\n description: |-\n 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.\n An additional hash is included on `payment_method_details` with a name matching this value.\n It contains information specific to the payment method.\n maxLength: 5000\n type: string\n us_bank_account:\n $ref: '#/components/schemas/payment_method_details_payment_record_us_bank_account'\n wechat:\n $ref: '#/components/schemas/payment_method_details_wechat'\n wechat_pay:\n $ref: '#/components/schemas/payment_method_details_wechat_pay'\n zip:\n $ref: '#/components/schemas/payment_method_details_payment_record_zip'\n required:\n - type\n title: PaymentsPrimitivesPaymentRecordsResourcePaymentMethodDetails\n type: object\n x-expandableFields:\n - ach_credit_transfer\n - ach_debit\n - acss_debit\n - affirm\n - afterpay_clearpay\n - alipay\n - alma\n - amazon_pay\n - au_becs_debit\n - bacs_debit\n - bancontact\n - billie\n - billing_details\n - blik\n - boleto\n - card\n - card_present\n - cashapp\n - crypto\n - custom\n - customer_balance\n - eps\n - fpx\n - giropay\n - grabpay\n - ideal\n - interac_present\n - kakao_pay\n - klarna\n - konbini\n - kr_card\n - link\n - mb_way\n - mobilepay\n - multibanco\n - naver_pay\n - nz_bank_account\n - oxxo\n - p24\n - pay_by_bank\n - payco\n - paynow\n - paypal\n - payto\n - pix\n - promptpay\n - revolut_pay\n - samsung_pay\n - satispay\n - sepa_debit\n - sofort\n - stripe_account\n - swish\n - twint\n - us_bank_account\n - wechat\n - wechat_pay\n - zip\n payments_primitives_payment_records_resource_processor_details:\n description: Processor information associated with this payment.\n properties:\n custom:\n $ref: '#/components/schemas/payments_primitives_payment_records_resource_processor_details_resource_custom_details'\n type:\n description: The processor used for this payment attempt.\n enum:\n - custom\n type: string\n x-stripeBypassValidation: true\n required:\n - type\n title: PaymentsPrimitivesPaymentRecordsResourceProcessorDetails\n type: object\n x-expandableFields:\n - custom\n payments_primitives_payment_records_resource_processor_details_resource_custom_details:\n description: |-\n Custom processors represent payment processors not modeled directly in\n the Stripe API. This resource consists of details about the custom processor\n used for this payment attempt.\n properties:\n payment_reference:\n description: An opaque string for manual reconciliation of this payment, for example a check number or a payment processor ID.\n maxLength: 5000\n nullable: true\n type: string\n title: PaymentsPrimitivesPaymentRecordsResourceProcessorDetailsResourceCustomDetails\n type: object\n x-expandableFields: []\n payments_primitives_payment_records_resource_shipping_details:\n description: The customer's shipping information associated with this payment.\n properties:\n address:\n $ref: '#/components/schemas/payments_primitives_payment_records_resource_address'\n name:\n description: The shipping recipient's name.\n maxLength: 5000\n nullable: true\n type: string\n phone:\n description: The shipping recipient's phone number.\n maxLength: 5000\n nullable: true\n type: string\n required:\n - address\n title: PaymentsPrimitivesPaymentRecordsResourceShippingDetails\n type: object\n x-expandableFields:\n - address\n payout:\n description: |-\n A `Payout` object is created when you receive funds from Stripe, or when you\n initiate a payout to either a bank account or debit card of a [connected\n Stripe account](/docs/connect/bank-debit-card-payouts). You can retrieve individual payouts,\n and list all payouts. Payouts are made on [varying\n schedules](/docs/connect/manage-payout-schedule), depending on your country and\n industry.\n\n Related guide: [Receiving payouts](https://docs.stripe.com/payouts)\n properties:\n amount:\n description: The amount (in cents (or local equivalent)) that transfers to your bank account or debit card.\n type: integer\n application_fee:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/application_fee'\n 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.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/application_fee'\n application_fee_amount:\n 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.\n nullable: true\n type: integer\n arrival_date:\n description: Date that you can expect the payout to arrive in the bank. This factors in delays to account for weekends or bank holidays.\n format: unix-time\n type: integer\n automatic:\n 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).\n type: boolean\n balance_transaction:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/balance_transaction'\n description: ID of the balance transaction that describes the impact of this payout on your account balance.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/balance_transaction'\n created:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n currency:\n 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).\n format: currency\n type: string\n description:\n description: An arbitrary string attached to the object. Often useful for displaying to users.\n maxLength: 5000\n nullable: true\n type: string\n destination:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/bank_account'\n - $ref: '#/components/schemas/card'\n - $ref: '#/components/schemas/deleted_bank_account'\n - $ref: '#/components/schemas/deleted_card'\n description: ID of the bank account or card the payout is sent to.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/bank_account'\n - $ref: '#/components/schemas/card'\n - $ref: '#/components/schemas/deleted_bank_account'\n - $ref: '#/components/schemas/deleted_card'\n x-stripeBypassValidation: true\n failure_balance_transaction:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/balance_transaction'\n 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.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/balance_transaction'\n failure_code:\n 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).\n maxLength: 5000\n nullable: true\n type: string\n failure_message:\n description: Message that provides the reason for a payout failure, if available.\n maxLength: 5000\n nullable: true\n type: string\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n metadata:\n additionalProperties:\n maxLength: 500\n type: string\n 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.\n nullable: true\n type: object\n method:\n 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).\n maxLength: 5000\n type: string\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - payout\n type: string\n original_payout:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/payout'\n description: If the payout reverses another, this is the ID of the original payout.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/payout'\n payout_method:\n description: ID of the v2 FinancialAccount the funds are sent to.\n maxLength: 5000\n nullable: true\n type: string\n reconciliation_status:\n 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.\n enum:\n - completed\n - in_progress\n - not_applicable\n type: string\n reversed_by:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/payout'\n description: If the payout reverses, this is the ID of the payout that reverses this payout.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/payout'\n source_type:\n description: 'The source balance this payout came from, which can be one of the following: `card`, `fpx`, or `bank_account`.'\n maxLength: 5000\n type: string\n statement_descriptor:\n description: Extra information about a payout that displays on the user's bank statement.\n maxLength: 5000\n nullable: true\n type: string\n status:\n 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`.'\n maxLength: 5000\n type: string\n trace_id:\n anyOf:\n - $ref: '#/components/schemas/payouts_trace_id'\n 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.\n nullable: true\n type:\n description: Can be `bank_account` or `card`.\n enum:\n - bank_account\n - card\n type: string\n x-stripeBypassValidation: true\n required:\n - amount\n - arrival_date\n - automatic\n - created\n - currency\n - id\n - livemode\n - method\n - object\n - reconciliation_status\n - source_type\n - status\n - type\n title: Payout\n type: object\n x-expandableFields:\n - application_fee\n - balance_transaction\n - destination\n - failure_balance_transaction\n - original_payout\n - reversed_by\n - trace_id\n x-resourceId: payout\n payouts_trace_id:\n description: ''\n properties:\n status:\n 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`.\n maxLength: 5000\n type: string\n value:\n description: The trace ID value if `trace_id.status` is `supported`, otherwise `nil`.\n maxLength: 5000\n nullable: true\n type: string\n required:\n - status\n title: PayoutsTraceID\n type: object\n x-expandableFields: []\n paypal_seller_protection:\n description: ''\n properties:\n dispute_categories:\n description: An array of conditions that are covered for the transaction, if applicable.\n items:\n enum:\n - fraudulent\n - product_not_received\n type: string\n x-stripeBypassValidation: true\n nullable: true\n type: array\n status:\n description: Indicates whether the transaction is eligible for PayPal's seller protection.\n enum:\n - eligible\n - not_eligible\n - partially_eligible\n type: string\n required:\n - status\n title: paypal_seller_protection\n type: object\n x-expandableFields: []\n person:\n description: |-\n This is an object representing a person associated with a Stripe account.\n\n A 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\n See 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).\n properties:\n account:\n description: The account the person is associated with.\n maxLength: 5000\n type: string\n additional_tos_acceptances:\n $ref: '#/components/schemas/person_additional_tos_acceptances'\n address:\n $ref: '#/components/schemas/address'\n address_kana:\n anyOf:\n - $ref: '#/components/schemas/legal_entity_japan_address'\n nullable: true\n address_kanji:\n anyOf:\n - $ref: '#/components/schemas/legal_entity_japan_address'\n nullable: true\n created:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n dob:\n $ref: '#/components/schemas/legal_entity_dob'\n email:\n description: The person's email address. Also available for accounts where [controller.requirement_collection](/api/accounts/object#account_object-controller-requirement_collection) is `stripe`.\n maxLength: 5000\n nullable: true\n type: string\n first_name:\n description: The person's first name. Also available for accounts where [controller.requirement_collection](/api/accounts/object#account_object-controller-requirement_collection) is `stripe`.\n maxLength: 5000\n nullable: true\n type: string\n first_name_kana:\n 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`.\n maxLength: 5000\n nullable: true\n type: string\n first_name_kanji:\n 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`.\n maxLength: 5000\n nullable: true\n type: string\n full_name_aliases:\n 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`.\n items:\n maxLength: 5000\n type: string\n type: array\n future_requirements:\n anyOf:\n - $ref: '#/components/schemas/person_future_requirements'\n nullable: true\n gender:\n description: The person's gender.\n nullable: true\n type: string\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n id_number_provided:\n 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`).\n type: boolean\n id_number_secondary_provided:\n description: Whether the person's `id_number_secondary` was provided.\n type: boolean\n last_name:\n description: The person's last name. Also available for accounts where [controller.requirement_collection](/api/accounts/object#account_object-controller-requirement_collection) is `stripe`.\n maxLength: 5000\n nullable: true\n type: string\n last_name_kana:\n 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`.\n maxLength: 5000\n nullable: true\n type: string\n last_name_kanji:\n 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`.\n maxLength: 5000\n nullable: true\n type: string\n maiden_name:\n description: The person's maiden name.\n maxLength: 5000\n nullable: true\n type: string\n metadata:\n additionalProperties:\n maxLength: 500\n type: string\n 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.\n type: object\n nationality:\n description: The country where the person is a national.\n maxLength: 5000\n nullable: true\n type: string\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - person\n type: string\n phone:\n description: The person's phone number.\n maxLength: 5000\n nullable: true\n type: string\n political_exposure:\n 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.\n enum:\n - existing\n - none\n type: string\n registered_address:\n $ref: '#/components/schemas/address'\n relationship:\n $ref: '#/components/schemas/person_relationship'\n requirements:\n anyOf:\n - $ref: '#/components/schemas/person_requirements'\n nullable: true\n ssn_last_4_provided:\n description: Whether the last four digits of the person's Social Security number have been provided (U.S. only).\n type: boolean\n us_cfpb_data:\n anyOf:\n - $ref: '#/components/schemas/person_us_cfpb_data'\n description: Demographic data related to the person.\n nullable: true\n verification:\n $ref: '#/components/schemas/legal_entity_person_verification'\n required:\n - account\n - created\n - id\n - object\n title: Person\n type: object\n x-expandableFields:\n - additional_tos_acceptances\n - address\n - address_kana\n - address_kanji\n - dob\n - future_requirements\n - registered_address\n - relationship\n - requirements\n - us_cfpb_data\n - verification\n x-resourceId: person\n person_additional_tos_acceptance:\n description: ''\n properties:\n date:\n description: The Unix timestamp marking when the legal guardian accepted the service agreement.\n format: unix-time\n nullable: true\n type: integer\n ip:\n description: The IP address from which the legal guardian accepted the service agreement.\n maxLength: 5000\n nullable: true\n type: string\n user_agent:\n description: The user agent of the browser from which the legal guardian accepted the service agreement.\n maxLength: 5000\n nullable: true\n type: string\n title: PersonAdditionalTOSAcceptance\n type: object\n x-expandableFields: []\n person_additional_tos_acceptances:\n description: ''\n properties:\n account:\n anyOf:\n - $ref: '#/components/schemas/person_additional_tos_acceptance'\n description: Details on the legal guardian's acceptance of the main Stripe service agreement.\n nullable: true\n title: PersonAdditionalTOSAcceptances\n type: object\n x-expandableFields:\n - account\n person_ethnicity_details:\n description: ''\n properties:\n ethnicity:\n description: The persons ethnicity\n items:\n enum:\n - cuban\n - hispanic_or_latino\n - mexican\n - not_hispanic_or_latino\n - other_hispanic_or_latino\n - prefer_not_to_answer\n - puerto_rican\n type: string\n nullable: true\n type: array\n ethnicity_other:\n description: Please specify your origin, when other is selected.\n maxLength: 5000\n nullable: true\n type: string\n title: PersonEthnicityDetails\n type: object\n x-expandableFields: []\n person_future_requirements:\n description: ''\n properties:\n alternatives:\n 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.\n items:\n $ref: '#/components/schemas/account_requirements_alternative'\n nullable: true\n type: array\n currently_due:\n 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.\n items:\n maxLength: 5000\n type: string\n type: array\n errors:\n description: Details about validation and verification failures for `due` requirements that must be resolved.\n items:\n $ref: '#/components/schemas/account_requirements_error'\n type: array\n eventually_due:\n 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.\n items:\n maxLength: 5000\n type: string\n type: array\n past_due:\n 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`.\n items:\n maxLength: 5000\n type: string\n type: array\n pending_verification:\n 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.\n items:\n maxLength: 5000\n type: string\n type: array\n required:\n - currently_due\n - errors\n - eventually_due\n - past_due\n - pending_verification\n title: PersonFutureRequirements\n type: object\n x-expandableFields:\n - alternatives\n - errors\n person_race_details:\n description: ''\n properties:\n race:\n description: The persons race.\n items:\n enum:\n - african_american\n - american_indian_or_alaska_native\n - asian\n - asian_indian\n - black_or_african_american\n - chinese\n - ethiopian\n - filipino\n - guamanian_or_chamorro\n - haitian\n - jamaican\n - japanese\n - korean\n - native_hawaiian\n - native_hawaiian_or_other_pacific_islander\n - nigerian\n - other_asian\n - other_black_or_african_american\n - other_pacific_islander\n - prefer_not_to_answer\n - samoan\n - somali\n - vietnamese\n - white\n type: string\n nullable: true\n type: array\n race_other:\n description: Please specify your race, when other is selected.\n maxLength: 5000\n nullable: true\n type: string\n title: PersonRaceDetails\n type: object\n x-expandableFields: []\n person_relationship:\n description: ''\n properties:\n authorizer:\n description: Whether the person is the authorizer of the account's representative.\n nullable: true\n type: boolean\n director:\n 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.\n nullable: true\n type: boolean\n executive:\n description: Whether the person has significant responsibility to control, manage, or direct the organization.\n nullable: true\n type: boolean\n legal_guardian:\n description: Whether the person is the legal guardian of the account's representative.\n nullable: true\n type: boolean\n owner:\n description: Whether the person is an owner of the account’s legal entity.\n nullable: true\n type: boolean\n percent_ownership:\n description: The percent owned by the person of the account's legal entity.\n nullable: true\n type: number\n representative:\n 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.\n nullable: true\n type: boolean\n title:\n description: The person's title (e.g., CEO, Support Engineer).\n maxLength: 5000\n nullable: true\n type: string\n title: PersonRelationship\n type: object\n x-expandableFields: []\n person_requirements:\n description: ''\n properties:\n alternatives:\n 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.\n items:\n $ref: '#/components/schemas/account_requirements_alternative'\n nullable: true\n type: array\n currently_due:\n 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.\n items:\n maxLength: 5000\n type: string\n type: array\n errors:\n description: Details about validation and verification failures for `due` requirements that must be resolved.\n items:\n $ref: '#/components/schemas/account_requirements_error'\n type: array\n eventually_due:\n 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.\n items:\n maxLength: 5000\n type: string\n type: array\n past_due:\n description: Fields that haven't been resolved by `current_deadline`. These fields need to be resolved to enable the person's account.\n items:\n maxLength: 5000\n type: string\n type: array\n pending_verification:\n 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.\n items:\n maxLength: 5000\n type: string\n type: array\n required:\n - currently_due\n - errors\n - eventually_due\n - past_due\n - pending_verification\n title: PersonRequirements\n type: object\n x-expandableFields:\n - alternatives\n - errors\n person_us_cfpb_data:\n description: ''\n properties:\n ethnicity_details:\n anyOf:\n - $ref: '#/components/schemas/person_ethnicity_details'\n description: The persons ethnicity details\n nullable: true\n race_details:\n anyOf:\n - $ref: '#/components/schemas/person_race_details'\n description: The persons race details\n nullable: true\n self_identified_gender:\n description: The persons self-identified gender\n maxLength: 5000\n nullable: true\n type: string\n title: PersonUSCfpbData\n type: object\n x-expandableFields:\n - ethnicity_details\n - race_details\n plan:\n description: |-\n 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\n Plans 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\n For example, you might have a single \"gold\" product that has plans for $10/month, $100/year, €9/month, and €90/year.\n\n Related 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).\n properties:\n active:\n description: Whether the plan can be used for new purchases.\n type: boolean\n amount:\n 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`.\n nullable: true\n type: integer\n amount_decimal:\n 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`.\n format: decimal\n nullable: true\n type: string\n billing_scheme:\n 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.\n enum:\n - per_unit\n - tiered\n type: string\n created:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n currency:\n 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).\n format: currency\n type: string\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n interval:\n description: The frequency at which a subscription is billed. One of `day`, `week`, `month` or `year`.\n enum:\n - day\n - month\n - week\n - year\n type: string\n interval_count:\n 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.\n type: integer\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n metadata:\n additionalProperties:\n maxLength: 500\n type: string\n 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.\n nullable: true\n type: object\n meter:\n description: The meter tracking the usage of a metered price\n maxLength: 5000\n nullable: true\n type: string\n nickname:\n description: A brief description of the plan, hidden from customers.\n maxLength: 5000\n nullable: true\n type: string\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - plan\n type: string\n product:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/product'\n - $ref: '#/components/schemas/deleted_product'\n description: The product whose pricing this plan determines.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/product'\n - $ref: '#/components/schemas/deleted_product'\n tiers:\n description: Each element represents a pricing tier. This parameter requires `billing_scheme` to be set to `tiered`. See also the documentation for `billing_scheme`.\n items:\n $ref: '#/components/schemas/plan_tier'\n type: array\n tiers_mode:\n 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.\n enum:\n - graduated\n - volume\n nullable: true\n type: string\n transform_usage:\n anyOf:\n - $ref: '#/components/schemas/transform_usage'\n description: Apply a transformation to the reported usage or set quantity before computing the amount billed. Cannot be combined with `tiers`.\n nullable: true\n trial_period_days:\n 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).\n nullable: true\n type: integer\n usage_type:\n 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`.\n enum:\n - licensed\n - metered\n type: string\n required:\n - active\n - billing_scheme\n - created\n - currency\n - id\n - interval\n - interval_count\n - livemode\n - object\n - usage_type\n title: Plan\n type: object\n x-expandableFields:\n - product\n - tiers\n - transform_usage\n x-resourceId: plan\n plan_tier:\n description: ''\n properties:\n flat_amount:\n description: Price for the entire tier.\n nullable: true\n type: integer\n flat_amount_decimal:\n description: Same as `flat_amount`, but contains a decimal value with at most 12 decimal places.\n format: decimal\n nullable: true\n type: string\n unit_amount:\n description: Per unit price for units relevant to the tier.\n nullable: true\n type: integer\n unit_amount_decimal:\n description: Same as `unit_amount`, but contains a decimal value with at most 12 decimal places.\n format: decimal\n nullable: true\n type: string\n up_to:\n description: Up to and including to this quantity will be contained in the tier.\n nullable: true\n type: integer\n title: PlanTier\n type: object\n x-expandableFields: []\n platform_earning_fee_source:\n description: ''\n properties:\n charge:\n description: Charge ID that created this application fee.\n maxLength: 5000\n type: string\n payout:\n description: Payout ID that created this application fee.\n maxLength: 5000\n type: string\n type:\n description: Type of object that created the application fee.\n enum:\n - charge\n - payout\n type: string\n x-stripeBypassValidation: true\n required:\n - type\n title: PlatformEarningFeeSource\n type: object\n x-expandableFields: []\n portal_business_profile:\n description: ''\n properties:\n headline:\n description: The messaging shown to customers in the portal.\n maxLength: 5000\n nullable: true\n type: string\n privacy_policy_url:\n description: A link to the business’s publicly available privacy policy.\n maxLength: 5000\n nullable: true\n type: string\n terms_of_service_url:\n description: A link to the business’s publicly available terms of service.\n maxLength: 5000\n nullable: true\n type: string\n title: PortalBusinessProfile\n type: object\n x-expandableFields: []\n portal_customer_update:\n description: ''\n properties:\n allowed_updates:\n description: The types of customer updates that are supported. When empty, customers are not updateable.\n items:\n enum:\n - address\n - email\n - name\n - phone\n - shipping\n - tax_id\n type: string\n type: array\n enabled:\n description: Whether the feature is enabled.\n type: boolean\n required:\n - allowed_updates\n - enabled\n title: PortalCustomerUpdate\n type: object\n x-expandableFields: []\n portal_features:\n description: ''\n properties:\n customer_update:\n $ref: '#/components/schemas/portal_customer_update'\n invoice_history:\n $ref: '#/components/schemas/portal_invoice_list'\n payment_method_update:\n $ref: '#/components/schemas/portal_payment_method_update'\n subscription_cancel:\n $ref: '#/components/schemas/portal_subscription_cancel'\n subscription_update:\n $ref: '#/components/schemas/portal_subscription_update'\n required:\n - customer_update\n - invoice_history\n - payment_method_update\n - subscription_cancel\n - subscription_update\n title: PortalFeatures\n type: object\n x-expandableFields:\n - customer_update\n - invoice_history\n - payment_method_update\n - subscription_cancel\n - subscription_update\n portal_flows_after_completion_hosted_confirmation:\n description: ''\n properties:\n custom_message:\n description: A custom message to display to the customer after the flow is completed.\n maxLength: 5000\n nullable: true\n type: string\n title: PortalFlowsAfterCompletionHostedConfirmation\n type: object\n x-expandableFields: []\n portal_flows_after_completion_redirect:\n description: ''\n properties:\n return_url:\n description: The URL the customer will be redirected to after the flow is completed.\n maxLength: 5000\n type: string\n required:\n - return_url\n title: PortalFlowsAfterCompletionRedirect\n type: object\n x-expandableFields: []\n portal_flows_coupon_offer:\n description: ''\n properties:\n coupon:\n description: The ID of the coupon to be offered.\n maxLength: 5000\n type: string\n required:\n - coupon\n title: PortalFlowsCouponOffer\n type: object\n x-expandableFields: []\n portal_flows_flow:\n description: ''\n properties:\n after_completion:\n $ref: '#/components/schemas/portal_flows_flow_after_completion'\n subscription_cancel:\n anyOf:\n - $ref: '#/components/schemas/portal_flows_flow_subscription_cancel'\n description: Configuration when `flow.type=subscription_cancel`.\n nullable: true\n subscription_update:\n anyOf:\n - $ref: '#/components/schemas/portal_flows_flow_subscription_update'\n description: Configuration when `flow.type=subscription_update`.\n nullable: true\n subscription_update_confirm:\n anyOf:\n - $ref: '#/components/schemas/portal_flows_flow_subscription_update_confirm'\n description: Configuration when `flow.type=subscription_update_confirm`.\n nullable: true\n type:\n description: Type of flow that the customer will go through.\n enum:\n - payment_method_update\n - subscription_cancel\n - subscription_update\n - subscription_update_confirm\n type: string\n required:\n - after_completion\n - type\n title: PortalFlowsFlow\n type: object\n x-expandableFields:\n - after_completion\n - subscription_cancel\n - subscription_update\n - subscription_update_confirm\n portal_flows_flow_after_completion:\n description: ''\n properties:\n hosted_confirmation:\n anyOf:\n - $ref: '#/components/schemas/portal_flows_after_completion_hosted_confirmation'\n description: Configuration when `after_completion.type=hosted_confirmation`.\n nullable: true\n redirect:\n anyOf:\n - $ref: '#/components/schemas/portal_flows_after_completion_redirect'\n description: Configuration when `after_completion.type=redirect`.\n nullable: true\n type:\n description: The specified type of behavior after the flow is completed.\n enum:\n - hosted_confirmation\n - portal_homepage\n - redirect\n type: string\n required:\n - type\n title: PortalFlowsFlowAfterCompletion\n type: object\n x-expandableFields:\n - hosted_confirmation\n - redirect\n portal_flows_flow_subscription_cancel:\n description: ''\n properties:\n retention:\n anyOf:\n - $ref: '#/components/schemas/portal_flows_retention'\n description: Specify a retention strategy to be used in the cancellation flow.\n nullable: true\n subscription:\n description: The ID of the subscription to be canceled.\n maxLength: 5000\n type: string\n required:\n - subscription\n title: PortalFlowsFlowSubscriptionCancel\n type: object\n x-expandableFields:\n - retention\n portal_flows_flow_subscription_update:\n description: ''\n properties:\n subscription:\n description: The ID of the subscription to be updated.\n maxLength: 5000\n type: string\n required:\n - subscription\n title: PortalFlowsFlowSubscriptionUpdate\n type: object\n x-expandableFields: []\n portal_flows_flow_subscription_update_confirm:\n description: ''\n properties:\n discounts:\n description: The coupon or promotion code to apply to this subscription update.\n items:\n $ref: '#/components/schemas/portal_flows_subscription_update_confirm_discount'\n nullable: true\n type: array\n items:\n 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.\n items:\n $ref: '#/components/schemas/portal_flows_subscription_update_confirm_item'\n type: array\n subscription:\n description: The ID of the subscription to be updated.\n maxLength: 5000\n type: string\n required:\n - items\n - subscription\n title: PortalFlowsFlowSubscriptionUpdateConfirm\n type: object\n x-expandableFields:\n - discounts\n - items\n portal_flows_retention:\n description: ''\n properties:\n coupon_offer:\n anyOf:\n - $ref: '#/components/schemas/portal_flows_coupon_offer'\n description: Configuration when `retention.type=coupon_offer`.\n nullable: true\n type:\n description: Type of retention strategy that will be used.\n enum:\n - coupon_offer\n type: string\n required:\n - type\n title: PortalFlowsRetention\n type: object\n x-expandableFields:\n - coupon_offer\n portal_flows_subscription_update_confirm_discount:\n description: ''\n properties:\n coupon:\n description: The ID of the coupon to apply to this subscription update.\n maxLength: 5000\n nullable: true\n type: string\n promotion_code:\n description: The ID of a promotion code to apply to this subscription update.\n maxLength: 5000\n nullable: true\n type: string\n title: PortalFlowsSubscriptionUpdateConfirmDiscount\n type: object\n x-expandableFields: []\n portal_flows_subscription_update_confirm_item:\n description: ''\n properties:\n id:\n description: The ID of the [subscription item](https://docs.stripe.com/api/subscriptions/object#subscription_object-items-data-id) to be updated.\n maxLength: 5000\n nullable: true\n type: string\n price:\n 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).\n maxLength: 5000\n nullable: true\n type: string\n quantity:\n description: '[Quantity](https://docs.stripe.com/subscriptions/quantities) for this item that the customer should subscribe to through this flow.'\n type: integer\n title: PortalFlowsSubscriptionUpdateConfirmItem\n type: object\n x-expandableFields: []\n portal_invoice_list:\n description: ''\n properties:\n enabled:\n description: Whether the feature is enabled.\n type: boolean\n required:\n - enabled\n title: PortalInvoiceList\n type: object\n x-expandableFields: []\n portal_login_page:\n description: ''\n properties:\n enabled:\n description: |-\n If `true`, a shareable `url` will be generated that will take your customers to a hosted login page for the customer portal.\n\n If `false`, the previously generated `url`, if any, will be deactivated.\n type: boolean\n url:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n required:\n - enabled\n title: PortalLoginPage\n type: object\n x-expandableFields: []\n portal_payment_method_update:\n description: ''\n properties:\n enabled:\n description: Whether the feature is enabled.\n type: boolean\n payment_method_configuration:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n required:\n - enabled\n title: PortalPaymentMethodUpdate\n type: object\n x-expandableFields: []\n portal_resource_schedule_update_at_period_end:\n description: ''\n properties:\n conditions:\n description: List of conditions. When any condition is true, an update will be scheduled at the end of the current period.\n items:\n $ref: '#/components/schemas/portal_resource_schedule_update_at_period_end_condition'\n type: array\n required:\n - conditions\n title: PortalResourceScheduleUpdateAtPeriodEnd\n type: object\n x-expandableFields:\n - conditions\n portal_resource_schedule_update_at_period_end_condition:\n description: ''\n properties:\n type:\n description: The type of condition.\n enum:\n - decreasing_item_amount\n - shortening_interval\n type: string\n required:\n - type\n title: PortalResourceScheduleUpdateAtPeriodEndCondition\n type: object\n x-expandableFields: []\n portal_subscription_cancel:\n description: ''\n properties:\n cancellation_reason:\n $ref: '#/components/schemas/portal_subscription_cancellation_reason'\n enabled:\n description: Whether the feature is enabled.\n type: boolean\n mode:\n description: Whether to cancel subscriptions immediately or at the end of the billing period.\n enum:\n - at_period_end\n - immediately\n type: string\n proration_behavior:\n description: Whether to create prorations when canceling subscriptions. Possible values are `none` and `create_prorations`.\n enum:\n - always_invoice\n - create_prorations\n - none\n type: string\n required:\n - cancellation_reason\n - enabled\n - mode\n - proration_behavior\n title: PortalSubscriptionCancel\n type: object\n x-expandableFields:\n - cancellation_reason\n portal_subscription_cancellation_reason:\n description: ''\n properties:\n enabled:\n description: Whether the feature is enabled.\n type: boolean\n options:\n description: Which cancellation reasons will be given as options to the customer.\n items:\n enum:\n - customer_service\n - low_quality\n - missing_features\n - other\n - switched_service\n - too_complex\n - too_expensive\n - unused\n type: string\n type: array\n required:\n - enabled\n - options\n title: PortalSubscriptionCancellationReason\n type: object\n x-expandableFields: []\n portal_subscription_update:\n description: ''\n properties:\n billing_cycle_anchor:\n 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).\n enum:\n - now\n - unchanged\n nullable: true\n type: string\n default_allowed_updates:\n description: The types of subscription updates that are supported for items listed in the `products` attribute. When empty, subscriptions are not updateable.\n items:\n enum:\n - price\n - promotion_code\n - quantity\n type: string\n type: array\n enabled:\n description: Whether the feature is enabled.\n type: boolean\n products:\n description: The list of up to 10 products that support subscription updates.\n items:\n $ref: '#/components/schemas/portal_subscription_update_product'\n nullable: true\n type: array\n proration_behavior:\n 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.\n enum:\n - always_invoice\n - create_prorations\n - none\n type: string\n schedule_at_period_end:\n $ref: '#/components/schemas/portal_resource_schedule_update_at_period_end'\n trial_update_behavior:\n 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.\n enum:\n - continue_trial\n - end_trial\n type: string\n required:\n - default_allowed_updates\n - enabled\n - proration_behavior\n - schedule_at_period_end\n - trial_update_behavior\n title: PortalSubscriptionUpdate\n type: object\n x-expandableFields:\n - products\n - schedule_at_period_end\n portal_subscription_update_product:\n description: ''\n properties:\n adjustable_quantity:\n $ref: '#/components/schemas/portal_subscription_update_product_adjustable_quantity'\n prices:\n description: The list of price IDs which, when subscribed to, a subscription can be updated.\n items:\n maxLength: 5000\n type: string\n type: array\n product:\n description: The product ID.\n maxLength: 5000\n type: string\n required:\n - adjustable_quantity\n - prices\n - product\n title: PortalSubscriptionUpdateProduct\n type: object\n x-expandableFields:\n - adjustable_quantity\n portal_subscription_update_product_adjustable_quantity:\n description: ''\n properties:\n enabled:\n description: If true, the quantity can be adjusted to any non-negative integer.\n type: boolean\n maximum:\n description: The maximum quantity that can be set for the product.\n nullable: true\n type: integer\n minimum:\n description: The minimum quantity that can be set for the product.\n type: integer\n required:\n - enabled\n - minimum\n title: PortalSubscriptionUpdateProductAdjustableQuantity\n type: object\n x-expandableFields: []\n price:\n description: |-\n 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\n For example, you might have a single \"gold\" product that has prices for $10/month, $100/year, and €9 once.\n\n Related 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).\n properties:\n active:\n description: Whether the price can be used for new purchases.\n type: boolean\n billing_scheme:\n 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.\n enum:\n - per_unit\n - tiered\n type: string\n created:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n currency:\n 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).\n format: currency\n type: string\n currency_options:\n additionalProperties:\n $ref: '#/components/schemas/currency_option'\n 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).\n type: object\n custom_unit_amount:\n anyOf:\n - $ref: '#/components/schemas/custom_unit_amount'\n description: When set, provides configuration for the amount to be adjusted by the customer during Checkout Sessions and Payment Links.\n nullable: true\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n lookup_key:\n description: A lookup key used to retrieve prices dynamically from a static string. This may be up to 200 characters.\n maxLength: 5000\n nullable: true\n type: string\n metadata:\n additionalProperties:\n maxLength: 500\n type: string\n 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.\n type: object\n nickname:\n description: A brief description of the price, hidden from customers.\n maxLength: 5000\n nullable: true\n type: string\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - price\n type: string\n product:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/product'\n - $ref: '#/components/schemas/deleted_product'\n description: The ID of the product this price is associated with.\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/product'\n - $ref: '#/components/schemas/deleted_product'\n recurring:\n anyOf:\n - $ref: '#/components/schemas/recurring'\n description: The recurring components of a price such as `interval` and `usage_type`.\n nullable: true\n tax_behavior:\n 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.\n enum:\n - exclusive\n - inclusive\n - unspecified\n nullable: true\n type: string\n tiers:\n description: Each element represents a pricing tier. This parameter requires `billing_scheme` to be set to `tiered`. See also the documentation for `billing_scheme`.\n items:\n $ref: '#/components/schemas/price_tier'\n type: array\n tiers_mode:\n 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.\n enum:\n - graduated\n - volume\n nullable: true\n type: string\n transform_quantity:\n anyOf:\n - $ref: '#/components/schemas/transform_quantity'\n description: Apply a transformation to the reported usage or set quantity before computing the amount billed. Cannot be combined with `tiers`.\n nullable: true\n type:\n description: One of `one_time` or `recurring` depending on whether the price is for a one-time purchase or a recurring (subscription) purchase.\n enum:\n - one_time\n - recurring\n type: string\n unit_amount:\n 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`.\n nullable: true\n type: integer\n unit_amount_decimal:\n 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`.\n format: decimal\n nullable: true\n type: string\n required:\n - active\n - billing_scheme\n - created\n - currency\n - id\n - livemode\n - metadata\n - object\n - product\n - type\n title: Price\n type: object\n x-expandableFields:\n - currency_options\n - custom_unit_amount\n - product\n - recurring\n - tiers\n - transform_quantity\n x-resourceId: price\n price_tier:\n description: ''\n properties:\n flat_amount:\n description: Price for the entire tier.\n nullable: true\n type: integer\n flat_amount_decimal:\n description: Same as `flat_amount`, but contains a decimal value with at most 12 decimal places.\n format: decimal\n nullable: true\n type: string\n unit_amount:\n description: Per unit price for units relevant to the tier.\n nullable: true\n type: integer\n unit_amount_decimal:\n description: Same as `unit_amount`, but contains a decimal value with at most 12 decimal places.\n format: decimal\n nullable: true\n type: string\n up_to:\n description: Up to and including to this quantity will be contained in the tier.\n nullable: true\n type: integer\n title: PriceTier\n type: object\n x-expandableFields: []\n product:\n description: |-\n Products describe the specific goods or services you offer to your customers.\n For example, you might offer a Standard and Premium version of your goods or service; each version would be a separate Product.\n They can be used in conjunction with [Prices](https://api.stripe.com#prices) to configure pricing in Payment Links, Checkout, and Subscriptions.\n\n Related 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),\n and more about [Products and Prices](https://docs.stripe.com/products-prices/overview)\n properties:\n active:\n description: Whether the product is currently available for purchase.\n type: boolean\n created:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n default_price:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/price'\n description: The ID of the [Price](https://docs.stripe.com/api/prices) object that is the default price for this product.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/price'\n description:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n images:\n description: A list of up to 8 URLs of images for this product, meant to be displayable to the customer.\n items:\n maxLength: 5000\n type: string\n type: array\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n marketing_features:\n 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).\n items:\n $ref: '#/components/schemas/product_marketing_feature'\n type: array\n metadata:\n additionalProperties:\n maxLength: 500\n type: string\n 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.\n type: object\n name:\n description: The product's name, meant to be displayable to the customer.\n maxLength: 5000\n type: string\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - product\n type: string\n package_dimensions:\n anyOf:\n - $ref: '#/components/schemas/package_dimensions'\n description: The dimensions of this product for shipping purposes.\n nullable: true\n shippable:\n description: Whether this product is shipped (i.e., physical goods).\n nullable: true\n type: boolean\n statement_descriptor:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n tax_code:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/tax_code'\n description: A [tax code](https://docs.stripe.com/tax/tax-categories) ID.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/tax_code'\n unit_label:\n description: A label that represents units of this product. When set, this will be included in customers' receipts, invoices, Checkout, and the customer portal.\n maxLength: 5000\n nullable: true\n type: string\n updated:\n description: Time at which the object was last updated. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n url:\n description: A URL of a publicly-accessible webpage for this product.\n maxLength: 2048\n nullable: true\n type: string\n required:\n - active\n - created\n - id\n - images\n - livemode\n - marketing_features\n - metadata\n - name\n - object\n - updated\n title: Product\n type: object\n x-expandableFields:\n - default_price\n - marketing_features\n - package_dimensions\n - tax_code\n x-resourceId: product\n product_feature:\n description: |-\n A product_feature represents an attachment between a feature and a product.\n When a product is purchased that has a feature attached, Stripe will create an entitlement to the feature for the purchasing customer.\n properties:\n entitlement_feature:\n $ref: '#/components/schemas/entitlements.feature'\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - product_feature\n type: string\n required:\n - entitlement_feature\n - id\n - livemode\n - object\n title: ProductFeature\n type: object\n x-expandableFields:\n - entitlement_feature\n x-resourceId: product_feature\n product_marketing_feature:\n description: ''\n properties:\n name:\n description: The marketing feature name. Up to 80 characters long.\n maxLength: 5000\n type: string\n title: ProductMarketingFeature\n type: object\n x-expandableFields: []\n promotion_code:\n description: |-\n A Promotion Code represents a customer-redeemable code for an underlying promotion.\n You can create multiple codes for a single promotion.\n\n If 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.\n Customers can also view the currently active promotion codes and coupons on each of their subscriptions in the portal.\n properties:\n active:\n description: Whether the promotion code is currently active. A promotion code is only active if the coupon is also valid.\n type: boolean\n code:\n 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).\n maxLength: 5000\n type: string\n created:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n customer:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/customer'\n - $ref: '#/components/schemas/deleted_customer'\n description: The customer who can use this promotion code.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/customer'\n - $ref: '#/components/schemas/deleted_customer'\n customer_account:\n description: The account representing the customer who can use this promotion code.\n maxLength: 5000\n nullable: true\n type: string\n expires_at:\n description: Date at which the promotion code can no longer be redeemed.\n format: unix-time\n nullable: true\n type: integer\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n max_redemptions:\n description: Maximum number of times this promotion code can be redeemed.\n nullable: true\n type: integer\n metadata:\n additionalProperties:\n maxLength: 500\n type: string\n 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.\n nullable: true\n type: object\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - promotion_code\n type: string\n promotion:\n $ref: '#/components/schemas/promotion_codes_resource_promotion'\n restrictions:\n $ref: '#/components/schemas/promotion_codes_resource_restrictions'\n times_redeemed:\n description: Number of times this promotion code has been used.\n type: integer\n required:\n - active\n - code\n - created\n - id\n - livemode\n - object\n - promotion\n - restrictions\n - times_redeemed\n title: PromotionCode\n type: object\n x-expandableFields:\n - customer\n - promotion\n - restrictions\n x-resourceId: promotion_code\n promotion_code_currency_option:\n description: ''\n properties:\n minimum_amount:\n description: Minimum amount required to redeem this Promotion Code into a Coupon (e.g., a purchase must be $100 or more to work).\n type: integer\n required:\n - minimum_amount\n title: PromotionCodeCurrencyOption\n type: object\n x-expandableFields: []\n promotion_codes_resource_promotion:\n description: ''\n properties:\n coupon:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/coupon'\n description: If promotion `type` is `coupon`, the coupon for this promotion.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/coupon'\n type:\n description: The type of promotion.\n enum:\n - coupon\n type: string\n required:\n - type\n title: PromotionCodesResourcePromotion\n type: object\n x-expandableFields:\n - coupon\n promotion_codes_resource_restrictions:\n description: ''\n properties:\n currency_options:\n additionalProperties:\n $ref: '#/components/schemas/promotion_code_currency_option'\n 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).\n type: object\n first_time_transaction:\n description: A Boolean indicating if the Promotion Code should only be redeemed for Customers without any successful payments or invoices\n type: boolean\n minimum_amount:\n description: Minimum amount required to redeem this Promotion Code into a Coupon (e.g., a purchase must be $100 or more to work).\n nullable: true\n type: integer\n minimum_amount_currency:\n description: Three-letter [ISO code](https://stripe.com/docs/currencies) for minimum_amount\n maxLength: 5000\n nullable: true\n type: string\n required:\n - first_time_transaction\n title: PromotionCodesResourceRestrictions\n type: object\n x-expandableFields:\n - currency_options\n proration_details:\n description: ''\n properties:\n discount_amounts:\n description: Discount amounts applied when the proration was created.\n items:\n $ref: '#/components/schemas/discounts_resource_discount_amount'\n type: array\n required:\n - discount_amounts\n title: ProrationDetails\n type: object\n x-expandableFields:\n - discount_amounts\n quote:\n description: |-\n A Quote is a way to model prices that you'd like to provide to a customer.\n Once accepted, it will automatically create an invoice, subscription or subscription schedule.\n properties:\n amount_subtotal:\n description: Total before any discounts or taxes are applied.\n type: integer\n amount_total:\n description: Total after discounts and taxes are applied.\n type: integer\n application:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/application'\n - $ref: '#/components/schemas/deleted_application'\n description: ID of the Connect Application that created the quote.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/application'\n - $ref: '#/components/schemas/deleted_application'\n application_fee_amount:\n 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.\n nullable: true\n type: integer\n application_fee_percent:\n 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.\n nullable: true\n type: number\n automatic_tax:\n $ref: '#/components/schemas/quotes_resource_automatic_tax'\n collection_method:\n 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`.\n enum:\n - charge_automatically\n - send_invoice\n type: string\n computed:\n $ref: '#/components/schemas/quotes_resource_computed'\n created:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n currency:\n 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).\n maxLength: 5000\n nullable: true\n type: string\n customer:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/customer'\n - $ref: '#/components/schemas/deleted_customer'\n description: The customer who received this quote. A customer is required to finalize the quote. Once specified, you can't change it.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/customer'\n - $ref: '#/components/schemas/deleted_customer'\n customer_account:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n default_tax_rates:\n description: The tax rates applied to this quote.\n items:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/tax_rate'\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/tax_rate'\n type: array\n description:\n description: A description that will be displayed on the quote PDF.\n maxLength: 5000\n nullable: true\n type: string\n discounts:\n description: The discounts applied to this quote.\n items:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/discount'\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/discount'\n type: array\n expires_at:\n description: The date on which the quote will be canceled if in `open` or `draft` status. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n footer:\n description: A footer that will be displayed on the quote PDF.\n maxLength: 5000\n nullable: true\n type: string\n from_quote:\n anyOf:\n - $ref: '#/components/schemas/quotes_resource_from_quote'\n description: Details of the quote that was cloned. See the [cloning documentation](https://docs.stripe.com/quotes/clone) for more details.\n nullable: true\n header:\n description: A header that will be displayed on the quote PDF.\n maxLength: 5000\n nullable: true\n type: string\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n invoice:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/invoice'\n - $ref: '#/components/schemas/deleted_invoice'\n description: The invoice that was created from this quote.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/invoice'\n - $ref: '#/components/schemas/deleted_invoice'\n invoice_settings:\n $ref: '#/components/schemas/invoice_setting_quote_setting'\n line_items:\n description: A list of items the customer is being quoted for.\n properties:\n data:\n description: Details about each object.\n items:\n $ref: '#/components/schemas/item'\n type: array\n has_more:\n description: True if this list has another page of items after this one that can be fetched.\n type: boolean\n object:\n description: String representing the object's type. Objects of the same type share the same value. Always has the value `list`.\n enum:\n - list\n type: string\n url:\n description: The URL where this list can be accessed.\n maxLength: 5000\n type: string\n required:\n - data\n - has_more\n - object\n - url\n title: QuotesResourceListLineItems\n type: object\n x-expandableFields:\n - data\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n metadata:\n additionalProperties:\n maxLength: 500\n type: string\n 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.\n type: object\n number:\n 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).\n maxLength: 5000\n nullable: true\n type: string\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - quote\n type: string\n on_behalf_of:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/account'\n 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.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/account'\n status:\n description: The status of the quote.\n enum:\n - accepted\n - canceled\n - draft\n - open\n type: string\n x-stripeBypassValidation: true\n status_transitions:\n $ref: '#/components/schemas/quotes_resource_status_transitions'\n subscription:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/subscription'\n description: The subscription that was created or updated from this quote.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/subscription'\n subscription_data:\n $ref: '#/components/schemas/quotes_resource_subscription_data_subscription_data'\n subscription_schedule:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/subscription_schedule'\n description: The subscription schedule that was created or updated from this quote.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/subscription_schedule'\n test_clock:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/test_helpers.test_clock'\n description: ID of the test clock this quote belongs to.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/test_helpers.test_clock'\n total_details:\n $ref: '#/components/schemas/quotes_resource_total_details'\n transfer_data:\n anyOf:\n - $ref: '#/components/schemas/quotes_resource_transfer_data'\n 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.\n nullable: true\n required:\n - amount_subtotal\n - amount_total\n - automatic_tax\n - collection_method\n - computed\n - created\n - discounts\n - expires_at\n - id\n - invoice_settings\n - livemode\n - metadata\n - object\n - status\n - status_transitions\n - subscription_data\n - total_details\n title: Quote\n type: object\n x-expandableFields:\n - application\n - automatic_tax\n - computed\n - customer\n - default_tax_rates\n - discounts\n - from_quote\n - invoice\n - invoice_settings\n - line_items\n - on_behalf_of\n - status_transitions\n - subscription\n - subscription_data\n - subscription_schedule\n - test_clock\n - total_details\n - transfer_data\n x-resourceId: quote\n quotes_resource_automatic_tax:\n description: ''\n properties:\n enabled:\n description: Automatically calculate taxes\n type: boolean\n liability:\n anyOf:\n - $ref: '#/components/schemas/connect_account_reference'\n 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.\n nullable: true\n provider:\n description: The tax provider powering automatic tax.\n maxLength: 5000\n nullable: true\n type: string\n status:\n description: The status of the most recent automated tax calculation for this quote.\n enum:\n - complete\n - failed\n - requires_location_inputs\n nullable: true\n type: string\n required:\n - enabled\n title: QuotesResourceAutomaticTax\n type: object\n x-expandableFields:\n - liability\n quotes_resource_computed:\n description: ''\n properties:\n recurring:\n anyOf:\n - $ref: '#/components/schemas/quotes_resource_recurring'\n 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.\n nullable: true\n upfront:\n $ref: '#/components/schemas/quotes_resource_upfront'\n required:\n - upfront\n title: QuotesResourceComputed\n type: object\n x-expandableFields:\n - recurring\n - upfront\n quotes_resource_from_quote:\n description: ''\n properties:\n is_revision:\n description: Whether this quote is a revision of a different quote.\n type: boolean\n quote:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/quote'\n description: The quote that was cloned.\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/quote'\n required:\n - is_revision\n - quote\n title: QuotesResourceFromQuote\n type: object\n x-expandableFields:\n - quote\n quotes_resource_recurring:\n description: ''\n properties:\n amount_subtotal:\n description: Total before any discounts or taxes are applied.\n type: integer\n amount_total:\n description: Total after discounts and taxes are applied.\n type: integer\n interval:\n description: The frequency at which a subscription is billed. One of `day`, `week`, `month` or `year`.\n enum:\n - day\n - month\n - week\n - year\n type: string\n interval_count:\n 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.\n type: integer\n total_details:\n $ref: '#/components/schemas/quotes_resource_total_details'\n required:\n - amount_subtotal\n - amount_total\n - interval\n - interval_count\n - total_details\n title: QuotesResourceRecurring\n type: object\n x-expandableFields:\n - total_details\n quotes_resource_status_transitions:\n description: ''\n properties:\n accepted_at:\n description: The time that the quote was accepted. Measured in seconds since Unix epoch.\n format: unix-time\n nullable: true\n type: integer\n canceled_at:\n description: The time that the quote was canceled. Measured in seconds since Unix epoch.\n format: unix-time\n nullable: true\n type: integer\n finalized_at:\n description: The time that the quote was finalized. Measured in seconds since Unix epoch.\n format: unix-time\n nullable: true\n type: integer\n title: QuotesResourceStatusTransitions\n type: object\n x-expandableFields: []\n quotes_resource_subscription_data_billing_mode:\n description: The billing mode of the quote.\n properties:\n flexible:\n $ref: '#/components/schemas/subscriptions_resource_billing_mode_flexible'\n type:\n description: Controls how prorations and invoices for subscriptions are calculated and orchestrated.\n enum:\n - classic\n - flexible\n type: string\n required:\n - type\n title: QuotesResourceSubscriptionDataBillingMode\n type: object\n x-expandableFields:\n - flexible\n quotes_resource_subscription_data_subscription_data:\n description: ''\n properties:\n billing_mode:\n $ref: '#/components/schemas/quotes_resource_subscription_data_billing_mode'\n description:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n effective_date:\n 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.\n format: unix-time\n nullable: true\n type: integer\n metadata:\n additionalProperties:\n maxLength: 500\n type: string\n 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.\n nullable: true\n type: object\n trial_period_days:\n description: Integer representing the number of trial period days before the customer is charged for the first time.\n nullable: true\n type: integer\n required:\n - billing_mode\n title: QuotesResourceSubscriptionDataSubscriptionData\n type: object\n x-expandableFields:\n - billing_mode\n quotes_resource_total_details:\n description: ''\n properties:\n amount_discount:\n description: This is the sum of all the discounts.\n type: integer\n amount_shipping:\n description: This is the sum of all the shipping amounts.\n nullable: true\n type: integer\n amount_tax:\n description: This is the sum of all the tax amounts.\n type: integer\n breakdown:\n $ref: '#/components/schemas/quotes_resource_total_details_resource_breakdown'\n required:\n - amount_discount\n - amount_tax\n title: QuotesResourceTotalDetails\n type: object\n x-expandableFields:\n - breakdown\n quotes_resource_total_details_resource_breakdown:\n description: ''\n properties:\n discounts:\n description: The aggregated discounts.\n items:\n $ref: '#/components/schemas/line_items_discount_amount'\n type: array\n taxes:\n description: The aggregated tax amounts by rate.\n items:\n $ref: '#/components/schemas/line_items_tax_amount'\n type: array\n required:\n - discounts\n - taxes\n title: QuotesResourceTotalDetailsResourceBreakdown\n type: object\n x-expandableFields:\n - discounts\n - taxes\n quotes_resource_transfer_data:\n description: ''\n properties:\n amount:\n 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.\n nullable: true\n type: integer\n amount_percent:\n 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.\n nullable: true\n type: number\n destination:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/account'\n description: The account where funds from the payment will be transferred to upon payment success.\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/account'\n required:\n - destination\n title: QuotesResourceTransferData\n type: object\n x-expandableFields:\n - destination\n quotes_resource_upfront:\n description: ''\n properties:\n amount_subtotal:\n description: Total before any discounts or taxes are applied.\n type: integer\n amount_total:\n description: Total after discounts and taxes are applied.\n type: integer\n line_items:\n 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.\n properties:\n data:\n description: Details about each object.\n items:\n $ref: '#/components/schemas/item'\n type: array\n has_more:\n description: True if this list has another page of items after this one that can be fetched.\n type: boolean\n object:\n description: String representing the object's type. Objects of the same type share the same value. Always has the value `list`.\n enum:\n - list\n type: string\n url:\n description: The URL where this list can be accessed.\n maxLength: 5000\n type: string\n required:\n - data\n - has_more\n - object\n - url\n title: QuotesResourceListLineItems\n type: object\n x-expandableFields:\n - data\n total_details:\n $ref: '#/components/schemas/quotes_resource_total_details'\n required:\n - amount_subtotal\n - amount_total\n - total_details\n title: QuotesResourceUpfront\n type: object\n x-expandableFields:\n - line_items\n - total_details\n radar.early_fraud_warning:\n description: |-\n An early fraud warning indicates that the card issuer has notified us that a\n charge may be fraudulent.\n\n Related guide: [Early fraud warnings](https://docs.stripe.com/disputes/measuring#early-fraud-warnings)\n properties:\n actionable:\n 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.\n type: boolean\n charge:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/charge'\n description: ID of the charge this early fraud warning is for, optionally expanded.\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/charge'\n created:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n fraud_type:\n 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`.\n maxLength: 5000\n type: string\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - radar.early_fraud_warning\n type: string\n payment_intent:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/payment_intent'\n description: ID of the Payment Intent this early fraud warning is for, optionally expanded.\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/payment_intent'\n required:\n - actionable\n - charge\n - created\n - fraud_type\n - id\n - livemode\n - object\n title: RadarEarlyFraudWarning\n type: object\n x-expandableFields:\n - charge\n - payment_intent\n x-resourceId: radar.early_fraud_warning\n radar.payment_evaluation:\n 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.\n properties:\n client_device_metadata_details:\n $ref: '#/components/schemas/insights_resources_payment_evaluation_client_device_metadata'\n created_at:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n customer_details:\n $ref: '#/components/schemas/insights_resources_payment_evaluation_customer_details'\n events:\n description: Event information associated with the payment evaluation, such as refunds, dispute, early fraud warnings, or user interventions.\n items:\n $ref: '#/components/schemas/insights_resources_payment_evaluation_event'\n type: array\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n insights:\n $ref: '#/components/schemas/insights_resources_payment_evaluation_insights'\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n metadata:\n additionalProperties:\n maxLength: 500\n type: string\n 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.\n nullable: true\n type: object\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - radar.payment_evaluation\n type: string\n outcome:\n anyOf:\n - $ref: '#/components/schemas/insights_resources_payment_evaluation_outcome'\n description: Indicates the final outcome for the payment evaluation.\n nullable: true\n payment_details:\n $ref: '#/components/schemas/insights_resources_payment_evaluation_payment_details'\n required:\n - created_at\n - events\n - id\n - insights\n - livemode\n - object\n title: InsightsResourcesPaymentEvaluation\n type: object\n x-expandableFields:\n - client_device_metadata_details\n - customer_details\n - events\n - insights\n - outcome\n - payment_details\n x-resourceId: radar.payment_evaluation\n radar.value_list:\n description: |-\n Value lists allow you to group values together which can then be referenced in rules.\n\n Related guide: [Default Stripe lists](https://docs.stripe.com/radar/lists#managing-list-items)\n properties:\n alias:\n description: The name of the value list for use in rules.\n maxLength: 5000\n type: string\n created:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n created_by:\n description: The name or email address of the user who created this value list.\n maxLength: 5000\n type: string\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n item_type:\n 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`.\n enum:\n - card_bin\n - card_fingerprint\n - case_sensitive_string\n - country\n - customer_id\n - email\n - ip_address\n - sepa_debit_fingerprint\n - string\n - us_bank_account_fingerprint\n type: string\n list_items:\n description: List of items contained within this value list.\n properties:\n data:\n description: Details about each object.\n items:\n $ref: '#/components/schemas/radar.value_list_item'\n type: array\n has_more:\n description: True if this list has another page of items after this one that can be fetched.\n type: boolean\n object:\n description: String representing the object's type. Objects of the same type share the same value. Always has the value `list`.\n enum:\n - list\n type: string\n url:\n description: The URL where this list can be accessed.\n maxLength: 5000\n type: string\n required:\n - data\n - has_more\n - object\n - url\n title: RadarListListItemList\n type: object\n x-expandableFields:\n - data\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n metadata:\n additionalProperties:\n maxLength: 500\n type: string\n 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.\n type: object\n name:\n description: The name of the value list.\n maxLength: 5000\n type: string\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - radar.value_list\n type: string\n required:\n - alias\n - created\n - created_by\n - id\n - item_type\n - list_items\n - livemode\n - metadata\n - name\n - object\n title: RadarListList\n type: object\n x-expandableFields:\n - list_items\n x-resourceId: radar.value_list\n radar.value_list_item:\n description: |-\n Value list items allow you to add specific values to a given Radar value list, which can then be used in rules.\n\n Related guide: [Managing list items](https://docs.stripe.com/radar/lists#managing-list-items)\n properties:\n created:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n created_by:\n description: The name or email address of the user who added this item to the value list.\n maxLength: 5000\n type: string\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - radar.value_list_item\n type: string\n value:\n description: The value of the item.\n maxLength: 5000\n type: string\n value_list:\n description: The identifier of the value list this item belongs to.\n maxLength: 5000\n type: string\n required:\n - created\n - created_by\n - id\n - livemode\n - object\n - value\n - value_list\n title: RadarListListItem\n type: object\n x-expandableFields: []\n x-resourceId: radar.value_list_item\n radar_radar_options:\n description: Options to configure Radar. See [Radar Session](https://docs.stripe.com/radar/radar-session) for more information.\n properties:\n session:\n 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.\n maxLength: 5000\n type: string\n title: RadarRadarOptions\n type: object\n x-expandableFields: []\n radar_review_resource_location:\n description: ''\n properties:\n city:\n description: The city where the payment originated.\n maxLength: 5000\n nullable: true\n type: string\n country:\n description: Two-letter ISO code representing the country where the payment originated.\n maxLength: 5000\n nullable: true\n type: string\n latitude:\n description: The geographic latitude where the payment originated.\n nullable: true\n type: number\n longitude:\n description: The geographic longitude where the payment originated.\n nullable: true\n type: number\n region:\n description: The state/county/province/region where the payment originated.\n maxLength: 5000\n nullable: true\n type: string\n title: RadarReviewResourceLocation\n type: object\n x-expandableFields: []\n radar_review_resource_session:\n description: ''\n properties:\n browser:\n description: The browser used in this browser session (e.g., `Chrome`).\n maxLength: 5000\n nullable: true\n type: string\n device:\n description: Information about the device used for the browser session (e.g., `Samsung SM-G930T`).\n maxLength: 5000\n nullable: true\n type: string\n platform:\n description: The platform for the browser session (e.g., `Macintosh`).\n maxLength: 5000\n nullable: true\n type: string\n version:\n description: The version for the browser session (e.g., `61.0.3163.100`).\n maxLength: 5000\n nullable: true\n type: string\n title: RadarReviewResourceSession\n type: object\n x-expandableFields: []\n received_payment_method_details_financial_account:\n description: ''\n properties:\n id:\n description: The FinancialAccount ID.\n maxLength: 5000\n type: string\n network:\n description: The rails the ReceivedCredit was sent over. A FinancialAccount can only send funds over `stripe`.\n enum:\n - stripe\n type: string\n required:\n - id\n - network\n title: received_payment_method_details_financial_account\n type: object\n x-expandableFields: []\n recurring:\n description: ''\n properties:\n interval:\n description: The frequency at which a subscription is billed. One of `day`, `week`, `month` or `year`.\n enum:\n - day\n - month\n - week\n - year\n type: string\n interval_count:\n 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.\n type: integer\n meter:\n description: The meter tracking the usage of a metered price\n maxLength: 5000\n nullable: true\n type: string\n usage_type:\n 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`.\n enum:\n - licensed\n - metered\n type: string\n required:\n - interval\n - interval_count\n - usage_type\n title: Recurring\n type: object\n x-expandableFields: []\n refund:\n description: |-\n Refund objects allow you to refund a previously created charge that isn't\n refunded yet. Funds are refunded to the credit or debit card that's\n initially charged.\n\n Related guide: [Refunds](https://docs.stripe.com/refunds)\n properties:\n amount:\n description: Amount, in cents (or local equivalent).\n type: integer\n balance_transaction:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/balance_transaction'\n description: Balance transaction that describes the impact on your account balance.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/balance_transaction'\n charge:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/charge'\n description: ID of the charge that's refunded.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/charge'\n created:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n currency:\n 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).\n format: currency\n type: string\n description:\n description: An arbitrary string attached to the object. You can use this for displaying to users (available on non-card refunds only).\n maxLength: 5000\n type: string\n destination_details:\n $ref: '#/components/schemas/refund_destination_details'\n failure_balance_transaction:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/balance_transaction'\n description: After the refund fails, this balance transaction describes the adjustment made on your account balance that reverses the initial balance transaction.\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/balance_transaction'\n failure_reason:\n 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`.'\n maxLength: 5000\n type: string\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n instructions_email:\n description: For payment methods without native refund support (for example, Konbini, PromptPay), provide an email address for the customer to receive refund instructions.\n maxLength: 5000\n type: string\n metadata:\n additionalProperties:\n maxLength: 500\n type: string\n 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.\n nullable: true\n type: object\n next_action:\n $ref: '#/components/schemas/refund_next_action'\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - refund\n type: string\n payment_intent:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/payment_intent'\n description: ID of the PaymentIntent that's refunded.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/payment_intent'\n pending_reason:\n description: 'Provides the reason for why the refund is pending. Possible values are: `processing`, `insufficient_funds`, or `charge_pending`.'\n enum:\n - charge_pending\n - insufficient_funds\n - processing\n type: string\n presentment_details:\n $ref: '#/components/schemas/payment_flows_payment_intent_presentment_details'\n reason:\n description: Reason for the refund, which is either user-provided (`duplicate`, `fraudulent`, or `requested_by_customer`) or generated by Stripe internally (`expired_uncaptured_charge`).\n enum:\n - duplicate\n - expired_uncaptured_charge\n - fraudulent\n - requested_by_customer\n nullable: true\n type: string\n x-stripeBypassValidation: true\n receipt_number:\n description: This is the transaction number that appears on email receipts sent for this refund.\n maxLength: 5000\n nullable: true\n type: string\n source_transfer_reversal:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/transfer_reversal'\n description: The transfer reversal that's associated with the refund. Only present if the charge came from another Stripe account.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/transfer_reversal'\n status:\n 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).\n maxLength: 5000\n nullable: true\n type: string\n transfer_reversal:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/transfer_reversal'\n 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.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/transfer_reversal'\n required:\n - amount\n - created\n - currency\n - id\n - object\n title: Refund\n type: object\n x-expandableFields:\n - balance_transaction\n - charge\n - destination_details\n - failure_balance_transaction\n - next_action\n - payment_intent\n - presentment_details\n - source_transfer_reversal\n - transfer_reversal\n x-resourceId: refund\n refund_destination_details:\n description: ''\n properties:\n affirm:\n $ref: '#/components/schemas/destination_details_unimplemented'\n afterpay_clearpay:\n $ref: '#/components/schemas/destination_details_unimplemented'\n alipay:\n $ref: '#/components/schemas/destination_details_unimplemented'\n alma:\n $ref: '#/components/schemas/destination_details_unimplemented'\n amazon_pay:\n $ref: '#/components/schemas/destination_details_unimplemented'\n au_bank_transfer:\n $ref: '#/components/schemas/destination_details_unimplemented'\n blik:\n $ref: '#/components/schemas/refund_destination_details_blik'\n br_bank_transfer:\n $ref: '#/components/schemas/refund_destination_details_br_bank_transfer'\n card:\n $ref: '#/components/schemas/refund_destination_details_card'\n cashapp:\n $ref: '#/components/schemas/destination_details_unimplemented'\n crypto:\n $ref: '#/components/schemas/refund_destination_details_crypto'\n customer_cash_balance:\n $ref: '#/components/schemas/destination_details_unimplemented'\n eps:\n $ref: '#/components/schemas/destination_details_unimplemented'\n eu_bank_transfer:\n $ref: '#/components/schemas/refund_destination_details_eu_bank_transfer'\n gb_bank_transfer:\n $ref: '#/components/schemas/refund_destination_details_gb_bank_transfer'\n giropay:\n $ref: '#/components/schemas/destination_details_unimplemented'\n grabpay:\n $ref: '#/components/schemas/destination_details_unimplemented'\n jp_bank_transfer:\n $ref: '#/components/schemas/refund_destination_details_jp_bank_transfer'\n klarna:\n $ref: '#/components/schemas/destination_details_unimplemented'\n mb_way:\n $ref: '#/components/schemas/refund_destination_details_mb_way'\n multibanco:\n $ref: '#/components/schemas/refund_destination_details_multibanco'\n mx_bank_transfer:\n $ref: '#/components/schemas/refund_destination_details_mx_bank_transfer'\n nz_bank_transfer:\n $ref: '#/components/schemas/destination_details_unimplemented'\n p24:\n $ref: '#/components/schemas/refund_destination_details_p24'\n paynow:\n $ref: '#/components/schemas/destination_details_unimplemented'\n paypal:\n $ref: '#/components/schemas/refund_destination_details_paypal'\n pix:\n $ref: '#/components/schemas/destination_details_unimplemented'\n revolut:\n $ref: '#/components/schemas/destination_details_unimplemented'\n sofort:\n $ref: '#/components/schemas/destination_details_unimplemented'\n swish:\n $ref: '#/components/schemas/refund_destination_details_swish'\n th_bank_transfer:\n $ref: '#/components/schemas/refund_destination_details_th_bank_transfer'\n twint:\n $ref: '#/components/schemas/destination_details_unimplemented'\n type:\n 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.\n maxLength: 5000\n type: string\n us_bank_transfer:\n $ref: '#/components/schemas/refund_destination_details_us_bank_transfer'\n wechat_pay:\n $ref: '#/components/schemas/destination_details_unimplemented'\n zip:\n $ref: '#/components/schemas/destination_details_unimplemented'\n required:\n - type\n title: refund_destination_details\n type: object\n x-expandableFields:\n - affirm\n - afterpay_clearpay\n - alipay\n - alma\n - amazon_pay\n - au_bank_transfer\n - blik\n - br_bank_transfer\n - card\n - cashapp\n - crypto\n - customer_cash_balance\n - eps\n - eu_bank_transfer\n - gb_bank_transfer\n - giropay\n - grabpay\n - jp_bank_transfer\n - klarna\n - mb_way\n - multibanco\n - mx_bank_transfer\n - nz_bank_transfer\n - p24\n - paynow\n - paypal\n - pix\n - revolut\n - sofort\n - swish\n - th_bank_transfer\n - twint\n - us_bank_transfer\n - wechat_pay\n - zip\n refund_destination_details_blik:\n description: ''\n properties:\n network_decline_code:\n description: For refunds declined by the network, a decline code provided by the network which indicates the reason the refund failed.\n maxLength: 5000\n nullable: true\n type: string\n reference:\n description: The reference assigned to the refund.\n maxLength: 5000\n nullable: true\n type: string\n reference_status:\n description: Status of the reference on the refund. This can be `pending`, `available` or `unavailable`.\n maxLength: 5000\n nullable: true\n type: string\n title: refund_destination_details_blik\n type: object\n x-expandableFields: []\n refund_destination_details_br_bank_transfer:\n description: ''\n properties:\n reference:\n description: The reference assigned to the refund.\n maxLength: 5000\n nullable: true\n type: string\n reference_status:\n description: Status of the reference on the refund. This can be `pending`, `available` or `unavailable`.\n maxLength: 5000\n nullable: true\n type: string\n title: refund_destination_details_br_bank_transfer\n type: object\n x-expandableFields: []\n refund_destination_details_card:\n description: ''\n properties:\n reference:\n description: Value of the reference number assigned to the refund.\n maxLength: 5000\n type: string\n reference_status:\n description: Status of the reference number on the refund. This can be `pending`, `available` or `unavailable`.\n maxLength: 5000\n type: string\n reference_type:\n description: Type of the reference number assigned to the refund.\n maxLength: 5000\n type: string\n type:\n description: The type of refund. This can be `refund`, `reversal`, or `pending`.\n enum:\n - pending\n - refund\n - reversal\n type: string\n required:\n - type\n title: refund_destination_details_card\n type: object\n x-expandableFields: []\n refund_destination_details_crypto:\n description: ''\n properties:\n reference:\n description: The transaction hash of the refund.\n maxLength: 5000\n nullable: true\n type: string\n title: refund_destination_details_crypto\n type: object\n x-expandableFields: []\n refund_destination_details_eu_bank_transfer:\n description: ''\n properties:\n reference:\n description: The reference assigned to the refund.\n maxLength: 5000\n nullable: true\n type: string\n reference_status:\n description: Status of the reference on the refund. This can be `pending`, `available` or `unavailable`.\n maxLength: 5000\n nullable: true\n type: string\n title: refund_destination_details_eu_bank_transfer\n type: object\n x-expandableFields: []\n refund_destination_details_gb_bank_transfer:\n description: ''\n properties:\n reference:\n description: The reference assigned to the refund.\n maxLength: 5000\n nullable: true\n type: string\n reference_status:\n description: Status of the reference on the refund. This can be `pending`, `available` or `unavailable`.\n maxLength: 5000\n nullable: true\n type: string\n title: refund_destination_details_gb_bank_transfer\n type: object\n x-expandableFields: []\n refund_destination_details_jp_bank_transfer:\n description: ''\n properties:\n reference:\n description: The reference assigned to the refund.\n maxLength: 5000\n nullable: true\n type: string\n reference_status:\n description: Status of the reference on the refund. This can be `pending`, `available` or `unavailable`.\n maxLength: 5000\n nullable: true\n type: string\n title: refund_destination_details_jp_bank_transfer\n type: object\n x-expandableFields: []\n refund_destination_details_mb_way:\n description: ''\n properties:\n reference:\n description: The reference assigned to the refund.\n maxLength: 5000\n nullable: true\n type: string\n reference_status:\n description: Status of the reference on the refund. This can be `pending`, `available` or `unavailable`.\n maxLength: 5000\n nullable: true\n type: string\n title: refund_destination_details_mb_way\n type: object\n x-expandableFields: []\n refund_destination_details_multibanco:\n description: ''\n properties:\n reference:\n description: The reference assigned to the refund.\n maxLength: 5000\n nullable: true\n type: string\n reference_status:\n description: Status of the reference on the refund. This can be `pending`, `available` or `unavailable`.\n maxLength: 5000\n nullable: true\n type: string\n title: refund_destination_details_multibanco\n type: object\n x-expandableFields: []\n refund_destination_details_mx_bank_transfer:\n description: ''\n properties:\n reference:\n description: The reference assigned to the refund.\n maxLength: 5000\n nullable: true\n type: string\n reference_status:\n description: Status of the reference on the refund. This can be `pending`, `available` or `unavailable`.\n maxLength: 5000\n nullable: true\n type: string\n title: refund_destination_details_mx_bank_transfer\n type: object\n x-expandableFields: []\n refund_destination_details_p24:\n description: ''\n properties:\n reference:\n description: The reference assigned to the refund.\n maxLength: 5000\n nullable: true\n type: string\n reference_status:\n description: Status of the reference on the refund. This can be `pending`, `available` or `unavailable`.\n maxLength: 5000\n nullable: true\n type: string\n title: refund_destination_details_p24\n type: object\n x-expandableFields: []\n refund_destination_details_paypal:\n description: ''\n properties:\n network_decline_code:\n description: For refunds declined by the network, a decline code provided by the network which indicates the reason the refund failed.\n maxLength: 5000\n nullable: true\n type: string\n title: refund_destination_details_paypal\n type: object\n x-expandableFields: []\n refund_destination_details_swish:\n description: ''\n properties:\n network_decline_code:\n description: For refunds declined by the network, a decline code provided by the network which indicates the reason the refund failed.\n maxLength: 5000\n nullable: true\n type: string\n reference:\n description: The reference assigned to the refund.\n maxLength: 5000\n nullable: true\n type: string\n reference_status:\n description: Status of the reference on the refund. This can be `pending`, `available` or `unavailable`.\n maxLength: 5000\n nullable: true\n type: string\n title: refund_destination_details_swish\n type: object\n x-expandableFields: []\n refund_destination_details_th_bank_transfer:\n description: ''\n properties:\n reference:\n description: The reference assigned to the refund.\n maxLength: 5000\n nullable: true\n type: string\n reference_status:\n description: Status of the reference on the refund. This can be `pending`, `available` or `unavailable`.\n maxLength: 5000\n nullable: true\n type: string\n title: refund_destination_details_th_bank_transfer\n type: object\n x-expandableFields: []\n refund_destination_details_us_bank_transfer:\n description: ''\n properties:\n reference:\n description: The reference assigned to the refund.\n maxLength: 5000\n nullable: true\n type: string\n reference_status:\n description: Status of the reference on the refund. This can be `pending`, `available` or `unavailable`.\n maxLength: 5000\n nullable: true\n type: string\n title: refund_destination_details_us_bank_transfer\n type: object\n x-expandableFields: []\n refund_next_action:\n description: ''\n properties:\n display_details:\n $ref: '#/components/schemas/refund_next_action_display_details'\n type:\n description: Type of the next action to perform.\n maxLength: 5000\n type: string\n required:\n - type\n title: RefundNextAction\n type: object\n x-expandableFields:\n - display_details\n refund_next_action_display_details:\n description: ''\n properties:\n email_sent:\n $ref: '#/components/schemas/email_sent'\n expires_at:\n description: The expiry timestamp.\n format: unix-time\n type: integer\n required:\n - email_sent\n - expires_at\n title: RefundNextActionDisplayDetails\n type: object\n x-expandableFields:\n - email_sent\n reporting.report_run:\n description: |-\n The Report Run object represents an instance of a report type generated with\n specific run parameters. Once the object is created, Stripe begins processing the report.\n When the report has finished running, it will give you a reference to a file\n where you can retrieve your results. For an overview, see\n [API Access to Reports](https://docs.stripe.com/reporting/statements/api).\n\n Note that certain report types can only be run based on your live-mode data (not test-mode\n data), and will error when queried without a [live-mode API key](https://docs.stripe.com/keys#test-live-modes).\n properties:\n created:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n error:\n description: |-\n If something should go wrong during the run, a message about the failure (populated when\n `status=failed`).\n maxLength: 5000\n nullable: true\n type: string\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n livemode:\n description: '`true` if the report is run on live mode data and `false` if it is run on test mode data.'\n type: boolean\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - reporting.report_run\n type: string\n parameters:\n $ref: '#/components/schemas/financial_reporting_finance_report_run_run_parameters'\n report_type:\n description: The ID of the [report type](https://docs.stripe.com/reports/report-types) to run, such as `\"balance.summary.1\"`.\n maxLength: 5000\n type: string\n result:\n anyOf:\n - $ref: '#/components/schemas/file'\n description: |-\n The file object representing the result of the report run (populated when\n `status=succeeded`).\n nullable: true\n status:\n description: |-\n 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.\n maxLength: 5000\n type: string\n succeeded_at:\n description: |-\n Timestamp at which this run successfully finished (populated when\n `status=succeeded`). Measured in seconds since the Unix epoch.\n format: unix-time\n nullable: true\n type: integer\n required:\n - created\n - id\n - livemode\n - object\n - parameters\n - report_type\n - status\n title: reporting_report_run\n type: object\n x-expandableFields:\n - parameters\n - result\n x-resourceId: reporting.report_run\n reporting.report_type:\n description: |-\n The Report Type resource corresponds to a particular type of report, such as\n the \"Activity summary\" or \"Itemized payouts\" reports. These objects are\n identified by an ID belonging to a set of enumerated values. See\n [API Access to Reports documentation](https://docs.stripe.com/reporting/statements/api)\n for those Report Type IDs, along with required and optional parameters.\n\n Note that certain report types can only be run based on your live-mode data (not test-mode\n data), and will error when queried without a [live-mode API key](https://docs.stripe.com/keys#test-live-modes).\n properties:\n data_available_end:\n description: Most recent time for which this Report Type is available. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n data_available_start:\n description: Earliest time for which this Report Type is available. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n default_columns:\n 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.)\n items:\n maxLength: 5000\n type: string\n nullable: true\n type: array\n id:\n description: The [ID of the Report Type](https://docs.stripe.com/reporting/statements/api#available-report-types), such as `balance.summary.1`.\n maxLength: 5000\n type: string\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n name:\n description: Human-readable name of the Report Type\n maxLength: 5000\n type: string\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - reporting.report_type\n type: string\n updated:\n description: When this Report Type was latest updated. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n version:\n 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.\n type: integer\n required:\n - data_available_end\n - data_available_start\n - id\n - livemode\n - name\n - object\n - updated\n - version\n title: reporting_report_type\n type: object\n x-expandableFields: []\n x-resourceId: reporting.report_type\n reserve_transaction:\n description: ''\n properties:\n amount:\n type: integer\n currency:\n 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).\n format: currency\n type: string\n description:\n description: An arbitrary string attached to the object. Often useful for displaying to users.\n maxLength: 5000\n nullable: true\n type: string\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - reserve_transaction\n type: string\n required:\n - amount\n - currency\n - id\n - object\n title: ReserveTransaction\n type: object\n x-expandableFields: []\n review:\n description: |-\n Reviews can be used to supplement automated fraud detection with human expertise.\n\n Learn more about [Radar](/radar) and reviewing payments\n [here](https://docs.stripe.com/radar/reviews).\n properties:\n billing_zip:\n description: The ZIP or postal code of the card used, if applicable.\n maxLength: 5000\n nullable: true\n type: string\n charge:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/charge'\n description: The charge associated with this review.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/charge'\n closed_reason:\n 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`.\n enum:\n - acknowledged\n - approved\n - canceled\n - disputed\n - payment_never_settled\n - redacted\n - refunded\n - refunded_as_fraud\n nullable: true\n type: string\n created:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n ip_address:\n description: The IP address where the payment originated.\n maxLength: 5000\n nullable: true\n type: string\n ip_address_location:\n anyOf:\n - $ref: '#/components/schemas/radar_review_resource_location'\n 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.\n nullable: true\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - review\n type: string\n open:\n description: If `true`, the review needs action.\n type: boolean\n opened_reason:\n description: The reason the review was opened. One of `rule` or `manual`.\n enum:\n - manual\n - rule\n type: string\n payment_intent:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/payment_intent'\n description: The PaymentIntent ID associated with this review, if one exists.\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/payment_intent'\n reason:\n 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`.\n maxLength: 5000\n type: string\n session:\n anyOf:\n - $ref: '#/components/schemas/radar_review_resource_session'\n description: Information related to the browsing session of the user who initiated the payment.\n nullable: true\n required:\n - created\n - id\n - livemode\n - object\n - open\n - opened_reason\n - reason\n title: RadarReview\n type: object\n x-expandableFields:\n - charge\n - ip_address_location\n - payment_intent\n - session\n x-resourceId: review\n revolut_pay_underlying_payment_method_funding_details:\n description: ''\n properties:\n card:\n $ref: '#/components/schemas/payment_method_details_passthrough_card'\n type:\n description: funding type of the underlying payment method.\n enum:\n - card\n nullable: true\n type: string\n title: revolut_pay_underlying_payment_method_funding_details\n type: object\n x-expandableFields:\n - card\n rule:\n description: ''\n properties:\n action:\n description: The action taken on the payment.\n maxLength: 5000\n type: string\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n predicate:\n description: The predicate to evaluate the payment against.\n maxLength: 5000\n type: string\n required:\n - action\n - id\n - predicate\n title: RadarRule\n type: object\n x-expandableFields: []\n scheduled_query_run:\n description: |-\n If you have [scheduled a Sigma query](https://docs.stripe.com/sigma/scheduled-queries), you'll\n receive a `sigma.scheduled_query_run.created` webhook each time the query\n runs. The webhook contains a `ScheduledQueryRun` object, which you can use to\n retrieve the query results.\n properties:\n created:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n data_load_time:\n description: When the query was run, Sigma contained a snapshot of your Stripe data at this time.\n format: unix-time\n type: integer\n error:\n $ref: '#/components/schemas/sigma_scheduled_query_run_error'\n file:\n anyOf:\n - $ref: '#/components/schemas/file'\n description: The file object representing the results of the query.\n nullable: true\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - scheduled_query_run\n type: string\n result_available_until:\n description: Time at which the result expires and is no longer available for download.\n format: unix-time\n type: integer\n sql:\n description: SQL for the query.\n maxLength: 100000\n type: string\n status:\n description: The query's execution status, which will be `completed` for successful runs, and `canceled`, `failed`, or `timed_out` otherwise.\n maxLength: 5000\n type: string\n title:\n description: Title of the query.\n maxLength: 5000\n type: string\n required:\n - created\n - data_load_time\n - id\n - livemode\n - object\n - result_available_until\n - sql\n - status\n - title\n title: ScheduledQueryRun\n type: object\n x-expandableFields:\n - error\n - file\n x-resourceId: scheduled_query_run\n schedules_phase_automatic_tax:\n description: ''\n properties:\n disabled_reason:\n description: If Stripe disabled automatic tax, this enum describes why.\n enum:\n - requires_location_inputs\n nullable: true\n type: string\n enabled:\n description: Whether Stripe automatically computes tax on invoices created during this phase.\n type: boolean\n liability:\n anyOf:\n - $ref: '#/components/schemas/connect_account_reference'\n 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.\n nullable: true\n required:\n - enabled\n title: SchedulesPhaseAutomaticTax\n type: object\n x-expandableFields:\n - liability\n secret_service_resource_scope:\n description: ''\n properties:\n type:\n description: The secret scope type.\n enum:\n - account\n - user\n type: string\n user:\n description: The user ID, if type is set to \"user\"\n maxLength: 5000\n type: string\n required:\n - type\n title: SecretServiceResourceScope\n type: object\n x-expandableFields: []\n sepa_debit_generated_from:\n description: ''\n properties:\n charge:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/charge'\n description: The ID of the Charge that generated this PaymentMethod, if any.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/charge'\n setup_attempt:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/setup_attempt'\n description: The ID of the SetupAttempt that generated this PaymentMethod, if any.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/setup_attempt'\n title: sepa_debit_generated_from\n type: object\n x-expandableFields:\n - charge\n - setup_attempt\n setup_attempt:\n description: |-\n A SetupAttempt describes one attempted confirmation of a SetupIntent,\n whether that confirmation is successful or unsuccessful. You can use\n SetupAttempts to inspect details of a specific attempt at setting up a\n payment method using a SetupIntent.\n properties:\n application:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/application'\n 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.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/application'\n attach_to_self:\n description: |-\n If present, the SetupIntent's payment method will be attached to the in-context Stripe Account.\n\n It 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.\n type: boolean\n created:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n customer:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/customer'\n - $ref: '#/components/schemas/deleted_customer'\n 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.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/customer'\n - $ref: '#/components/schemas/deleted_customer'\n customer_account:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n flow_directions:\n description: |-\n Indicates the directions of money movement for which this payment method is intended to be used.\n\n Include `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.\n items:\n enum:\n - inbound\n - outbound\n type: string\n nullable: true\n type: array\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - setup_attempt\n type: string\n on_behalf_of:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/account'\n 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.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/account'\n payment_method:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/payment_method'\n description: ID of the payment method used with this SetupAttempt.\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/payment_method'\n payment_method_details:\n $ref: '#/components/schemas/setup_attempt_payment_method_details'\n setup_error:\n anyOf:\n - $ref: '#/components/schemas/api_errors'\n description: The error encountered during this attempt to confirm the SetupIntent, if any.\n nullable: true\n setup_intent:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/setup_intent'\n description: ID of the SetupIntent that this attempt belongs to.\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/setup_intent'\n status:\n description: Status of this SetupAttempt, one of `requires_confirmation`, `requires_action`, `processing`, `succeeded`, `failed`, or `abandoned`.\n maxLength: 5000\n type: string\n usage:\n 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`.\n maxLength: 5000\n type: string\n required:\n - created\n - id\n - livemode\n - object\n - payment_method\n - payment_method_details\n - setup_intent\n - status\n - usage\n title: PaymentFlowsSetupIntentSetupAttempt\n type: object\n x-expandableFields:\n - application\n - customer\n - on_behalf_of\n - payment_method\n - payment_method_details\n - setup_error\n - setup_intent\n x-resourceId: setup_attempt\n setup_attempt_payment_method_details:\n description: ''\n properties:\n acss_debit:\n $ref: '#/components/schemas/setup_attempt_payment_method_details_acss_debit'\n amazon_pay:\n $ref: '#/components/schemas/setup_attempt_payment_method_details_amazon_pay'\n au_becs_debit:\n $ref: '#/components/schemas/setup_attempt_payment_method_details_au_becs_debit'\n bacs_debit:\n $ref: '#/components/schemas/setup_attempt_payment_method_details_bacs_debit'\n bancontact:\n $ref: '#/components/schemas/setup_attempt_payment_method_details_bancontact'\n boleto:\n $ref: '#/components/schemas/setup_attempt_payment_method_details_boleto'\n card:\n $ref: '#/components/schemas/setup_attempt_payment_method_details_card'\n card_present:\n $ref: '#/components/schemas/setup_attempt_payment_method_details_card_present'\n cashapp:\n $ref: '#/components/schemas/setup_attempt_payment_method_details_cashapp'\n ideal:\n $ref: '#/components/schemas/setup_attempt_payment_method_details_ideal'\n kakao_pay:\n $ref: '#/components/schemas/setup_attempt_payment_method_details_kakao_pay'\n klarna:\n $ref: '#/components/schemas/setup_attempt_payment_method_details_klarna'\n kr_card:\n $ref: '#/components/schemas/setup_attempt_payment_method_details_kr_card'\n link:\n $ref: '#/components/schemas/setup_attempt_payment_method_details_link'\n naver_pay:\n $ref: '#/components/schemas/setup_attempt_payment_method_details_naver_pay'\n nz_bank_account:\n $ref: '#/components/schemas/setup_attempt_payment_method_details_nz_bank_account'\n paypal:\n $ref: '#/components/schemas/setup_attempt_payment_method_details_paypal'\n payto:\n $ref: '#/components/schemas/setup_attempt_payment_method_details_payto'\n revolut_pay:\n $ref: '#/components/schemas/setup_attempt_payment_method_details_revolut_pay'\n sepa_debit:\n $ref: '#/components/schemas/setup_attempt_payment_method_details_sepa_debit'\n sofort:\n $ref: '#/components/schemas/setup_attempt_payment_method_details_sofort'\n type:\n 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.\n maxLength: 5000\n type: string\n us_bank_account:\n $ref: '#/components/schemas/setup_attempt_payment_method_details_us_bank_account'\n required:\n - type\n title: SetupAttemptPaymentMethodDetails\n type: object\n x-expandableFields:\n - acss_debit\n - amazon_pay\n - au_becs_debit\n - bacs_debit\n - bancontact\n - boleto\n - card\n - card_present\n - cashapp\n - ideal\n - kakao_pay\n - klarna\n - kr_card\n - link\n - naver_pay\n - nz_bank_account\n - paypal\n - payto\n - revolut_pay\n - sepa_debit\n - sofort\n - us_bank_account\n setup_attempt_payment_method_details_acss_debit:\n description: ''\n properties: {}\n title: setup_attempt_payment_method_details_acss_debit\n type: object\n x-expandableFields: []\n setup_attempt_payment_method_details_amazon_pay:\n description: ''\n properties: {}\n title: setup_attempt_payment_method_details_amazon_pay\n type: object\n x-expandableFields: []\n setup_attempt_payment_method_details_au_becs_debit:\n description: ''\n properties: {}\n title: setup_attempt_payment_method_details_au_becs_debit\n type: object\n x-expandableFields: []\n setup_attempt_payment_method_details_bacs_debit:\n description: ''\n properties: {}\n title: setup_attempt_payment_method_details_bacs_debit\n type: object\n x-expandableFields: []\n setup_attempt_payment_method_details_bancontact:\n description: ''\n properties:\n bank_code:\n description: Bank code of bank associated with the bank account.\n maxLength: 5000\n nullable: true\n type: string\n bank_name:\n description: Name of the bank associated with the bank account.\n maxLength: 5000\n nullable: true\n type: string\n bic:\n description: Bank Identifier Code of the bank associated with the bank account.\n maxLength: 5000\n nullable: true\n type: string\n generated_sepa_debit:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/payment_method'\n description: The ID of the SEPA Direct Debit PaymentMethod which was generated by this SetupAttempt.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/payment_method'\n generated_sepa_debit_mandate:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/mandate'\n description: The mandate for the SEPA Direct Debit PaymentMethod which was generated by this SetupAttempt.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/mandate'\n iban_last4:\n description: Last four characters of the IBAN.\n maxLength: 5000\n nullable: true\n type: string\n preferred_language:\n description: |-\n Preferred language of the Bancontact authorization page that the customer is redirected to.\n Can be one of `en`, `de`, `fr`, or `nl`\n enum:\n - de\n - en\n - fr\n - nl\n nullable: true\n type: string\n verified_name:\n description: |-\n 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.\n maxLength: 5000\n nullable: true\n type: string\n title: setup_attempt_payment_method_details_bancontact\n type: object\n x-expandableFields:\n - generated_sepa_debit\n - generated_sepa_debit_mandate\n setup_attempt_payment_method_details_boleto:\n description: ''\n properties: {}\n title: setup_attempt_payment_method_details_boleto\n type: object\n x-expandableFields: []\n setup_attempt_payment_method_details_card:\n description: ''\n properties:\n brand:\n description: Card brand. Can be `amex`, `cartes_bancaires`, `diners`, `discover`, `eftpos_au`, `jcb`, `link`, `mastercard`, `unionpay`, `visa` or `unknown`.\n maxLength: 5000\n nullable: true\n type: string\n checks:\n anyOf:\n - $ref: '#/components/schemas/setup_attempt_payment_method_details_card_checks'\n description: Check results by Card networks on Card address and CVC at the time of authorization\n nullable: true\n country:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n exp_month:\n description: Two-digit number representing the card's expiration month.\n nullable: true\n type: integer\n exp_year:\n description: Four-digit number representing the card's expiration year.\n nullable: true\n type: integer\n fingerprint:\n description: |-\n 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.*\n maxLength: 5000\n nullable: true\n type: string\n funding:\n description: Card funding type. Can be `credit`, `debit`, `prepaid`, or `unknown`.\n maxLength: 5000\n nullable: true\n type: string\n last4:\n description: The last four digits of the card.\n maxLength: 5000\n nullable: true\n type: string\n network:\n 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`.\n maxLength: 5000\n nullable: true\n type: string\n three_d_secure:\n anyOf:\n - $ref: '#/components/schemas/three_d_secure_details'\n description: Populated if this authorization used 3D Secure authentication.\n nullable: true\n wallet:\n anyOf:\n - $ref: '#/components/schemas/setup_attempt_payment_method_details_card_wallet'\n description: If this Card is part of a card wallet, this contains the details of the card wallet.\n nullable: true\n title: setup_attempt_payment_method_details_card\n type: object\n x-expandableFields:\n - checks\n - three_d_secure\n - wallet\n setup_attempt_payment_method_details_card_checks:\n description: ''\n properties:\n address_line1_check:\n description: If a address line1 was provided, results of the check, one of `pass`, `fail`, `unavailable`, or `unchecked`.\n maxLength: 5000\n nullable: true\n type: string\n address_postal_code_check:\n description: If a address postal code was provided, results of the check, one of `pass`, `fail`, `unavailable`, or `unchecked`.\n maxLength: 5000\n nullable: true\n type: string\n cvc_check:\n description: If a CVC was provided, results of the check, one of `pass`, `fail`, `unavailable`, or `unchecked`.\n maxLength: 5000\n nullable: true\n type: string\n title: setup_attempt_payment_method_details_card_checks\n type: object\n x-expandableFields: []\n setup_attempt_payment_method_details_card_present:\n description: ''\n properties:\n generated_card:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/payment_method'\n description: The ID of the Card PaymentMethod which was generated by this SetupAttempt.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/payment_method'\n offline:\n anyOf:\n - $ref: '#/components/schemas/payment_method_details_card_present_offline'\n description: Details about payments collected offline.\n nullable: true\n title: setup_attempt_payment_method_details_card_present\n type: object\n x-expandableFields:\n - generated_card\n - offline\n setup_attempt_payment_method_details_card_wallet:\n description: ''\n properties:\n apple_pay:\n $ref: '#/components/schemas/payment_method_details_card_wallet_apple_pay'\n google_pay:\n $ref: '#/components/schemas/payment_method_details_card_wallet_google_pay'\n type:\n 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.\n enum:\n - apple_pay\n - google_pay\n - link\n type: string\n required:\n - type\n title: setup_attempt_payment_method_details_card_wallet\n type: object\n x-expandableFields:\n - apple_pay\n - google_pay\n setup_attempt_payment_method_details_cashapp:\n description: ''\n properties: {}\n title: setup_attempt_payment_method_details_cashapp\n type: object\n x-expandableFields: []\n setup_attempt_payment_method_details_ideal:\n description: ''\n properties:\n bank:\n 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`.\n enum:\n - abn_amro\n - adyen\n - asn_bank\n - bunq\n - buut\n - finom\n - handelsbanken\n - ing\n - knab\n - mollie\n - moneyou\n - n26\n - nn\n - rabobank\n - regiobank\n - revolut\n - sns_bank\n - triodos_bank\n - van_lanschot\n - yoursafe\n nullable: true\n type: string\n bic:\n description: The Bank Identifier Code of the customer's bank.\n enum:\n - ABNANL2A\n - ADYBNL2A\n - ASNBNL21\n - BITSNL2A\n - BUNQNL2A\n - BUUTNL2A\n - FNOMNL22\n - FVLBNL22\n - HANDNL2A\n - INGBNL2A\n - KNABNL2H\n - MLLENL2A\n - MOYONL21\n - NNBANL2G\n - NTSBDEB1\n - RABONL2U\n - RBRBNL21\n - REVOIE23\n - REVOLT21\n - SNSBNL2A\n - TRIONL2U\n nullable: true\n type: string\n generated_sepa_debit:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/payment_method'\n description: The ID of the SEPA Direct Debit PaymentMethod which was generated by this SetupAttempt.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/payment_method'\n generated_sepa_debit_mandate:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/mandate'\n description: The mandate for the SEPA Direct Debit PaymentMethod which was generated by this SetupAttempt.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/mandate'\n iban_last4:\n description: Last four characters of the IBAN.\n maxLength: 5000\n nullable: true\n type: string\n verified_name:\n description: |-\n 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.\n maxLength: 5000\n nullable: true\n type: string\n title: setup_attempt_payment_method_details_ideal\n type: object\n x-expandableFields:\n - generated_sepa_debit\n - generated_sepa_debit_mandate\n setup_attempt_payment_method_details_kakao_pay:\n description: ''\n properties: {}\n title: setup_attempt_payment_method_details_kakao_pay\n type: object\n x-expandableFields: []\n setup_attempt_payment_method_details_klarna:\n description: ''\n properties: {}\n title: setup_attempt_payment_method_details_klarna\n type: object\n x-expandableFields: []\n setup_attempt_payment_method_details_kr_card:\n description: ''\n properties: {}\n title: setup_attempt_payment_method_details_kr_card\n type: object\n x-expandableFields: []\n setup_attempt_payment_method_details_link:\n description: ''\n properties: {}\n title: setup_attempt_payment_method_details_link\n type: object\n x-expandableFields: []\n setup_attempt_payment_method_details_naver_pay:\n description: ''\n properties:\n buyer_id:\n description: Uniquely identifies this particular Naver Pay account. You can use this attribute to check whether two Naver Pay accounts are the same.\n maxLength: 5000\n type: string\n title: setup_attempt_payment_method_details_naver_pay\n type: object\n x-expandableFields: []\n setup_attempt_payment_method_details_nz_bank_account:\n description: ''\n properties: {}\n title: setup_attempt_payment_method_details_nz_bank_account\n type: object\n x-expandableFields: []\n setup_attempt_payment_method_details_paypal:\n description: ''\n properties: {}\n title: setup_attempt_payment_method_details_paypal\n type: object\n x-expandableFields: []\n setup_attempt_payment_method_details_payto:\n description: ''\n properties: {}\n title: setup_attempt_payment_method_details_payto\n type: object\n x-expandableFields: []\n setup_attempt_payment_method_details_revolut_pay:\n description: ''\n properties: {}\n title: setup_attempt_payment_method_details_revolut_pay\n type: object\n x-expandableFields: []\n setup_attempt_payment_method_details_sepa_debit:\n description: ''\n properties: {}\n title: setup_attempt_payment_method_details_sepa_debit\n type: object\n x-expandableFields: []\n setup_attempt_payment_method_details_sofort:\n description: ''\n properties:\n bank_code:\n description: Bank code of bank associated with the bank account.\n maxLength: 5000\n nullable: true\n type: string\n bank_name:\n description: Name of the bank associated with the bank account.\n maxLength: 5000\n nullable: true\n type: string\n bic:\n description: Bank Identifier Code of the bank associated with the bank account.\n maxLength: 5000\n nullable: true\n type: string\n generated_sepa_debit:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/payment_method'\n description: The ID of the SEPA Direct Debit PaymentMethod which was generated by this SetupAttempt.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/payment_method'\n generated_sepa_debit_mandate:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/mandate'\n description: The mandate for the SEPA Direct Debit PaymentMethod which was generated by this SetupAttempt.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/mandate'\n iban_last4:\n description: Last four characters of the IBAN.\n maxLength: 5000\n nullable: true\n type: string\n preferred_language:\n description: |-\n Preferred language of the Sofort authorization page that the customer is redirected to.\n Can be one of `en`, `de`, `fr`, or `nl`\n enum:\n - de\n - en\n - fr\n - nl\n nullable: true\n type: string\n verified_name:\n description: |-\n 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.\n maxLength: 5000\n nullable: true\n type: string\n title: setup_attempt_payment_method_details_sofort\n type: object\n x-expandableFields:\n - generated_sepa_debit\n - generated_sepa_debit_mandate\n setup_attempt_payment_method_details_us_bank_account:\n description: ''\n properties: {}\n title: setup_attempt_payment_method_details_us_bank_account\n type: object\n x-expandableFields: []\n setup_intent:\n description: |-\n A SetupIntent guides you through the process of setting up and saving a customer's payment credentials for future payments.\n For example, you can use a SetupIntent to set up and save your customer's card without immediately collecting a payment.\n Later, you can use [PaymentIntents](https://api.stripe.com#payment_intents) to drive the payment flow.\n\n Create a SetupIntent when you're ready to collect your customer's payment credentials.\n Don't maintain long-lived, unconfirmed SetupIntents because they might not be valid.\n The SetupIntent transitions through multiple [statuses](https://docs.stripe.com/payments/intents#intent-statuses) as it guides\n you through the setup process.\n\n Successful SetupIntents result in payment credentials that are optimized for future payments.\n For 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\n to streamline later [off-session payments](https://docs.stripe.com/payments/setup-intents).\n If you use the SetupIntent with a [Customer](https://api.stripe.com#setup_intent_object-customer),\n it automatically attaches the resulting payment method to that Customer after successful setup.\n We recommend using SetupIntents or [setup_future_usage](https://api.stripe.com#payment_intent_object-setup_future_usage) on\n PaymentIntents to save payment methods to prevent saving invalid or unoptimized payment methods.\n\n By using SetupIntents, you can reduce friction for your customers, even as regulations change over time.\n\n Related guide: [Setup Intents API](https://docs.stripe.com/payments/setup-intents)\n properties:\n application:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/application'\n description: ID of the Connect application that created the SetupIntent.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/application'\n attach_to_self:\n description: |-\n If present, the SetupIntent's payment method will be attached to the in-context Stripe Account.\n\n It 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.\n type: boolean\n automatic_payment_methods:\n anyOf:\n - $ref: '#/components/schemas/payment_flows_automatic_payment_methods_setup_intent'\n description: Settings for dynamic payment methods compatible with this Setup Intent\n nullable: true\n cancellation_reason:\n description: Reason for cancellation of this SetupIntent, one of `abandoned`, `requested_by_customer`, or `duplicate`.\n enum:\n - abandoned\n - duplicate\n - requested_by_customer\n nullable: true\n type: string\n client_secret:\n description: |-\n The client secret of this SetupIntent. Used for client-side retrieval using a publishable key.\n\n The 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.\n maxLength: 5000\n nullable: true\n type: string\n created:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n customer:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/customer'\n - $ref: '#/components/schemas/deleted_customer'\n description: |-\n ID of the Customer this SetupIntent belongs to, if one exists.\n\n If 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.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/customer'\n - $ref: '#/components/schemas/deleted_customer'\n customer_account:\n description: |-\n ID of the Account this SetupIntent belongs to, if one exists.\n\n If 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.\n maxLength: 5000\n nullable: true\n type: string\n description:\n description: An arbitrary string attached to the object. Often useful for displaying to users.\n maxLength: 5000\n nullable: true\n type: string\n excluded_payment_method_types:\n description: Payment method types that are excluded from this SetupIntent.\n items:\n enum:\n - acss_debit\n - affirm\n - afterpay_clearpay\n - alipay\n - alma\n - amazon_pay\n - au_becs_debit\n - bacs_debit\n - bancontact\n - billie\n - blik\n - boleto\n - card\n - cashapp\n - crypto\n - customer_balance\n - eps\n - fpx\n - giropay\n - grabpay\n - ideal\n - kakao_pay\n - klarna\n - konbini\n - kr_card\n - mb_way\n - mobilepay\n - multibanco\n - naver_pay\n - nz_bank_account\n - oxxo\n - p24\n - pay_by_bank\n - payco\n - paynow\n - paypal\n - payto\n - pix\n - promptpay\n - revolut_pay\n - samsung_pay\n - satispay\n - sepa_debit\n - sofort\n - swish\n - twint\n - us_bank_account\n - wechat_pay\n - zip\n type: string\n x-stripeBypassValidation: true\n nullable: true\n type: array\n flow_directions:\n description: |-\n Indicates the directions of money movement for which this payment method is intended to be used.\n\n Include `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.\n items:\n enum:\n - inbound\n - outbound\n type: string\n nullable: true\n type: array\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n last_setup_error:\n anyOf:\n - $ref: '#/components/schemas/api_errors'\n description: The error encountered in the previous SetupIntent confirmation.\n nullable: true\n latest_attempt:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/setup_attempt'\n description: The most recent SetupAttempt for this SetupIntent.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/setup_attempt'\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n mandate:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/mandate'\n description: ID of the multi use Mandate generated by the SetupIntent.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/mandate'\n metadata:\n additionalProperties:\n maxLength: 500\n type: string\n 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.\n nullable: true\n type: object\n next_action:\n anyOf:\n - $ref: '#/components/schemas/setup_intent_next_action'\n description: If present, this property tells you what actions you need to take in order for your customer to continue payment setup.\n nullable: true\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - setup_intent\n type: string\n on_behalf_of:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/account'\n description: The account (if any) for which the setup is intended.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/account'\n payment_method:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/payment_method'\n 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.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/payment_method'\n payment_method_configuration_details:\n anyOf:\n - $ref: '#/components/schemas/payment_method_config_biz_payment_method_configuration_details'\n description: Information about the [payment method configuration](https://docs.stripe.com/api/payment_method_configurations) used for this Setup Intent.\n nullable: true\n payment_method_options:\n anyOf:\n - $ref: '#/components/schemas/setup_intent_payment_method_options'\n description: Payment method-specific configuration for this SetupIntent.\n nullable: true\n payment_method_types:\n 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).\n items:\n maxLength: 5000\n type: string\n type: array\n single_use_mandate:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/mandate'\n description: ID of the single_use Mandate generated by the SetupIntent.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/mandate'\n status:\n 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`.'\n enum:\n - canceled\n - processing\n - requires_action\n - requires_confirmation\n - requires_payment_method\n - succeeded\n type: string\n usage:\n description: |-\n Indicates how the payment method is intended to be used in the future.\n\n Use `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`.\n maxLength: 5000\n type: string\n required:\n - created\n - id\n - livemode\n - object\n - payment_method_types\n - status\n - usage\n title: SetupIntent\n type: object\n x-expandableFields:\n - application\n - automatic_payment_methods\n - customer\n - last_setup_error\n - latest_attempt\n - mandate\n - next_action\n - on_behalf_of\n - payment_method\n - payment_method_configuration_details\n - payment_method_options\n - single_use_mandate\n x-resourceId: setup_intent\n setup_intent_next_action:\n description: ''\n properties:\n cashapp_handle_redirect_or_display_qr_code:\n $ref: '#/components/schemas/payment_intent_next_action_cashapp_handle_redirect_or_display_qr_code'\n redirect_to_url:\n $ref: '#/components/schemas/setup_intent_next_action_redirect_to_url'\n type:\n 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`.'\n maxLength: 5000\n type: string\n use_stripe_sdk:\n 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.\n type: object\n verify_with_microdeposits:\n $ref: '#/components/schemas/setup_intent_next_action_verify_with_microdeposits'\n required:\n - type\n title: SetupIntentNextAction\n type: object\n x-expandableFields:\n - cashapp_handle_redirect_or_display_qr_code\n - redirect_to_url\n - verify_with_microdeposits\n setup_intent_next_action_redirect_to_url:\n description: ''\n properties:\n return_url:\n description: If the customer does not exit their browser while authenticating, they will be redirected to this specified URL after completion.\n maxLength: 5000\n nullable: true\n type: string\n url:\n description: The URL you must redirect your customer to in order to authenticate.\n maxLength: 5000\n nullable: true\n type: string\n title: SetupIntentNextActionRedirectToUrl\n type: object\n x-expandableFields: []\n setup_intent_next_action_verify_with_microdeposits:\n description: ''\n properties:\n arrival_date:\n description: The timestamp when the microdeposits are expected to land.\n format: unix-time\n type: integer\n hosted_verification_url:\n description: The URL for the hosted verification page, which allows customers to verify their bank account.\n maxLength: 5000\n type: string\n microdeposit_type:\n description: The type of the microdeposit sent to the customer. Used to distinguish between different verification methods.\n enum:\n - amounts\n - descriptor_code\n nullable: true\n type: string\n required:\n - arrival_date\n - hosted_verification_url\n title: SetupIntentNextActionVerifyWithMicrodeposits\n type: object\n x-expandableFields: []\n setup_intent_payment_method_options:\n description: ''\n properties:\n acss_debit:\n anyOf:\n - $ref: '#/components/schemas/setup_intent_payment_method_options_acss_debit'\n - $ref: '#/components/schemas/setup_intent_type_specific_payment_method_options_client'\n amazon_pay:\n anyOf:\n - $ref: '#/components/schemas/setup_intent_payment_method_options_amazon_pay'\n - $ref: '#/components/schemas/setup_intent_type_specific_payment_method_options_client'\n bacs_debit:\n anyOf:\n - $ref: '#/components/schemas/setup_intent_payment_method_options_bacs_debit'\n - $ref: '#/components/schemas/setup_intent_type_specific_payment_method_options_client'\n card:\n anyOf:\n - $ref: '#/components/schemas/setup_intent_payment_method_options_card'\n - $ref: '#/components/schemas/setup_intent_type_specific_payment_method_options_client'\n card_present:\n anyOf:\n - $ref: '#/components/schemas/setup_intent_payment_method_options_card_present'\n - $ref: '#/components/schemas/setup_intent_type_specific_payment_method_options_client'\n klarna:\n anyOf:\n - $ref: '#/components/schemas/setup_intent_payment_method_options_klarna'\n - $ref: '#/components/schemas/setup_intent_type_specific_payment_method_options_client'\n link:\n anyOf:\n - $ref: '#/components/schemas/setup_intent_payment_method_options_link'\n - $ref: '#/components/schemas/setup_intent_type_specific_payment_method_options_client'\n paypal:\n anyOf:\n - $ref: '#/components/schemas/setup_intent_payment_method_options_paypal'\n - $ref: '#/components/schemas/setup_intent_type_specific_payment_method_options_client'\n payto:\n anyOf:\n - $ref: '#/components/schemas/setup_intent_payment_method_options_payto'\n - $ref: '#/components/schemas/setup_intent_type_specific_payment_method_options_client'\n sepa_debit:\n anyOf:\n - $ref: '#/components/schemas/setup_intent_payment_method_options_sepa_debit'\n - $ref: '#/components/schemas/setup_intent_type_specific_payment_method_options_client'\n us_bank_account:\n anyOf:\n - $ref: '#/components/schemas/setup_intent_payment_method_options_us_bank_account'\n - $ref: '#/components/schemas/setup_intent_type_specific_payment_method_options_client'\n title: SetupIntentPaymentMethodOptions\n type: object\n x-expandableFields:\n - acss_debit\n - amazon_pay\n - bacs_debit\n - card\n - card_present\n - klarna\n - link\n - paypal\n - payto\n - sepa_debit\n - us_bank_account\n setup_intent_payment_method_options_acss_debit:\n description: ''\n properties:\n currency:\n description: Currency supported by the bank account\n enum:\n - cad\n - usd\n nullable: true\n type: string\n mandate_options:\n $ref: '#/components/schemas/setup_intent_payment_method_options_mandate_options_acss_debit'\n verification_method:\n description: Bank account verification method.\n enum:\n - automatic\n - instant\n - microdeposits\n type: string\n x-stripeBypassValidation: true\n title: setup_intent_payment_method_options_acss_debit\n type: object\n x-expandableFields:\n - mandate_options\n setup_intent_payment_method_options_amazon_pay:\n description: ''\n properties: {}\n title: setup_intent_payment_method_options_amazon_pay\n type: object\n x-expandableFields: []\n setup_intent_payment_method_options_bacs_debit:\n description: ''\n properties:\n mandate_options:\n $ref: '#/components/schemas/setup_intent_payment_method_options_mandate_options_bacs_debit'\n title: setup_intent_payment_method_options_bacs_debit\n type: object\n x-expandableFields:\n - mandate_options\n setup_intent_payment_method_options_card:\n description: ''\n properties:\n mandate_options:\n anyOf:\n - $ref: '#/components/schemas/setup_intent_payment_method_options_card_mandate_options'\n description: Configuration options for setting up an eMandate for cards issued in India.\n nullable: true\n network:\n 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.\n enum:\n - amex\n - cartes_bancaires\n - diners\n - discover\n - eftpos_au\n - girocard\n - interac\n - jcb\n - link\n - mastercard\n - unionpay\n - unknown\n - visa\n nullable: true\n type: string\n request_three_d_secure:\n 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.\n enum:\n - any\n - automatic\n - challenge\n nullable: true\n type: string\n x-stripeBypassValidation: true\n title: setup_intent_payment_method_options_card\n type: object\n x-expandableFields:\n - mandate_options\n setup_intent_payment_method_options_card_mandate_options:\n description: ''\n properties:\n amount:\n description: Amount to be charged for future payments.\n type: integer\n amount_type:\n 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.\n enum:\n - fixed\n - maximum\n type: string\n currency:\n 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).\n format: currency\n type: string\n description:\n description: A description of the mandate or subscription that is meant to be displayed to the customer.\n maxLength: 200\n nullable: true\n type: string\n end_date:\n 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.\n format: unix-time\n nullable: true\n type: integer\n interval:\n description: Specifies payment frequency. One of `day`, `week`, `month`, `year`, or `sporadic`.\n enum:\n - day\n - month\n - sporadic\n - week\n - year\n type: string\n interval_count:\n 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`.\n nullable: true\n type: integer\n reference:\n description: Unique identifier for the mandate or subscription.\n maxLength: 80\n type: string\n start_date:\n description: Start date of the mandate or subscription. Start date should not be lesser than yesterday.\n format: unix-time\n type: integer\n supported_types:\n description: Specifies the type of mandates supported. Possible values are `india`.\n items:\n enum:\n - india\n type: string\n nullable: true\n type: array\n required:\n - amount\n - amount_type\n - currency\n - interval\n - reference\n - start_date\n title: setup_intent_payment_method_options_card_mandate_options\n type: object\n x-expandableFields: []\n setup_intent_payment_method_options_card_present:\n description: ''\n properties: {}\n title: setup_intent_payment_method_options_card_present\n type: object\n x-expandableFields: []\n setup_intent_payment_method_options_klarna:\n description: ''\n properties:\n currency:\n description: The currency of the setup intent. Three letter ISO currency code.\n format: currency\n nullable: true\n type: string\n preferred_locale:\n description: Preferred locale of the Klarna checkout page that the customer is redirected to.\n maxLength: 5000\n nullable: true\n type: string\n title: setup_intent_payment_method_options_klarna\n type: object\n x-expandableFields: []\n setup_intent_payment_method_options_link:\n description: ''\n properties: {}\n title: setup_intent_payment_method_options_link\n type: object\n x-expandableFields: []\n setup_intent_payment_method_options_mandate_options_acss_debit:\n description: ''\n properties:\n custom_mandate_url:\n description: A URL for custom mandate text\n maxLength: 5000\n type: string\n default_for:\n description: List of Stripe products where this mandate can be selected automatically.\n items:\n enum:\n - invoice\n - subscription\n type: string\n type: array\n interval_description:\n description: Description of the interval. Only required if the 'payment_schedule' parameter is 'interval' or 'combined'.\n maxLength: 5000\n nullable: true\n type: string\n payment_schedule:\n description: Payment schedule for the mandate.\n enum:\n - combined\n - interval\n - sporadic\n nullable: true\n type: string\n transaction_type:\n description: Transaction type of the mandate.\n enum:\n - business\n - personal\n nullable: true\n type: string\n title: setup_intent_payment_method_options_mandate_options_acss_debit\n type: object\n x-expandableFields: []\n setup_intent_payment_method_options_mandate_options_bacs_debit:\n description: ''\n properties:\n reference_prefix:\n 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''.'\n maxLength: 5000\n type: string\n title: setup_intent_payment_method_options_mandate_options_bacs_debit\n type: object\n x-expandableFields: []\n setup_intent_payment_method_options_mandate_options_payto:\n description: ''\n properties:\n amount:\n description: Amount that will be collected. It is required when `amount_type` is `fixed`.\n nullable: true\n type: integer\n amount_type:\n 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`.\n enum:\n - fixed\n - maximum\n nullable: true\n type: string\n end_date:\n description: Date, in YYYY-MM-DD format, after which payments will not be collected. Defaults to no end date.\n maxLength: 5000\n nullable: true\n type: string\n payment_schedule:\n description: The periodicity at which payments will be collected. Defaults to `adhoc`.\n enum:\n - adhoc\n - annual\n - daily\n - fortnightly\n - monthly\n - quarterly\n - semi_annual\n - weekly\n nullable: true\n type: string\n payments_per_period:\n 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.\n nullable: true\n type: integer\n purpose:\n description: The purpose for which payments are made. Has a default value based on your merchant category code.\n enum:\n - dependant_support\n - government\n - loan\n - mortgage\n - other\n - pension\n - personal\n - retail\n - salary\n - tax\n - utility\n nullable: true\n type: string\n start_date:\n description: Date, in YYYY-MM-DD format, from which payments will be collected. Defaults to confirmation time.\n maxLength: 5000\n nullable: true\n type: string\n title: setup_intent_payment_method_options_mandate_options_payto\n type: object\n x-expandableFields: []\n setup_intent_payment_method_options_mandate_options_sepa_debit:\n description: ''\n properties:\n reference_prefix:\n 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''.'\n maxLength: 5000\n type: string\n title: setup_intent_payment_method_options_mandate_options_sepa_debit\n type: object\n x-expandableFields: []\n setup_intent_payment_method_options_paypal:\n description: ''\n properties:\n billing_agreement_id:\n description: The PayPal Billing Agreement ID (BAID). This is an ID generated by PayPal which represents the mandate between the merchant and the customer.\n maxLength: 5000\n nullable: true\n type: string\n title: setup_intent_payment_method_options_paypal\n type: object\n x-expandableFields: []\n setup_intent_payment_method_options_payto:\n description: ''\n properties:\n mandate_options:\n $ref: '#/components/schemas/setup_intent_payment_method_options_mandate_options_payto'\n title: setup_intent_payment_method_options_payto\n type: object\n x-expandableFields:\n - mandate_options\n setup_intent_payment_method_options_sepa_debit:\n description: ''\n properties:\n mandate_options:\n $ref: '#/components/schemas/setup_intent_payment_method_options_mandate_options_sepa_debit'\n title: setup_intent_payment_method_options_sepa_debit\n type: object\n x-expandableFields:\n - mandate_options\n setup_intent_payment_method_options_us_bank_account:\n description: ''\n properties:\n financial_connections:\n $ref: '#/components/schemas/linked_account_options_common'\n mandate_options:\n $ref: '#/components/schemas/payment_method_options_us_bank_account_mandate_options'\n verification_method:\n description: Bank account verification method.\n enum:\n - automatic\n - instant\n - microdeposits\n type: string\n x-stripeBypassValidation: true\n title: setup_intent_payment_method_options_us_bank_account\n type: object\n x-expandableFields:\n - financial_connections\n - mandate_options\n setup_intent_type_specific_payment_method_options_client:\n description: ''\n properties:\n mandate_options:\n $ref: '#/components/schemas/setup_intent_payment_method_options_mandate_options_payto'\n verification_method:\n description: Bank account verification method.\n enum:\n - automatic\n - instant\n - microdeposits\n type: string\n x-stripeBypassValidation: true\n title: SetupIntentTypeSpecificPaymentMethodOptionsClient\n type: object\n x-expandableFields:\n - mandate_options\n shipping:\n description: ''\n properties:\n address:\n $ref: '#/components/schemas/address'\n carrier:\n description: The delivery service that shipped a physical product, such as Fedex, UPS, USPS, etc.\n maxLength: 5000\n nullable: true\n type: string\n name:\n description: Recipient name.\n maxLength: 5000\n type: string\n phone:\n description: Recipient phone (including extension).\n maxLength: 5000\n nullable: true\n type: string\n tracking_number:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n title: Shipping\n type: object\n x-expandableFields:\n - address\n shipping_rate:\n description: |-\n Shipping rates describe the price of shipping presented to your customers and\n applied to a purchase. For more information, see [Charge for shipping](https://docs.stripe.com/payments/during-payment/charge-shipping).\n properties:\n active:\n description: Whether the shipping rate can be used for new purchases. Defaults to `true`.\n type: boolean\n created:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n delivery_estimate:\n anyOf:\n - $ref: '#/components/schemas/shipping_rate_delivery_estimate'\n description: The estimated range for how long shipping will take, meant to be displayable to the customer. This will appear on CheckoutSessions.\n nullable: true\n display_name:\n description: The name of the shipping rate, meant to be displayable to the customer. This will appear on CheckoutSessions.\n maxLength: 5000\n nullable: true\n type: string\n fixed_amount:\n $ref: '#/components/schemas/shipping_rate_fixed_amount'\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n metadata:\n additionalProperties:\n maxLength: 500\n type: string\n 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.\n type: object\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - shipping_rate\n type: string\n tax_behavior:\n description: Specifies whether the rate is considered inclusive of taxes or exclusive of taxes. One of `inclusive`, `exclusive`, or `unspecified`.\n enum:\n - exclusive\n - inclusive\n - unspecified\n nullable: true\n type: string\n tax_code:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/tax_code'\n description: A [tax code](https://docs.stripe.com/tax/tax-categories) ID. The Shipping tax code is `txcd_92010001`.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/tax_code'\n type:\n description: The type of calculation to use on the shipping rate.\n enum:\n - fixed_amount\n type: string\n required:\n - active\n - created\n - id\n - livemode\n - metadata\n - object\n - type\n title: ShippingRate\n type: object\n x-expandableFields:\n - delivery_estimate\n - fixed_amount\n - tax_code\n x-resourceId: shipping_rate\n shipping_rate_currency_option:\n description: ''\n properties:\n amount:\n description: A non-negative integer in cents representing how much to charge.\n type: integer\n tax_behavior:\n description: Specifies whether the rate is considered inclusive of taxes or exclusive of taxes. One of `inclusive`, `exclusive`, or `unspecified`.\n enum:\n - exclusive\n - inclusive\n - unspecified\n type: string\n required:\n - amount\n - tax_behavior\n title: ShippingRateCurrencyOption\n type: object\n x-expandableFields: []\n shipping_rate_delivery_estimate:\n description: ''\n properties:\n maximum:\n anyOf:\n - $ref: '#/components/schemas/shipping_rate_delivery_estimate_bound'\n description: The upper bound of the estimated range. If empty, represents no upper bound i.e., infinite.\n nullable: true\n minimum:\n anyOf:\n - $ref: '#/components/schemas/shipping_rate_delivery_estimate_bound'\n description: The lower bound of the estimated range. If empty, represents no lower bound.\n nullable: true\n title: ShippingRateDeliveryEstimate\n type: object\n x-expandableFields:\n - maximum\n - minimum\n shipping_rate_delivery_estimate_bound:\n description: ''\n properties:\n unit:\n description: A unit of time.\n enum:\n - business_day\n - day\n - hour\n - month\n - week\n type: string\n value:\n description: Must be greater than 0.\n type: integer\n required:\n - unit\n - value\n title: ShippingRateDeliveryEstimateBound\n type: object\n x-expandableFields: []\n shipping_rate_fixed_amount:\n description: ''\n properties:\n amount:\n description: A non-negative integer in cents representing how much to charge.\n type: integer\n currency:\n 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).\n format: currency\n type: string\n currency_options:\n additionalProperties:\n $ref: '#/components/schemas/shipping_rate_currency_option'\n 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).\n type: object\n required:\n - amount\n - currency\n title: ShippingRateFixedAmount\n type: object\n x-expandableFields:\n - currency_options\n sigma.sigma_api_query:\n description: A saved query object represents a query that can be executed for a run.\n properties:\n created:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n type: integer\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n name:\n description: The name of the query.\n maxLength: 5000\n type: string\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - sigma.sigma_api_query\n type: string\n sql:\n description: The sql statement for the query.\n maxLength: 5000\n type: string\n required:\n - created\n - id\n - livemode\n - name\n - object\n - sql\n title: SigmaSigmaResourcesSigmaAPIQuery\n type: object\n x-expandableFields: []\n x-resourceId: sigma.sigma_api_query\n sigma_scheduled_query_run_error:\n description: ''\n properties:\n message:\n description: Information about the run failure.\n maxLength: 5000\n type: string\n required:\n - message\n title: SigmaScheduledQueryRunError\n type: object\n x-expandableFields: []\n source:\n description: |-\n `Source` objects allow you to accept a variety of payment methods. They\n represent a customer's payment instrument, and can be used with the Stripe API\n just like a `Card` object: once chargeable, they can be charged, or can be\n attached to customers.\n\n Stripe doesn't recommend using the deprecated [Sources API](https://docs.stripe.com/api/sources).\n We recommend that you adopt the [PaymentMethods API](https://docs.stripe.com/api/payment_methods).\n This newer API provides access to our latest features and payment method types.\n\n Related guides: [Sources API](https://docs.stripe.com/sources) and [Sources & Customers](https://docs.stripe.com/sources/customers).\n properties:\n ach_credit_transfer:\n $ref: '#/components/schemas/source_type_ach_credit_transfer'\n ach_debit:\n $ref: '#/components/schemas/source_type_ach_debit'\n acss_debit:\n $ref: '#/components/schemas/source_type_acss_debit'\n alipay:\n $ref: '#/components/schemas/source_type_alipay'\n allow_redisplay:\n 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”.\n enum:\n - always\n - limited\n - unspecified\n nullable: true\n type: string\n amount:\n 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.\n nullable: true\n type: integer\n au_becs_debit:\n $ref: '#/components/schemas/source_type_au_becs_debit'\n bancontact:\n $ref: '#/components/schemas/source_type_bancontact'\n card:\n $ref: '#/components/schemas/source_type_card'\n card_present:\n $ref: '#/components/schemas/source_type_card_present'\n client_secret:\n description: The client secret of the source. Used for client-side retrieval using a publishable key.\n maxLength: 5000\n type: string\n code_verification:\n $ref: '#/components/schemas/source_code_verification_flow'\n created:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n currency:\n 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.\n format: currency\n nullable: true\n type: string\n customer:\n 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.\n maxLength: 5000\n type: string\n eps:\n $ref: '#/components/schemas/source_type_eps'\n flow:\n description: The authentication `flow` of the source. `flow` is one of `redirect`, `receiver`, `code_verification`, `none`.\n maxLength: 5000\n type: string\n giropay:\n $ref: '#/components/schemas/source_type_giropay'\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n ideal:\n $ref: '#/components/schemas/source_type_ideal'\n klarna:\n $ref: '#/components/schemas/source_type_klarna'\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n metadata:\n additionalProperties:\n maxLength: 500\n type: string\n 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.\n nullable: true\n type: object\n multibanco:\n $ref: '#/components/schemas/source_type_multibanco'\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - source\n type: string\n owner:\n anyOf:\n - $ref: '#/components/schemas/source_owner'\n description: Information about the owner of the payment instrument that may be used or required by particular source types.\n nullable: true\n p24:\n $ref: '#/components/schemas/source_type_p24'\n receiver:\n $ref: '#/components/schemas/source_receiver_flow'\n redirect:\n $ref: '#/components/schemas/source_redirect_flow'\n sepa_debit:\n $ref: '#/components/schemas/source_type_sepa_debit'\n sofort:\n $ref: '#/components/schemas/source_type_sofort'\n source_order:\n $ref: '#/components/schemas/source_order'\n statement_descriptor:\n description: Extra information about a source. This will appear on your customer's statement every time you charge the source.\n maxLength: 5000\n nullable: true\n type: string\n status:\n description: The status of the source, one of `canceled`, `chargeable`, `consumed`, `failed`, or `pending`. Only `chargeable` sources can be used to create a charge.\n maxLength: 5000\n type: string\n three_d_secure:\n $ref: '#/components/schemas/source_type_three_d_secure'\n type:\n 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.\n enum:\n - ach_credit_transfer\n - ach_debit\n - acss_debit\n - alipay\n - au_becs_debit\n - bancontact\n - card\n - card_present\n - eps\n - giropay\n - ideal\n - klarna\n - multibanco\n - p24\n - sepa_debit\n - sofort\n - three_d_secure\n - wechat\n type: string\n x-stripeBypassValidation: true\n usage:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n wechat:\n $ref: '#/components/schemas/source_type_wechat'\n required:\n - client_secret\n - created\n - flow\n - id\n - livemode\n - object\n - status\n - type\n title: Source\n type: object\n x-expandableFields:\n - code_verification\n - owner\n - receiver\n - redirect\n - source_order\n x-resourceId: source\n source_code_verification_flow:\n description: ''\n properties:\n attempts_remaining:\n description: The number of attempts remaining to authenticate the source object with a verification code.\n type: integer\n status:\n 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).\n maxLength: 5000\n type: string\n required:\n - attempts_remaining\n - status\n title: SourceCodeVerificationFlow\n type: object\n x-expandableFields: []\n source_mandate_notification:\n description: |-\n Source mandate notifications should be created when a notification related to\n a source mandate must be sent to the payer. They will trigger a webhook or\n deliver an email to the customer.\n properties:\n acss_debit:\n $ref: '#/components/schemas/source_mandate_notification_acss_debit_data'\n amount:\n 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`.\n nullable: true\n type: integer\n bacs_debit:\n $ref: '#/components/schemas/source_mandate_notification_bacs_debit_data'\n created:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - source_mandate_notification\n type: string\n reason:\n description: The reason of the mandate notification. Valid reasons are `mandate_confirmed` or `debit_initiated`.\n maxLength: 5000\n type: string\n sepa_debit:\n $ref: '#/components/schemas/source_mandate_notification_sepa_debit_data'\n source:\n $ref: '#/components/schemas/source'\n status:\n description: The status of the mandate notification. Valid statuses are `pending` or `submitted`.\n maxLength: 5000\n type: string\n type:\n 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`.\n maxLength: 5000\n type: string\n required:\n - created\n - id\n - livemode\n - object\n - reason\n - source\n - status\n - type\n title: SourceMandateNotification\n type: object\n x-expandableFields:\n - acss_debit\n - bacs_debit\n - sepa_debit\n - source\n x-resourceId: source_mandate_notification\n source_mandate_notification_acss_debit_data:\n description: ''\n properties:\n statement_descriptor:\n description: The statement descriptor associate with the debit.\n maxLength: 5000\n type: string\n title: SourceMandateNotificationAcssDebitData\n type: object\n x-expandableFields: []\n source_mandate_notification_bacs_debit_data:\n description: ''\n properties:\n last4:\n description: Last 4 digits of the account number associated with the debit.\n maxLength: 5000\n type: string\n title: SourceMandateNotificationBacsDebitData\n type: object\n x-expandableFields: []\n source_mandate_notification_sepa_debit_data:\n description: ''\n properties:\n creditor_identifier:\n description: SEPA creditor ID.\n maxLength: 5000\n type: string\n last4:\n description: Last 4 digits of the account number associated with the debit.\n maxLength: 5000\n type: string\n mandate_reference:\n description: Mandate reference associated with the debit.\n maxLength: 5000\n type: string\n title: SourceMandateNotificationSepaDebitData\n type: object\n x-expandableFields: []\n source_order:\n description: ''\n properties:\n amount:\n 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.\n type: integer\n currency:\n 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).\n format: currency\n type: string\n email:\n description: The email address of the customer placing the order.\n maxLength: 5000\n type: string\n items:\n description: List of items constituting the order.\n items:\n $ref: '#/components/schemas/source_order_item'\n nullable: true\n type: array\n shipping:\n $ref: '#/components/schemas/shipping'\n required:\n - amount\n - currency\n title: SourceOrder\n type: object\n x-expandableFields:\n - items\n - shipping\n source_order_item:\n description: ''\n properties:\n amount:\n description: The amount (price) for this order item.\n nullable: true\n type: integer\n currency:\n description: This currency of this order item. Required when `amount` is present.\n maxLength: 5000\n nullable: true\n type: string\n description:\n description: Human-readable description for this order item.\n maxLength: 5000\n nullable: true\n type: string\n parent:\n description: The ID of the associated object for this line item. Expandable if not null (e.g., expandable to a SKU).\n maxLength: 5000\n nullable: true\n type: string\n quantity:\n description: The quantity of this order item. When type is `sku`, this is the number of instances of the SKU to be ordered.\n type: integer\n type:\n description: The type of this order item. Must be `sku`, `tax`, or `shipping`.\n maxLength: 5000\n nullable: true\n type: string\n title: SourceOrderItem\n type: object\n x-expandableFields: []\n source_owner:\n description: ''\n properties:\n address:\n anyOf:\n - $ref: '#/components/schemas/address'\n description: Owner's address.\n nullable: true\n email:\n description: Owner's email address.\n maxLength: 5000\n nullable: true\n type: string\n name:\n description: Owner's full name.\n maxLength: 5000\n nullable: true\n type: string\n phone:\n description: Owner's phone number (including extension).\n maxLength: 5000\n nullable: true\n type: string\n verified_address:\n anyOf:\n - $ref: '#/components/schemas/address'\n 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.\n nullable: true\n verified_email:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n verified_name:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n verified_phone:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n title: SourceOwner\n type: object\n x-expandableFields:\n - address\n - verified_address\n source_receiver_flow:\n description: ''\n properties:\n address:\n description: The address of the receiver source. This is the value that should be communicated to the customer to send their funds to.\n maxLength: 5000\n nullable: true\n type: string\n amount_charged:\n 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.\n type: integer\n amount_received:\n 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.\n type: integer\n amount_returned:\n description: The total amount that was returned to the customer. The amount returned is expressed in the source's currency.\n type: integer\n refund_attributes_method:\n description: Type of refund attribute method, one of `email`, `manual`, or `none`.\n maxLength: 5000\n type: string\n refund_attributes_status:\n description: Type of refund attribute status, one of `missing`, `requested`, or `available`.\n maxLength: 5000\n type: string\n required:\n - amount_charged\n - amount_received\n - amount_returned\n - refund_attributes_method\n - refund_attributes_status\n title: SourceReceiverFlow\n type: object\n x-expandableFields: []\n source_redirect_flow:\n description: ''\n properties:\n failure_reason:\n 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`.\n maxLength: 5000\n nullable: true\n type: string\n return_url:\n description: The URL you provide to redirect the customer to after they authenticated their payment.\n maxLength: 5000\n type: string\n status:\n 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).\n maxLength: 5000\n type: string\n url:\n description: The URL provided to you to redirect a customer to as part of a `redirect` authentication flow.\n maxLength: 2048\n type: string\n required:\n - return_url\n - status\n - url\n title: SourceRedirectFlow\n type: object\n x-expandableFields: []\n source_transaction:\n description: |-\n Some payment methods have no required amount that a customer must send.\n Customers can be instructed to send any amount, and it can be made up of\n multiple transactions. As such, sources can have multiple associated\n transactions.\n properties:\n ach_credit_transfer:\n $ref: '#/components/schemas/source_transaction_ach_credit_transfer_data'\n amount:\n 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.\n type: integer\n chf_credit_transfer:\n $ref: '#/components/schemas/source_transaction_chf_credit_transfer_data'\n created:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n currency:\n 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).\n format: currency\n type: string\n gbp_credit_transfer:\n $ref: '#/components/schemas/source_transaction_gbp_credit_transfer_data'\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - source_transaction\n type: string\n paper_check:\n $ref: '#/components/schemas/source_transaction_paper_check_data'\n sepa_credit_transfer:\n $ref: '#/components/schemas/source_transaction_sepa_credit_transfer_data'\n source:\n description: The ID of the source this transaction is attached to.\n maxLength: 5000\n type: string\n status:\n description: The status of the transaction, one of `succeeded`, `pending`, or `failed`.\n maxLength: 5000\n type: string\n type:\n description: The type of source this transaction is attached to.\n enum:\n - ach_credit_transfer\n - ach_debit\n - alipay\n - bancontact\n - card\n - card_present\n - eps\n - giropay\n - ideal\n - klarna\n - multibanco\n - p24\n - sepa_debit\n - sofort\n - three_d_secure\n - wechat\n type: string\n required:\n - amount\n - created\n - currency\n - id\n - livemode\n - object\n - source\n - status\n - type\n title: SourceTransaction\n type: object\n x-expandableFields:\n - ach_credit_transfer\n - chf_credit_transfer\n - gbp_credit_transfer\n - paper_check\n - sepa_credit_transfer\n x-resourceId: source_transaction\n source_transaction_ach_credit_transfer_data:\n description: ''\n properties:\n customer_data:\n description: Customer data associated with the transfer.\n maxLength: 5000\n type: string\n fingerprint:\n description: Bank account fingerprint associated with the transfer.\n maxLength: 5000\n type: string\n last4:\n description: Last 4 digits of the account number associated with the transfer.\n maxLength: 5000\n type: string\n routing_number:\n description: Routing number associated with the transfer.\n maxLength: 5000\n type: string\n title: SourceTransactionAchCreditTransferData\n type: object\n x-expandableFields: []\n source_transaction_chf_credit_transfer_data:\n description: ''\n properties:\n reference:\n description: Reference associated with the transfer.\n maxLength: 5000\n type: string\n sender_address_country:\n description: Sender's country address.\n maxLength: 5000\n type: string\n sender_address_line1:\n description: Sender's line 1 address.\n maxLength: 5000\n type: string\n sender_iban:\n description: Sender's bank account IBAN.\n maxLength: 5000\n type: string\n sender_name:\n description: Sender's name.\n maxLength: 5000\n type: string\n title: SourceTransactionChfCreditTransferData\n type: object\n x-expandableFields: []\n source_transaction_gbp_credit_transfer_data:\n description: ''\n properties:\n fingerprint:\n description: Bank account fingerprint associated with the Stripe owned bank account receiving the transfer.\n maxLength: 5000\n type: string\n funding_method:\n 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.'\n maxLength: 5000\n type: string\n last4:\n description: Last 4 digits of sender account number associated with the transfer.\n maxLength: 5000\n type: string\n reference:\n description: Sender entered arbitrary information about the transfer.\n maxLength: 5000\n type: string\n sender_account_number:\n description: Sender account number associated with the transfer.\n maxLength: 5000\n type: string\n sender_name:\n description: Sender name associated with the transfer.\n maxLength: 5000\n type: string\n sender_sort_code:\n description: Sender sort code associated with the transfer.\n maxLength: 5000\n type: string\n title: SourceTransactionGbpCreditTransferData\n type: object\n x-expandableFields: []\n source_transaction_paper_check_data:\n description: ''\n properties:\n available_at:\n description: Time at which the deposited funds will be available for use. Measured in seconds since the Unix epoch.\n maxLength: 5000\n type: string\n invoices:\n description: Comma-separated list of invoice IDs associated with the paper check.\n maxLength: 5000\n type: string\n title: SourceTransactionPaperCheckData\n type: object\n x-expandableFields: []\n source_transaction_sepa_credit_transfer_data:\n description: ''\n properties:\n reference:\n description: Reference associated with the transfer.\n maxLength: 5000\n type: string\n sender_iban:\n description: Sender's bank account IBAN.\n maxLength: 5000\n type: string\n sender_name:\n description: Sender's name.\n maxLength: 5000\n type: string\n title: SourceTransactionSepaCreditTransferData\n type: object\n x-expandableFields: []\n source_type_ach_credit_transfer:\n properties:\n account_number:\n nullable: true\n type: string\n bank_name:\n nullable: true\n type: string\n fingerprint:\n nullable: true\n type: string\n refund_account_holder_name:\n nullable: true\n type: string\n refund_account_holder_type:\n nullable: true\n type: string\n refund_routing_number:\n nullable: true\n type: string\n routing_number:\n nullable: true\n type: string\n swift_code:\n nullable: true\n type: string\n type: object\n source_type_ach_debit:\n properties:\n bank_name:\n nullable: true\n type: string\n country:\n nullable: true\n type: string\n fingerprint:\n nullable: true\n type: string\n last4:\n nullable: true\n type: string\n routing_number:\n nullable: true\n type: string\n type:\n nullable: true\n type: string\n type: object\n source_type_acss_debit:\n properties:\n bank_address_city:\n nullable: true\n type: string\n bank_address_line_1:\n nullable: true\n type: string\n bank_address_line_2:\n nullable: true\n type: string\n bank_address_postal_code:\n nullable: true\n type: string\n bank_name:\n nullable: true\n type: string\n category:\n nullable: true\n type: string\n country:\n nullable: true\n type: string\n fingerprint:\n nullable: true\n type: string\n last4:\n nullable: true\n type: string\n routing_number:\n nullable: true\n type: string\n type: object\n source_type_alipay:\n properties:\n data_string:\n nullable: true\n type: string\n native_url:\n nullable: true\n type: string\n statement_descriptor:\n nullable: true\n type: string\n type: object\n source_type_au_becs_debit:\n properties:\n bsb_number:\n nullable: true\n type: string\n fingerprint:\n nullable: true\n type: string\n last4:\n nullable: true\n type: string\n type: object\n source_type_bancontact:\n properties:\n bank_code:\n nullable: true\n type: string\n bank_name:\n nullable: true\n type: string\n bic:\n nullable: true\n type: string\n iban_last4:\n nullable: true\n type: string\n preferred_language:\n nullable: true\n type: string\n statement_descriptor:\n nullable: true\n type: string\n type: object\n source_type_card:\n properties:\n address_line1_check:\n nullable: true\n type: string\n address_zip_check:\n nullable: true\n type: string\n brand:\n nullable: true\n type: string\n country:\n nullable: true\n type: string\n cvc_check:\n nullable: true\n type: string\n dynamic_last4:\n nullable: true\n type: string\n exp_month:\n nullable: true\n type: integer\n exp_year:\n nullable: true\n type: integer\n fingerprint:\n type: string\n funding:\n nullable: true\n type: string\n last4:\n nullable: true\n type: string\n name:\n nullable: true\n type: string\n three_d_secure:\n type: string\n tokenization_method:\n nullable: true\n type: string\n type: object\n source_type_card_present:\n properties:\n application_cryptogram:\n type: string\n application_preferred_name:\n type: string\n authorization_code:\n nullable: true\n type: string\n authorization_response_code:\n type: string\n brand:\n nullable: true\n type: string\n country:\n nullable: true\n type: string\n cvm_type:\n type: string\n data_type:\n nullable: true\n type: string\n dedicated_file_name:\n type: string\n emv_auth_data:\n type: string\n evidence_customer_signature:\n nullable: true\n type: string\n evidence_transaction_certificate:\n nullable: true\n type: string\n exp_month:\n nullable: true\n type: integer\n exp_year:\n nullable: true\n type: integer\n fingerprint:\n type: string\n funding:\n nullable: true\n type: string\n last4:\n nullable: true\n type: string\n pos_device_id:\n nullable: true\n type: string\n pos_entry_mode:\n type: string\n read_method:\n nullable: true\n type: string\n reader:\n nullable: true\n type: string\n terminal_verification_results:\n type: string\n transaction_status_information:\n type: string\n type: object\n source_type_eps:\n properties:\n reference:\n nullable: true\n type: string\n statement_descriptor:\n nullable: true\n type: string\n type: object\n source_type_giropay:\n properties:\n bank_code:\n nullable: true\n type: string\n bank_name:\n nullable: true\n type: string\n bic:\n nullable: true\n type: string\n statement_descriptor:\n nullable: true\n type: string\n type: object\n source_type_ideal:\n properties:\n bank:\n nullable: true\n type: string\n bic:\n nullable: true\n type: string\n iban_last4:\n nullable: true\n type: string\n statement_descriptor:\n nullable: true\n type: string\n type: object\n source_type_klarna:\n properties:\n background_image_url:\n type: string\n client_token:\n nullable: true\n type: string\n first_name:\n type: string\n last_name:\n type: string\n locale:\n type: string\n logo_url:\n type: string\n page_title:\n type: string\n pay_later_asset_urls_descriptive:\n type: string\n pay_later_asset_urls_standard:\n type: string\n pay_later_name:\n type: string\n pay_later_redirect_url:\n type: string\n pay_now_asset_urls_descriptive:\n type: string\n pay_now_asset_urls_standard:\n type: string\n pay_now_name:\n type: string\n pay_now_redirect_url:\n type: string\n pay_over_time_asset_urls_descriptive:\n type: string\n pay_over_time_asset_urls_standard:\n type: string\n pay_over_time_name:\n type: string\n pay_over_time_redirect_url:\n type: string\n payment_method_categories:\n type: string\n purchase_country:\n type: string\n purchase_type:\n type: string\n redirect_url:\n type: string\n shipping_delay:\n type: integer\n shipping_first_name:\n type: string\n shipping_last_name:\n type: string\n type: object\n source_type_multibanco:\n properties:\n entity:\n nullable: true\n type: string\n reference:\n nullable: true\n type: string\n refund_account_holder_address_city:\n nullable: true\n type: string\n refund_account_holder_address_country:\n nullable: true\n type: string\n refund_account_holder_address_line1:\n nullable: true\n type: string\n refund_account_holder_address_line2:\n nullable: true\n type: string\n refund_account_holder_address_postal_code:\n nullable: true\n type: string\n refund_account_holder_address_state:\n nullable: true\n type: string\n refund_account_holder_name:\n nullable: true\n type: string\n refund_iban:\n nullable: true\n type: string\n type: object\n source_type_p24:\n properties:\n reference:\n nullable: true\n type: string\n type: object\n source_type_sepa_debit:\n properties:\n bank_code:\n nullable: true\n type: string\n branch_code:\n nullable: true\n type: string\n country:\n nullable: true\n type: string\n fingerprint:\n nullable: true\n type: string\n last4:\n nullable: true\n type: string\n mandate_reference:\n nullable: true\n type: string\n mandate_url:\n nullable: true\n type: string\n type: object\n source_type_sofort:\n properties:\n bank_code:\n nullable: true\n type: string\n bank_name:\n nullable: true\n type: string\n bic:\n nullable: true\n type: string\n country:\n nullable: true\n type: string\n iban_last4:\n nullable: true\n type: string\n preferred_language:\n nullable: true\n type: string\n statement_descriptor:\n nullable: true\n type: string\n type: object\n source_type_three_d_secure:\n properties:\n address_line1_check:\n nullable: true\n type: string\n address_zip_check:\n nullable: true\n type: string\n authenticated:\n nullable: true\n type: boolean\n brand:\n nullable: true\n type: string\n card:\n nullable: true\n type: string\n country:\n nullable: true\n type: string\n customer:\n nullable: true\n type: string\n cvc_check:\n nullable: true\n type: string\n dynamic_last4:\n nullable: true\n type: string\n exp_month:\n nullable: true\n type: integer\n exp_year:\n nullable: true\n type: integer\n fingerprint:\n type: string\n funding:\n nullable: true\n type: string\n last4:\n nullable: true\n type: string\n name:\n nullable: true\n type: string\n three_d_secure:\n type: string\n tokenization_method:\n nullable: true\n type: string\n type: object\n source_type_wechat:\n properties:\n prepay_id:\n type: string\n qr_code_url:\n nullable: true\n type: string\n statement_descriptor:\n type: string\n type: object\n subscription:\n description: |-\n Subscriptions allow you to charge a customer on a recurring basis.\n\n Related guide: [Creating subscriptions](https://docs.stripe.com/billing/subscriptions/creating)\n properties:\n application:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/application'\n - $ref: '#/components/schemas/deleted_application'\n description: ID of the Connect Application that created the subscription.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/application'\n - $ref: '#/components/schemas/deleted_application'\n application_fee_percent:\n 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.\n nullable: true\n type: number\n automatic_tax:\n $ref: '#/components/schemas/subscription_automatic_tax'\n billing_cycle_anchor:\n 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.\n format: unix-time\n type: integer\n billing_cycle_anchor_config:\n anyOf:\n - $ref: '#/components/schemas/subscriptions_resource_billing_cycle_anchor_config'\n description: The fixed values used to calculate the `billing_cycle_anchor`.\n nullable: true\n billing_mode:\n $ref: '#/components/schemas/subscriptions_resource_billing_mode'\n billing_thresholds:\n anyOf:\n - $ref: '#/components/schemas/subscription_billing_thresholds'\n description: Define thresholds at which an invoice will be sent, and the subscription advanced to a new billing period\n nullable: true\n cancel_at:\n description: A date in the future at which the subscription will automatically get canceled\n format: unix-time\n nullable: true\n type: integer\n cancel_at_period_end:\n description: Whether this subscription will (if `status=active`) or did (if `status=canceled`) cancel at the end of the current billing period.\n type: boolean\n canceled_at:\n 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.\n format: unix-time\n nullable: true\n type: integer\n cancellation_details:\n anyOf:\n - $ref: '#/components/schemas/cancellation_details'\n description: Details about why this subscription was cancelled\n nullable: true\n collection_method:\n 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`.\n enum:\n - charge_automatically\n - send_invoice\n type: string\n created:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n currency:\n 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).\n format: currency\n type: string\n customer:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/customer'\n - $ref: '#/components/schemas/deleted_customer'\n description: ID of the customer who owns the subscription.\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/customer'\n - $ref: '#/components/schemas/deleted_customer'\n customer_account:\n description: ID of the account representing the customer who owns the subscription.\n maxLength: 5000\n nullable: true\n type: string\n days_until_due:\n 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`.\n nullable: true\n type: integer\n default_payment_method:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/payment_method'\n 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).\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/payment_method'\n default_source:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/bank_account'\n - $ref: '#/components/schemas/card'\n - $ref: '#/components/schemas/source'\n 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).\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/bank_account'\n - $ref: '#/components/schemas/card'\n - $ref: '#/components/schemas/source'\n x-stripeBypassValidation: true\n default_tax_rates:\n 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.\n items:\n $ref: '#/components/schemas/tax_rate'\n nullable: true\n type: array\n description:\n 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.\n maxLength: 500\n nullable: true\n type: string\n discounts:\n description: The discounts applied to the subscription. Subscription item discounts are applied before subscription discounts. Use `expand[]=discounts` to expand each discount.\n items:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/discount'\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/discount'\n type: array\n ended_at:\n description: If the subscription has ended, the date the subscription ended.\n format: unix-time\n nullable: true\n type: integer\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n invoice_settings:\n $ref: '#/components/schemas/subscriptions_resource_subscription_invoice_settings'\n items:\n description: List of subscription items, each with an attached price.\n properties:\n data:\n description: Details about each object.\n items:\n $ref: '#/components/schemas/subscription_item'\n type: array\n has_more:\n description: True if this list has another page of items after this one that can be fetched.\n type: boolean\n object:\n description: String representing the object's type. Objects of the same type share the same value. Always has the value `list`.\n enum:\n - list\n type: string\n url:\n description: The URL where this list can be accessed.\n maxLength: 5000\n type: string\n required:\n - data\n - has_more\n - object\n - url\n title: SubscriptionItemList\n type: object\n x-expandableFields:\n - data\n latest_invoice:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/invoice'\n description: The most recent invoice this subscription has generated over its lifecycle (for example, when it cycles or is updated).\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/invoice'\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n metadata:\n additionalProperties:\n maxLength: 500\n type: string\n 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.\n type: object\n next_pending_invoice_item_invoice:\n description: Specifies the approximate timestamp on which any pending invoice items will be billed according to the schedule provided at `pending_invoice_item_interval`.\n format: unix-time\n nullable: true\n type: integer\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - subscription\n type: string\n on_behalf_of:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/account'\n 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.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/account'\n pause_collection:\n anyOf:\n - $ref: '#/components/schemas/subscriptions_resource_pause_collection'\n 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).\n nullable: true\n payment_settings:\n anyOf:\n - $ref: '#/components/schemas/subscriptions_resource_payment_settings'\n description: Payment settings passed on to invoices created by the subscription.\n nullable: true\n pending_invoice_item_interval:\n anyOf:\n - $ref: '#/components/schemas/subscription_pending_invoice_item_interval'\n 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.\n nullable: true\n pending_setup_intent:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/setup_intent'\n 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).\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/setup_intent'\n pending_update:\n anyOf:\n - $ref: '#/components/schemas/subscriptions_resource_pending_update'\n 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.\n nullable: true\n schedule:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/subscription_schedule'\n description: The schedule attached to the subscription\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/subscription_schedule'\n start_date:\n description: Date when the subscription was first created. The date might differ from the `created` date due to backdating.\n format: unix-time\n type: integer\n status:\n 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.\"\n enum:\n - active\n - canceled\n - incomplete\n - incomplete_expired\n - past_due\n - paused\n - trialing\n - unpaid\n type: string\n test_clock:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/test_helpers.test_clock'\n description: ID of the test clock this subscription belongs to.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/test_helpers.test_clock'\n transfer_data:\n anyOf:\n - $ref: '#/components/schemas/subscription_transfer_data'\n 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.\n nullable: true\n trial_end:\n description: If the subscription has a trial, the end of that trial.\n format: unix-time\n nullable: true\n type: integer\n trial_settings:\n anyOf:\n - $ref: '#/components/schemas/subscriptions_trials_resource_trial_settings'\n description: Settings related to subscription trials.\n nullable: true\n trial_start:\n description: If the subscription has a trial, the beginning of that trial.\n format: unix-time\n nullable: true\n type: integer\n required:\n - automatic_tax\n - billing_cycle_anchor\n - billing_mode\n - cancel_at_period_end\n - collection_method\n - created\n - currency\n - customer\n - discounts\n - id\n - invoice_settings\n - items\n - livemode\n - metadata\n - object\n - start_date\n - status\n title: Subscription\n type: object\n x-expandableFields:\n - application\n - automatic_tax\n - billing_cycle_anchor_config\n - billing_mode\n - billing_thresholds\n - cancellation_details\n - customer\n - default_payment_method\n - default_source\n - default_tax_rates\n - discounts\n - invoice_settings\n - items\n - latest_invoice\n - on_behalf_of\n - pause_collection\n - payment_settings\n - pending_invoice_item_interval\n - pending_setup_intent\n - pending_update\n - schedule\n - test_clock\n - transfer_data\n - trial_settings\n x-resourceId: subscription\n subscription_automatic_tax:\n description: ''\n properties:\n disabled_reason:\n description: If Stripe disabled automatic tax, this enum describes why.\n enum:\n - requires_location_inputs\n nullable: true\n type: string\n enabled:\n description: Whether Stripe automatically computes tax on this subscription.\n type: boolean\n liability:\n anyOf:\n - $ref: '#/components/schemas/connect_account_reference'\n 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.\n nullable: true\n required:\n - enabled\n title: SubscriptionAutomaticTax\n type: object\n x-expandableFields:\n - liability\n subscription_billing_thresholds:\n description: ''\n properties:\n amount_gte:\n description: Monetary threshold that triggers the subscription to create an invoice\n nullable: true\n type: integer\n reset_billing_cycle_anchor:\n 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`.\n nullable: true\n type: boolean\n title: SubscriptionBillingThresholds\n type: object\n x-expandableFields: []\n subscription_item:\n description: |-\n Subscription items allow you to create customer subscriptions with more than\n one plan, making it easy to represent complex billing relationships.\n properties:\n billing_thresholds:\n anyOf:\n - $ref: '#/components/schemas/subscription_item_billing_thresholds'\n description: Define thresholds at which an invoice will be sent, and the related subscription advanced to a new billing period\n nullable: true\n created:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n type: integer\n current_period_end:\n description: The end time of this subscription item's current billing period.\n format: unix-time\n type: integer\n current_period_start:\n description: The start time of this subscription item's current billing period.\n format: unix-time\n type: integer\n discounts:\n description: The discounts applied to the subscription item. Subscription item discounts are applied before subscription discounts. Use `expand[]=discounts` to expand each discount.\n items:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/discount'\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/discount'\n type: array\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n metadata:\n additionalProperties:\n maxLength: 500\n type: string\n 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.\n type: object\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - subscription_item\n type: string\n price:\n $ref: '#/components/schemas/price'\n quantity:\n description: The [quantity](https://docs.stripe.com/subscriptions/quantities) of the plan to which the customer should be subscribed.\n type: integer\n subscription:\n description: The `subscription` this `subscription_item` belongs to.\n maxLength: 5000\n type: string\n tax_rates:\n 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`.\n items:\n $ref: '#/components/schemas/tax_rate'\n nullable: true\n type: array\n required:\n - created\n - current_period_end\n - current_period_start\n - discounts\n - id\n - metadata\n - object\n - price\n - subscription\n title: SubscriptionItem\n type: object\n x-expandableFields:\n - billing_thresholds\n - discounts\n - price\n - tax_rates\n x-resourceId: subscription_item\n subscription_item_billing_thresholds:\n description: ''\n properties:\n usage_gte:\n description: Usage threshold that triggers the subscription to create an invoice\n nullable: true\n type: integer\n title: SubscriptionItemBillingThresholds\n type: object\n x-expandableFields: []\n subscription_payment_method_options_card:\n description: ''\n properties:\n mandate_options:\n $ref: '#/components/schemas/invoice_mandate_options_card'\n network:\n 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.\n enum:\n - amex\n - cartes_bancaires\n - diners\n - discover\n - eftpos_au\n - girocard\n - interac\n - jcb\n - link\n - mastercard\n - unionpay\n - unknown\n - visa\n nullable: true\n type: string\n request_three_d_secure:\n 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.\n enum:\n - any\n - automatic\n - challenge\n nullable: true\n type: string\n title: subscription_payment_method_options_card\n type: object\n x-expandableFields:\n - mandate_options\n subscription_pending_invoice_item_interval:\n description: ''\n properties:\n interval:\n description: Specifies invoicing frequency. Either `day`, `week`, `month` or `year`.\n enum:\n - day\n - month\n - week\n - year\n type: string\n interval_count:\n 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).\n type: integer\n required:\n - interval\n - interval_count\n title: SubscriptionPendingInvoiceItemInterval\n type: object\n x-expandableFields: []\n subscription_schedule:\n description: |-\n A subscription schedule allows you to create and manage the lifecycle of a subscription by predefining expected changes.\n\n Related guide: [Subscription schedules](https://docs.stripe.com/billing/subscriptions/subscription-schedules)\n properties:\n application:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/application'\n - $ref: '#/components/schemas/deleted_application'\n description: ID of the Connect Application that created the schedule.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/application'\n - $ref: '#/components/schemas/deleted_application'\n billing_mode:\n $ref: '#/components/schemas/subscriptions_resource_billing_mode'\n canceled_at:\n description: Time at which the subscription schedule was canceled. Measured in seconds since the Unix epoch.\n format: unix-time\n nullable: true\n type: integer\n completed_at:\n description: Time at which the subscription schedule was completed. Measured in seconds since the Unix epoch.\n format: unix-time\n nullable: true\n type: integer\n created:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n current_phase:\n anyOf:\n - $ref: '#/components/schemas/subscription_schedule_current_phase'\n description: Object representing the start and end dates for the current phase of the subscription schedule, if it is `active`.\n nullable: true\n customer:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/customer'\n - $ref: '#/components/schemas/deleted_customer'\n description: ID of the customer who owns the subscription schedule.\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/customer'\n - $ref: '#/components/schemas/deleted_customer'\n customer_account:\n description: ID of the account who owns the subscription schedule.\n maxLength: 5000\n nullable: true\n type: string\n default_settings:\n $ref: '#/components/schemas/subscription_schedules_resource_default_settings'\n end_behavior:\n 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.\n enum:\n - cancel\n - none\n - release\n - renew\n type: string\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n metadata:\n additionalProperties:\n maxLength: 500\n type: string\n 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.\n nullable: true\n type: object\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - subscription_schedule\n type: string\n phases:\n description: Configuration for the subscription schedule's phases.\n items:\n $ref: '#/components/schemas/subscription_schedule_phase_configuration'\n type: array\n released_at:\n description: Time at which the subscription schedule was released. Measured in seconds since the Unix epoch.\n format: unix-time\n nullable: true\n type: integer\n released_subscription:\n description: ID of the subscription once managed by the subscription schedule (if it is released).\n maxLength: 5000\n nullable: true\n type: string\n status:\n 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).\n enum:\n - active\n - canceled\n - completed\n - not_started\n - released\n type: string\n subscription:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/subscription'\n description: ID of the subscription managed by the subscription schedule.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/subscription'\n test_clock:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/test_helpers.test_clock'\n description: ID of the test clock this subscription schedule belongs to.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/test_helpers.test_clock'\n required:\n - billing_mode\n - created\n - customer\n - default_settings\n - end_behavior\n - id\n - livemode\n - object\n - phases\n - status\n title: SubscriptionSchedule\n type: object\n x-expandableFields:\n - application\n - billing_mode\n - current_phase\n - customer\n - default_settings\n - phases\n - subscription\n - test_clock\n x-resourceId: subscription_schedule\n subscription_schedule_add_invoice_item:\n description: An Add Invoice Item describes the prices and quantities that will be added as pending invoice items when entering a phase.\n properties:\n discounts:\n description: The stackable discounts that will be applied to the item.\n items:\n $ref: '#/components/schemas/discounts_resource_stackable_discount'\n type: array\n metadata:\n additionalProperties:\n maxLength: 500\n type: string\n 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.\n nullable: true\n type: object\n period:\n $ref: '#/components/schemas/subscription_schedule_add_invoice_item_period'\n price:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/price'\n - $ref: '#/components/schemas/deleted_price'\n description: ID of the price used to generate the invoice item.\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/price'\n - $ref: '#/components/schemas/deleted_price'\n quantity:\n description: The quantity of the invoice item.\n nullable: true\n type: integer\n tax_rates:\n description: The tax rates which apply to the item. When set, the `default_tax_rates` do not apply to this item.\n items:\n $ref: '#/components/schemas/tax_rate'\n nullable: true\n type: array\n required:\n - discounts\n - period\n - price\n title: SubscriptionScheduleAddInvoiceItem\n type: object\n x-expandableFields:\n - discounts\n - period\n - price\n - tax_rates\n subscription_schedule_add_invoice_item_period:\n description: ''\n properties:\n end:\n $ref: '#/components/schemas/subscription_schedules_resource_invoice_item_period_resource_period_end'\n start:\n $ref: '#/components/schemas/subscription_schedules_resource_invoice_item_period_resource_period_start'\n required:\n - end\n - start\n title: SubscriptionScheduleAddInvoiceItemPeriod\n type: object\n x-expandableFields:\n - end\n - start\n subscription_schedule_configuration_item:\n description: A phase item describes the price and quantity of a phase.\n properties:\n billing_thresholds:\n anyOf:\n - $ref: '#/components/schemas/subscription_item_billing_thresholds'\n description: Define thresholds at which an invoice will be sent, and the related subscription advanced to a new billing period\n nullable: true\n discounts:\n description: The discounts applied to the subscription item. Subscription item discounts are applied before subscription discounts. Use `expand[]=discounts` to expand each discount.\n items:\n $ref: '#/components/schemas/discounts_resource_stackable_discount'\n type: array\n metadata:\n additionalProperties:\n maxLength: 500\n type: string\n 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.\n nullable: true\n type: object\n price:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/price'\n - $ref: '#/components/schemas/deleted_price'\n description: ID of the price to which the customer should be subscribed.\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/price'\n - $ref: '#/components/schemas/deleted_price'\n quantity:\n description: Quantity of the plan to which the customer should be subscribed.\n type: integer\n tax_rates:\n 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`.\n items:\n $ref: '#/components/schemas/tax_rate'\n nullable: true\n type: array\n required:\n - discounts\n - price\n title: SubscriptionScheduleConfigurationItem\n type: object\n x-expandableFields:\n - billing_thresholds\n - discounts\n - price\n - tax_rates\n subscription_schedule_current_phase:\n description: ''\n properties:\n end_date:\n description: The end of this phase of the subscription schedule.\n format: unix-time\n type: integer\n start_date:\n description: The start of this phase of the subscription schedule.\n format: unix-time\n type: integer\n required:\n - end_date\n - start_date\n title: SubscriptionScheduleCurrentPhase\n type: object\n x-expandableFields: []\n subscription_schedule_phase_configuration:\n description: A phase describes the plans, coupon, and trialing status of a subscription for a predefined time period.\n properties:\n add_invoice_items:\n description: A list of prices and quantities that will generate invoice items appended to the next invoice for this phase.\n items:\n $ref: '#/components/schemas/subscription_schedule_add_invoice_item'\n type: array\n application_fee_percent:\n 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.\n nullable: true\n type: number\n automatic_tax:\n $ref: '#/components/schemas/schedules_phase_automatic_tax'\n billing_cycle_anchor:\n 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).\n enum:\n - automatic\n - phase_start\n nullable: true\n type: string\n billing_thresholds:\n anyOf:\n - $ref: '#/components/schemas/subscription_billing_thresholds'\n description: Define thresholds at which an invoice will be sent, and the subscription advanced to a new billing period\n nullable: true\n collection_method:\n 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`.\n enum:\n - charge_automatically\n - send_invoice\n nullable: true\n type: string\n currency:\n 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).\n format: currency\n type: string\n default_payment_method:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/payment_method'\n 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.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/payment_method'\n default_tax_rates:\n description: The default tax rates to apply to the subscription during this phase of the subscription schedule.\n items:\n $ref: '#/components/schemas/tax_rate'\n nullable: true\n type: array\n description:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n discounts:\n description: The stackable discounts that will be applied to the subscription on this phase. Subscription item discounts are applied before subscription discounts.\n items:\n $ref: '#/components/schemas/discounts_resource_stackable_discount'\n type: array\n end_date:\n description: The end of this phase of the subscription schedule.\n format: unix-time\n type: integer\n invoice_settings:\n anyOf:\n - $ref: '#/components/schemas/invoice_setting_subscription_schedule_phase_setting'\n description: The invoice settings applicable during this phase.\n nullable: true\n items:\n description: Subscription items to configure the subscription to during this phase of the subscription schedule.\n items:\n $ref: '#/components/schemas/subscription_schedule_configuration_item'\n type: array\n metadata:\n additionalProperties:\n maxLength: 500\n type: string\n 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`.\n nullable: true\n type: object\n on_behalf_of:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/account'\n 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.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/account'\n proration_behavior:\n description: When transitioning phases, controls how prorations are handled (if any). Possible values are `create_prorations`, `none`, and `always_invoice`.\n enum:\n - always_invoice\n - create_prorations\n - none\n type: string\n start_date:\n description: The start of this phase of the subscription schedule.\n format: unix-time\n type: integer\n transfer_data:\n anyOf:\n - $ref: '#/components/schemas/subscription_transfer_data'\n 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.\n nullable: true\n trial_end:\n description: When the trial ends within the phase.\n format: unix-time\n nullable: true\n type: integer\n required:\n - add_invoice_items\n - currency\n - discounts\n - end_date\n - items\n - proration_behavior\n - start_date\n title: SubscriptionSchedulePhaseConfiguration\n type: object\n x-expandableFields:\n - add_invoice_items\n - automatic_tax\n - billing_thresholds\n - default_payment_method\n - default_tax_rates\n - discounts\n - invoice_settings\n - items\n - on_behalf_of\n - transfer_data\n subscription_schedules_resource_default_settings:\n description: ''\n properties:\n application_fee_percent:\n 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.\n nullable: true\n type: number\n automatic_tax:\n $ref: '#/components/schemas/subscription_schedules_resource_default_settings_automatic_tax'\n billing_cycle_anchor:\n 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).\n enum:\n - automatic\n - phase_start\n type: string\n billing_thresholds:\n anyOf:\n - $ref: '#/components/schemas/subscription_billing_thresholds'\n description: Define thresholds at which an invoice will be sent, and the subscription advanced to a new billing period\n nullable: true\n collection_method:\n 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`.\n enum:\n - charge_automatically\n - send_invoice\n nullable: true\n type: string\n default_payment_method:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/payment_method'\n 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.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/payment_method'\n description:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n invoice_settings:\n $ref: '#/components/schemas/invoice_setting_subscription_schedule_setting'\n on_behalf_of:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/account'\n 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.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/account'\n transfer_data:\n anyOf:\n - $ref: '#/components/schemas/subscription_transfer_data'\n 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.\n nullable: true\n required:\n - billing_cycle_anchor\n - invoice_settings\n title: SubscriptionSchedulesResourceDefaultSettings\n type: object\n x-expandableFields:\n - automatic_tax\n - billing_thresholds\n - default_payment_method\n - invoice_settings\n - on_behalf_of\n - transfer_data\n subscription_schedules_resource_default_settings_automatic_tax:\n description: ''\n properties:\n disabled_reason:\n description: If Stripe disabled automatic tax, this enum describes why.\n enum:\n - requires_location_inputs\n nullable: true\n type: string\n enabled:\n description: Whether Stripe automatically computes tax on invoices created during this phase.\n type: boolean\n liability:\n anyOf:\n - $ref: '#/components/schemas/connect_account_reference'\n 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.\n nullable: true\n required:\n - enabled\n title: SubscriptionSchedulesResourceDefaultSettingsAutomaticTax\n type: object\n x-expandableFields:\n - liability\n subscription_schedules_resource_invoice_item_period_resource_period_end:\n description: ''\n properties:\n timestamp:\n description: A precise Unix timestamp for the end of the invoice item period. Must be greater than or equal to `period.start`.\n format: unix-time\n type: integer\n type:\n description: Select how to calculate the end of the invoice item period.\n enum:\n - min_item_period_end\n - phase_end\n - timestamp\n type: string\n x-stripeBypassValidation: true\n required:\n - type\n title: SubscriptionSchedulesResourceInvoiceItemPeriodResourcePeriodEnd\n type: object\n x-expandableFields: []\n subscription_schedules_resource_invoice_item_period_resource_period_start:\n description: ''\n properties:\n timestamp:\n description: A precise Unix timestamp for the start of the invoice item period. Must be less than or equal to `period.end`.\n format: unix-time\n type: integer\n type:\n description: Select how to calculate the start of the invoice item period.\n enum:\n - max_item_period_start\n - phase_start\n - timestamp\n type: string\n x-stripeBypassValidation: true\n required:\n - type\n title: SubscriptionSchedulesResourceInvoiceItemPeriodResourcePeriodStart\n type: object\n x-expandableFields: []\n subscription_transfer_data:\n description: ''\n properties:\n amount_percent:\n 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.\n nullable: true\n type: number\n destination:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/account'\n description: The account where funds from the payment will be transferred to upon payment success.\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/account'\n required:\n - destination\n title: SubscriptionTransferData\n type: object\n x-expandableFields:\n - destination\n subscriptions_resource_billing_cycle_anchor_config:\n description: ''\n properties:\n day_of_month:\n description: The day of the month of the billing_cycle_anchor.\n type: integer\n hour:\n description: The hour of the day of the billing_cycle_anchor.\n nullable: true\n type: integer\n minute:\n description: The minute of the hour of the billing_cycle_anchor.\n nullable: true\n type: integer\n month:\n description: The month to start full cycle billing periods.\n nullable: true\n type: integer\n second:\n description: The second of the minute of the billing_cycle_anchor.\n nullable: true\n type: integer\n required:\n - day_of_month\n title: SubscriptionsResourceBillingCycleAnchorConfig\n type: object\n x-expandableFields: []\n subscriptions_resource_billing_mode:\n description: The billing mode of the subscription.\n properties:\n flexible:\n anyOf:\n - $ref: '#/components/schemas/subscriptions_resource_billing_mode_flexible'\n description: Configure behavior for flexible billing mode\n nullable: true\n type:\n description: Controls how prorations and invoices for subscriptions are calculated and orchestrated.\n enum:\n - classic\n - flexible\n type: string\n updated_at:\n description: Details on when the current billing_mode was adopted.\n format: unix-time\n type: integer\n required:\n - type\n title: SubscriptionsResourceBillingMode\n type: object\n x-expandableFields:\n - flexible\n subscriptions_resource_billing_mode_flexible:\n description: ''\n properties:\n proration_discounts:\n description: Controls how invoices and invoice items display proration amounts and discount amounts.\n enum:\n - included\n - itemized\n type: string\n title: SubscriptionsResourceBillingModeFlexible\n type: object\n x-expandableFields: []\n subscriptions_resource_pause_collection:\n description: |-\n The Pause Collection settings determine how we will pause collection for this subscription and for how long the subscription\n should be paused.\n properties:\n behavior:\n description: The payment collection behavior for this subscription while paused. One of `keep_as_draft`, `mark_uncollectible`, or `void`.\n enum:\n - keep_as_draft\n - mark_uncollectible\n - void\n type: string\n resumes_at:\n description: The time after which the subscription will resume collecting payments.\n format: unix-time\n nullable: true\n type: integer\n required:\n - behavior\n title: SubscriptionsResourcePauseCollection\n type: object\n x-expandableFields: []\n subscriptions_resource_payment_method_options:\n description: ''\n properties:\n acss_debit:\n anyOf:\n - $ref: '#/components/schemas/invoice_payment_method_options_acss_debit'\n description: This sub-hash contains details about the Canadian pre-authorized debit payment method options to pass to invoices created by the subscription.\n nullable: true\n bancontact:\n anyOf:\n - $ref: '#/components/schemas/invoice_payment_method_options_bancontact'\n description: This sub-hash contains details about the Bancontact payment method options to pass to invoices created by the subscription.\n nullable: true\n card:\n anyOf:\n - $ref: '#/components/schemas/subscription_payment_method_options_card'\n description: This sub-hash contains details about the Card payment method options to pass to invoices created by the subscription.\n nullable: true\n customer_balance:\n anyOf:\n - $ref: '#/components/schemas/invoice_payment_method_options_customer_balance'\n description: This sub-hash contains details about the Bank transfer payment method options to pass to invoices created by the subscription.\n nullable: true\n konbini:\n anyOf:\n - $ref: '#/components/schemas/invoice_payment_method_options_konbini'\n description: This sub-hash contains details about the Konbini payment method options to pass to invoices created by the subscription.\n nullable: true\n payto:\n anyOf:\n - $ref: '#/components/schemas/invoice_payment_method_options_payto'\n description: This sub-hash contains details about the PayTo payment method options to pass to invoices created by the subscription.\n nullable: true\n sepa_debit:\n anyOf:\n - $ref: '#/components/schemas/invoice_payment_method_options_sepa_debit'\n description: This sub-hash contains details about the SEPA Direct Debit payment method options to pass to invoices created by the subscription.\n nullable: true\n us_bank_account:\n anyOf:\n - $ref: '#/components/schemas/invoice_payment_method_options_us_bank_account'\n description: This sub-hash contains details about the ACH direct debit payment method options to pass to invoices created by the subscription.\n nullable: true\n title: SubscriptionsResourcePaymentMethodOptions\n type: object\n x-expandableFields:\n - acss_debit\n - bancontact\n - card\n - customer_balance\n - konbini\n - payto\n - sepa_debit\n - us_bank_account\n subscriptions_resource_payment_settings:\n description: ''\n properties:\n payment_method_options:\n anyOf:\n - $ref: '#/components/schemas/subscriptions_resource_payment_method_options'\n description: Payment-method-specific configuration to provide to invoices created by the subscription.\n nullable: true\n payment_method_types:\n 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).\n items:\n enum:\n - ach_credit_transfer\n - ach_debit\n - acss_debit\n - affirm\n - amazon_pay\n - au_becs_debit\n - bacs_debit\n - bancontact\n - boleto\n - card\n - cashapp\n - crypto\n - custom\n - customer_balance\n - eps\n - fpx\n - giropay\n - grabpay\n - ideal\n - jp_credit_transfer\n - kakao_pay\n - klarna\n - konbini\n - kr_card\n - link\n - multibanco\n - naver_pay\n - nz_bank_account\n - p24\n - payco\n - paynow\n - paypal\n - payto\n - promptpay\n - revolut_pay\n - sepa_credit_transfer\n - sepa_debit\n - sofort\n - swish\n - us_bank_account\n - wechat_pay\n type: string\n x-stripeBypassValidation: true\n nullable: true\n type: array\n save_default_payment_method:\n description: Configure whether Stripe updates `subscription.default_payment_method` when payment succeeds. Defaults to `off`.\n enum:\n - off\n - on_subscription\n nullable: true\n type: string\n title: SubscriptionsResourcePaymentSettings\n type: object\n x-expandableFields:\n - payment_method_options\n subscriptions_resource_pending_update:\n description: |-\n Pending Updates store the changes pending from a previous update that will be applied\n to the Subscription upon successful payment.\n properties:\n billing_cycle_anchor:\n 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.\n format: unix-time\n nullable: true\n type: integer\n expires_at:\n description: The point after which the changes reflected by this update will be discarded and no longer applied.\n format: unix-time\n type: integer\n subscription_items:\n description: List of subscription items, each with an attached plan, that will be set if the update is applied.\n items:\n $ref: '#/components/schemas/subscription_item'\n nullable: true\n type: array\n trial_end:\n 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.\n format: unix-time\n nullable: true\n type: integer\n trial_from_plan:\n 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.\n nullable: true\n type: boolean\n required:\n - expires_at\n title: SubscriptionsResourcePendingUpdate\n type: object\n x-expandableFields:\n - subscription_items\n subscriptions_resource_subscription_invoice_settings:\n description: ''\n properties:\n account_tax_ids:\n description: The account tax IDs associated with the subscription. Will be set on invoices generated by the subscription.\n items:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/tax_id'\n - $ref: '#/components/schemas/deleted_tax_id'\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/tax_id'\n - $ref: '#/components/schemas/deleted_tax_id'\n nullable: true\n type: array\n issuer:\n $ref: '#/components/schemas/connect_account_reference'\n required:\n - issuer\n title: SubscriptionsResourceSubscriptionInvoiceSettings\n type: object\n x-expandableFields:\n - account_tax_ids\n - issuer\n subscriptions_trials_resource_end_behavior:\n description: Defines how a subscription behaves when a free trial ends.\n properties:\n missing_payment_method:\n description: Indicates how the subscription should change when the trial ends if the user did not provide a payment method.\n enum:\n - cancel\n - create_invoice\n - pause\n type: string\n required:\n - missing_payment_method\n title: SubscriptionsTrialsResourceEndBehavior\n type: object\n x-expandableFields: []\n subscriptions_trials_resource_trial_settings:\n description: Configures how this subscription behaves during the trial period.\n properties:\n end_behavior:\n $ref: '#/components/schemas/subscriptions_trials_resource_end_behavior'\n required:\n - end_behavior\n title: SubscriptionsTrialsResourceTrialSettings\n type: object\n x-expandableFields:\n - end_behavior\n tax.association:\n description: A Tax Association exposes the Tax Transactions that Stripe attempted to create on your behalf based on the PaymentIntent input\n properties:\n calculation:\n description: The [Tax Calculation](https://docs.stripe.com/api/tax/calculations/object) that was included in PaymentIntent.\n maxLength: 5000\n type: string\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - tax.association\n type: string\n payment_intent:\n description: The [PaymentIntent](https://docs.stripe.com/api/payment_intents/object) that this Tax Association is tracking.\n maxLength: 5000\n type: string\n tax_transaction_attempts:\n description: Information about the tax transactions linked to this payment intent\n items:\n $ref: '#/components/schemas/tax_product_resource_tax_association_transaction_attempts'\n nullable: true\n type: array\n required:\n - calculation\n - id\n - object\n - payment_intent\n title: TaxProductResourceTaxAssociation\n type: object\n x-expandableFields:\n - tax_transaction_attempts\n x-resourceId: tax.association\n tax.calculation:\n description: |-\n A Tax Calculation allows you to calculate the tax to collect from your customer.\n\n Related guide: [Calculate tax in your custom payment flow](https://docs.stripe.com/tax/custom)\n properties:\n amount_total:\n description: Total amount after taxes in the [smallest currency unit](https://docs.stripe.com/currencies#zero-decimal).\n type: integer\n currency:\n 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).\n maxLength: 5000\n type: string\n customer:\n description: The ID of an existing [Customer](https://docs.stripe.com/api/customers/object) used for the resource.\n maxLength: 5000\n nullable: true\n type: string\n customer_details:\n $ref: '#/components/schemas/tax_product_resource_customer_details'\n expires_at:\n description: Timestamp of date at which the tax calculation will expire.\n format: unix-time\n nullable: true\n type: integer\n id:\n description: Unique identifier for the calculation.\n maxLength: 5000\n nullable: true\n type: string\n line_items:\n description: The list of items the customer is purchasing.\n nullable: true\n properties:\n data:\n description: Details about each object.\n items:\n $ref: '#/components/schemas/tax.calculation_line_item'\n type: array\n has_more:\n description: True if this list has another page of items after this one that can be fetched.\n type: boolean\n object:\n description: String representing the object's type. Objects of the same type share the same value. Always has the value `list`.\n enum:\n - list\n type: string\n url:\n description: The URL where this list can be accessed.\n maxLength: 5000\n pattern: ^/v1/tax/calculations/[^/]+/line_items\n type: string\n required:\n - data\n - has_more\n - object\n - url\n title: TaxProductResourceTaxCalculationLineItemList\n type: object\n x-expandableFields:\n - data\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - tax.calculation\n type: string\n ship_from_details:\n anyOf:\n - $ref: '#/components/schemas/tax_product_resource_ship_from_details'\n description: The details of the ship from location, such as the address.\n nullable: true\n shipping_cost:\n anyOf:\n - $ref: '#/components/schemas/tax_product_resource_tax_calculation_shipping_cost'\n description: The shipping cost details for the calculation.\n nullable: true\n tax_amount_exclusive:\n description: The amount of tax to be collected on top of the line item prices.\n type: integer\n tax_amount_inclusive:\n description: The amount of tax already included in the line item prices.\n type: integer\n tax_breakdown:\n description: Breakdown of individual tax amounts that add up to the total.\n items:\n $ref: '#/components/schemas/tax_product_resource_tax_breakdown'\n type: array\n tax_date:\n description: Timestamp of date at which the tax rules and rates in effect applies for the calculation.\n format: unix-time\n type: integer\n required:\n - amount_total\n - currency\n - customer_details\n - livemode\n - object\n - tax_amount_exclusive\n - tax_amount_inclusive\n - tax_breakdown\n - tax_date\n title: TaxProductResourceTaxCalculation\n type: object\n x-expandableFields:\n - customer_details\n - line_items\n - ship_from_details\n - shipping_cost\n - tax_breakdown\n x-resourceId: tax.calculation\n tax.calculation_line_item:\n description: ''\n properties:\n amount:\n 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.\n type: integer\n amount_tax:\n description: The amount of tax calculated for this line item, in the [smallest currency unit](https://docs.stripe.com/currencies#zero-decimal).\n type: integer\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n metadata:\n additionalProperties:\n maxLength: 500\n type: string\n 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.\n nullable: true\n type: object\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - tax.calculation_line_item\n type: string\n product:\n description: The ID of an existing [Product](https://docs.stripe.com/api/products/object).\n maxLength: 5000\n nullable: true\n type: string\n quantity:\n description: The number of units of the item being purchased. For reversals, this is the quantity reversed.\n type: integer\n reference:\n description: A custom identifier for this line item.\n maxLength: 5000\n type: string\n tax_behavior:\n description: Specifies whether the `amount` includes taxes. If `tax_behavior=inclusive`, then the amount includes taxes.\n enum:\n - exclusive\n - inclusive\n type: string\n tax_breakdown:\n description: Detailed account of taxes relevant to this line item.\n items:\n $ref: '#/components/schemas/tax_product_resource_line_item_tax_breakdown'\n nullable: true\n type: array\n tax_code:\n description: The [tax code](https://docs.stripe.com/tax/tax-categories) ID used for this resource.\n maxLength: 5000\n type: string\n required:\n - amount\n - amount_tax\n - id\n - livemode\n - object\n - quantity\n - reference\n - tax_behavior\n - tax_code\n title: TaxProductResourceTaxCalculationLineItem\n type: object\n x-expandableFields:\n - tax_breakdown\n x-resourceId: tax.calculation_line_item\n tax.registration:\n description: |-\n 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\n Stripe 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\n Related guide: [Using the Registrations API](https://docs.stripe.com/tax/registrations-api)\n properties:\n active_from:\n description: Time at which the registration becomes active. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n country:\n description: Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).\n maxLength: 5000\n type: string\n country_options:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options'\n created:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n expires_at:\n 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.\n format: unix-time\n nullable: true\n type: integer\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - tax.registration\n type: string\n status:\n description: The status of the registration. This field is present for convenience and can be deduced from `active_from` and `expires_at`.\n enum:\n - active\n - expired\n - scheduled\n type: string\n required:\n - active_from\n - country\n - country_options\n - created\n - id\n - livemode\n - object\n - status\n title: TaxProductRegistrationsResourceTaxRegistration\n type: object\n x-expandableFields:\n - country_options\n x-resourceId: tax.registration\n tax.settings:\n description: |-\n You can use Tax `Settings` to manage configurations used by Stripe Tax calculations.\n\n Related guide: [Using the Settings API](https://docs.stripe.com/tax/settings-api)\n properties:\n defaults:\n $ref: '#/components/schemas/tax_product_resource_tax_settings_defaults'\n head_office:\n anyOf:\n - $ref: '#/components/schemas/tax_product_resource_tax_settings_head_office'\n description: The place where your business is located.\n nullable: true\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - tax.settings\n type: string\n status:\n description: The status of the Tax `Settings`.\n enum:\n - active\n - pending\n type: string\n status_details:\n $ref: '#/components/schemas/tax_product_resource_tax_settings_status_details'\n required:\n - defaults\n - livemode\n - object\n - status\n - status_details\n title: TaxProductResourceTaxSettings\n type: object\n x-expandableFields:\n - defaults\n - head_office\n - status_details\n x-resourceId: tax.settings\n tax.transaction:\n description: |-\n A Tax Transaction records the tax collected from or refunded to your customer.\n\n Related guide: [Calculate tax in your custom payment flow](https://docs.stripe.com/tax/custom#tax-transaction)\n properties:\n created:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n currency:\n 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).\n maxLength: 5000\n type: string\n customer:\n description: The ID of an existing [Customer](https://docs.stripe.com/api/customers/object) used for the resource.\n maxLength: 5000\n nullable: true\n type: string\n customer_details:\n $ref: '#/components/schemas/tax_product_resource_customer_details'\n id:\n description: Unique identifier for the transaction.\n maxLength: 5000\n type: string\n line_items:\n description: The tax collected or refunded, by line item.\n nullable: true\n properties:\n data:\n description: Details about each object.\n items:\n $ref: '#/components/schemas/tax.transaction_line_item'\n type: array\n has_more:\n description: True if this list has another page of items after this one that can be fetched.\n type: boolean\n object:\n description: String representing the object's type. Objects of the same type share the same value. Always has the value `list`.\n enum:\n - list\n type: string\n url:\n description: The URL where this list can be accessed.\n maxLength: 5000\n pattern: ^/v1/tax/transactions/[^/]+/line_items\n type: string\n required:\n - data\n - has_more\n - object\n - url\n title: TaxProductResourceTaxTransactionLineItemList\n type: object\n x-expandableFields:\n - data\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n metadata:\n additionalProperties:\n maxLength: 500\n type: string\n 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.\n nullable: true\n type: object\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - tax.transaction\n type: string\n posted_at:\n description: The Unix timestamp representing when the tax liability is assumed or reduced.\n format: unix-time\n type: integer\n reference:\n description: A custom unique identifier, such as 'myOrder_123'.\n maxLength: 5000\n type: string\n reversal:\n anyOf:\n - $ref: '#/components/schemas/tax_product_resource_tax_transaction_resource_reversal'\n description: If `type=reversal`, contains information about what was reversed.\n nullable: true\n ship_from_details:\n anyOf:\n - $ref: '#/components/schemas/tax_product_resource_ship_from_details'\n description: The details of the ship from location, such as the address.\n nullable: true\n shipping_cost:\n anyOf:\n - $ref: '#/components/schemas/tax_product_resource_tax_transaction_shipping_cost'\n description: The shipping cost details for the transaction.\n nullable: true\n tax_date:\n description: Timestamp of date at which the tax rules and rates in effect applies for the calculation.\n format: unix-time\n type: integer\n type:\n description: If `reversal`, this transaction reverses an earlier transaction.\n enum:\n - reversal\n - transaction\n type: string\n required:\n - created\n - currency\n - customer_details\n - id\n - livemode\n - object\n - posted_at\n - reference\n - tax_date\n - type\n title: TaxProductResourceTaxTransaction\n type: object\n x-expandableFields:\n - customer_details\n - line_items\n - reversal\n - ship_from_details\n - shipping_cost\n x-resourceId: tax.transaction\n tax.transaction_line_item:\n description: ''\n properties:\n amount:\n 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.\n type: integer\n amount_tax:\n description: The amount of tax calculated for this line item, in the [smallest currency unit](https://docs.stripe.com/currencies#zero-decimal).\n type: integer\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n metadata:\n additionalProperties:\n maxLength: 500\n type: string\n 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.\n nullable: true\n type: object\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - tax.transaction_line_item\n type: string\n product:\n description: The ID of an existing [Product](https://docs.stripe.com/api/products/object).\n maxLength: 5000\n nullable: true\n type: string\n quantity:\n description: The number of units of the item being purchased. For reversals, this is the quantity reversed.\n type: integer\n reference:\n description: A custom identifier for this line item in the transaction.\n maxLength: 5000\n type: string\n reversal:\n anyOf:\n - $ref: '#/components/schemas/tax_product_resource_tax_transaction_line_item_resource_reversal'\n description: If `type=reversal`, contains information about what was reversed.\n nullable: true\n tax_behavior:\n description: Specifies whether the `amount` includes taxes. If `tax_behavior=inclusive`, then the amount includes taxes.\n enum:\n - exclusive\n - inclusive\n type: string\n tax_code:\n description: The [tax code](https://docs.stripe.com/tax/tax-categories) ID used for this resource.\n maxLength: 5000\n type: string\n type:\n description: If `reversal`, this line item reverses an earlier transaction.\n enum:\n - reversal\n - transaction\n type: string\n required:\n - amount\n - amount_tax\n - id\n - livemode\n - object\n - quantity\n - reference\n - tax_behavior\n - tax_code\n - type\n title: TaxProductResourceTaxTransactionLineItem\n type: object\n x-expandableFields:\n - reversal\n x-resourceId: tax.transaction_line_item\n tax_code:\n description: '[Tax codes](https://stripe.com/docs/tax/tax-categories) classify goods and services for tax purposes.'\n properties:\n description:\n description: A detailed description of which types of products the tax code represents.\n maxLength: 5000\n type: string\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n name:\n description: A short name for the tax code.\n maxLength: 5000\n type: string\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - tax_code\n type: string\n required:\n - description\n - id\n - name\n - object\n title: TaxProductResourceTaxCode\n type: object\n x-expandableFields: []\n x-resourceId: tax_code\n tax_deducted_at_source:\n description: ''\n properties:\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - tax_deducted_at_source\n type: string\n period_end:\n description: The end of the invoicing period. This TDS applies to Stripe fees collected during this invoicing period.\n format: unix-time\n type: integer\n period_start:\n description: The start of the invoicing period. This TDS applies to Stripe fees collected during this invoicing period.\n format: unix-time\n type: integer\n tax_deduction_account_number:\n description: The TAN that was supplied to Stripe when TDS was assessed\n maxLength: 5000\n type: string\n required:\n - id\n - object\n - period_end\n - period_start\n - tax_deduction_account_number\n title: TaxDeductedAtSource\n type: object\n x-expandableFields: []\n tax_i_ds_owner:\n description: ''\n properties:\n account:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/account'\n description: The account being referenced when `type` is `account`.\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/account'\n application:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/application'\n description: The Connect Application being referenced when `type` is `application`.\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/application'\n customer:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/customer'\n description: The customer being referenced when `type` is `customer`.\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/customer'\n customer_account:\n description: The Account representing the customer being referenced when `type` is `customer`.\n maxLength: 5000\n nullable: true\n type: string\n type:\n description: Type of owner referenced.\n enum:\n - account\n - application\n - customer\n - self\n type: string\n required:\n - type\n title: TaxIDsOwner\n type: object\n x-expandableFields:\n - account\n - application\n - customer\n tax_id:\n description: |-\n You can add one or multiple tax IDs to a [customer](https://docs.stripe.com/api/customers) or account.\n Customer and account tax IDs get displayed on related invoices and credit notes.\n\n Related 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)\n properties:\n country:\n description: Two-letter ISO code representing the country of the tax ID.\n maxLength: 5000\n nullable: true\n type: string\n created:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n customer:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/customer'\n description: ID of the customer.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/customer'\n customer_account:\n description: ID of the Account representing the customer.\n maxLength: 5000\n nullable: true\n type: string\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - tax_id\n type: string\n owner:\n anyOf:\n - $ref: '#/components/schemas/tax_i_ds_owner'\n description: The account or customer the tax ID belongs to.\n nullable: true\n type:\n 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`\n enum:\n - ad_nrt\n - ae_trn\n - al_tin\n - am_tin\n - ao_tin\n - ar_cuit\n - au_abn\n - au_arn\n - aw_tin\n - az_tin\n - ba_tin\n - bb_tin\n - bd_bin\n - bf_ifu\n - bg_uic\n - bh_vat\n - bj_ifu\n - bo_tin\n - br_cnpj\n - br_cpf\n - bs_tin\n - by_tin\n - ca_bn\n - ca_gst_hst\n - ca_pst_bc\n - ca_pst_mb\n - ca_pst_sk\n - ca_qst\n - cd_nif\n - ch_uid\n - ch_vat\n - cl_tin\n - cm_niu\n - cn_tin\n - co_nit\n - cr_tin\n - cv_nif\n - de_stn\n - do_rcn\n - ec_ruc\n - eg_tin\n - es_cif\n - et_tin\n - eu_oss_vat\n - eu_vat\n - gb_vat\n - ge_vat\n - gn_nif\n - hk_br\n - hr_oib\n - hu_tin\n - id_npwp\n - il_vat\n - in_gst\n - is_vat\n - jp_cn\n - jp_rn\n - jp_trn\n - ke_pin\n - kg_tin\n - kh_tin\n - kr_brn\n - kz_bin\n - la_tin\n - li_uid\n - li_vat\n - ma_vat\n - md_vat\n - me_pib\n - mk_vat\n - mr_nif\n - mx_rfc\n - my_frp\n - my_itn\n - my_sst\n - ng_tin\n - no_vat\n - no_voec\n - np_pan\n - nz_gst\n - om_vat\n - pe_ruc\n - ph_tin\n - pl_nip\n - ro_tin\n - rs_pib\n - ru_inn\n - ru_kpp\n - sa_vat\n - sg_gst\n - sg_uen\n - si_tin\n - sn_ninea\n - sr_fin\n - sv_nit\n - th_vat\n - tj_tin\n - tr_tin\n - tw_vat\n - tz_vat\n - ua_vat\n - ug_tin\n - unknown\n - us_ein\n - uy_ruc\n - uz_tin\n - uz_vat\n - ve_rif\n - vn_tin\n - za_vat\n - zm_tin\n - zw_tin\n type: string\n value:\n description: Value of the tax ID.\n maxLength: 5000\n type: string\n verification:\n anyOf:\n - $ref: '#/components/schemas/tax_id_verification'\n description: Tax ID verification information.\n nullable: true\n required:\n - created\n - id\n - livemode\n - object\n - type\n - value\n title: tax_id\n type: object\n x-expandableFields:\n - customer\n - owner\n - verification\n x-resourceId: tax_id\n tax_id_verification:\n description: ''\n properties:\n status:\n description: Verification status, one of `pending`, `verified`, `unverified`, or `unavailable`.\n enum:\n - pending\n - unavailable\n - unverified\n - verified\n type: string\n verified_address:\n description: Verified address.\n maxLength: 5000\n nullable: true\n type: string\n verified_name:\n description: Verified name.\n maxLength: 5000\n nullable: true\n type: string\n required:\n - status\n title: tax_id_verification\n type: object\n x-expandableFields: []\n tax_product_registrations_resource_country_options:\n description: ''\n properties:\n ae:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_default_inbound_goods'\n al:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_default'\n am:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_simplified'\n ao:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_default'\n at:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_europe'\n au:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_default_inbound_goods'\n aw:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_default'\n az:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_simplified'\n ba:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_default'\n bb:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_default'\n bd:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_default'\n be:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_europe'\n bf:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_default'\n bg:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_europe'\n bh:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_default'\n bj:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_simplified'\n bs:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_default'\n by:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_simplified'\n ca:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_canada'\n cd:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_default'\n ch:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_default_inbound_goods'\n cl:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_simplified'\n cm:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_simplified'\n co:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_simplified'\n cr:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_simplified'\n cv:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_simplified'\n cy:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_europe'\n cz:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_europe'\n de:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_europe'\n dk:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_europe'\n ec:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_simplified'\n ee:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_europe'\n eg:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_simplified'\n es:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_europe'\n et:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_default'\n fi:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_europe'\n fr:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_europe'\n gb:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_default_inbound_goods'\n ge:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_simplified'\n gn:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_default'\n gr:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_europe'\n hr:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_europe'\n hu:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_europe'\n id:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_simplified'\n ie:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_europe'\n in:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_simplified'\n is:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_default'\n it:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_europe'\n jp:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_default_inbound_goods'\n ke:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_simplified'\n kg:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_simplified'\n kh:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_simplified'\n kr:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_simplified'\n kz:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_simplified'\n la:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_simplified'\n lt:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_europe'\n lu:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_europe'\n lv:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_europe'\n ma:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_simplified'\n md:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_simplified'\n me:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_default'\n mk:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_default'\n mr:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_default'\n mt:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_europe'\n mx:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_simplified'\n my:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_simplified'\n ng:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_simplified'\n nl:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_europe'\n no:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_default_inbound_goods'\n np:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_simplified'\n nz:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_default_inbound_goods'\n om:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_default'\n pe:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_simplified'\n ph:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_simplified'\n pl:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_europe'\n pt:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_europe'\n ro:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_europe'\n rs:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_default'\n ru:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_simplified'\n sa:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_simplified'\n se:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_europe'\n sg:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_default_inbound_goods'\n si:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_europe'\n sk:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_europe'\n sn:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_simplified'\n sr:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_default'\n th:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_thailand'\n tj:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_simplified'\n tr:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_simplified'\n tw:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_simplified'\n tz:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_simplified'\n ua:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_simplified'\n ug:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_simplified'\n us:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_united_states'\n uy:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_default'\n uz:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_simplified'\n vn:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_simplified'\n za:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_default'\n zm:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_simplified'\n zw:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_default'\n title: TaxProductRegistrationsResourceCountryOptions\n type: object\n x-expandableFields:\n - ae\n - al\n - am\n - ao\n - at\n - au\n - aw\n - az\n - ba\n - bb\n - bd\n - be\n - bf\n - bg\n - bh\n - bj\n - bs\n - by\n - ca\n - cd\n - ch\n - cl\n - cm\n - co\n - cr\n - cv\n - cy\n - cz\n - de\n - dk\n - ec\n - ee\n - eg\n - es\n - et\n - fi\n - fr\n - gb\n - ge\n - gn\n - gr\n - hr\n - hu\n - id\n - ie\n - in\n - is\n - it\n - jp\n - ke\n - kg\n - kh\n - kr\n - kz\n - la\n - lt\n - lu\n - lv\n - ma\n - md\n - me\n - mk\n - mr\n - mt\n - mx\n - my\n - ng\n - nl\n - no\n - np\n - nz\n - om\n - pe\n - ph\n - pl\n - pt\n - ro\n - rs\n - ru\n - sa\n - se\n - sg\n - si\n - sk\n - sn\n - sr\n - th\n - tj\n - tr\n - tw\n - tz\n - ua\n - ug\n - us\n - uy\n - uz\n - vn\n - za\n - zm\n - zw\n tax_product_registrations_resource_country_options_ca_province_standard:\n description: ''\n properties:\n province:\n description: Two-letter CA province code ([ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2)).\n maxLength: 5000\n type: string\n required:\n - province\n title: TaxProductRegistrationsResourceCountryOptionsCaProvinceStandard\n type: object\n x-expandableFields: []\n tax_product_registrations_resource_country_options_canada:\n description: ''\n properties:\n province_standard:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_ca_province_standard'\n type:\n description: Type of registration in Canada.\n enum:\n - province_standard\n - simplified\n - standard\n type: string\n required:\n - type\n title: TaxProductRegistrationsResourceCountryOptionsCanada\n type: object\n x-expandableFields:\n - province_standard\n tax_product_registrations_resource_country_options_default:\n description: ''\n properties:\n type:\n description: Type of registration in `country`.\n enum:\n - standard\n type: string\n required:\n - type\n title: TaxProductRegistrationsResourceCountryOptionsDefault\n type: object\n x-expandableFields: []\n tax_product_registrations_resource_country_options_default_inbound_goods:\n description: ''\n properties:\n standard:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_default_standard'\n type:\n description: Type of registration in `country`.\n enum:\n - standard\n type: string\n required:\n - type\n title: TaxProductRegistrationsResourceCountryOptionsDefaultInboundGoods\n type: object\n x-expandableFields:\n - standard\n tax_product_registrations_resource_country_options_default_standard:\n description: ''\n properties:\n place_of_supply_scheme:\n description: Place of supply scheme used in an Default standard registration.\n enum:\n - inbound_goods\n - standard\n type: string\n required:\n - place_of_supply_scheme\n title: TaxProductRegistrationsResourceCountryOptionsDefaultStandard\n type: object\n x-expandableFields: []\n tax_product_registrations_resource_country_options_eu_standard:\n description: ''\n properties:\n place_of_supply_scheme:\n description: Place of supply scheme used in an EU standard registration.\n enum:\n - inbound_goods\n - small_seller\n - standard\n type: string\n required:\n - place_of_supply_scheme\n title: TaxProductRegistrationsResourceCountryOptionsEuStandard\n type: object\n x-expandableFields: []\n tax_product_registrations_resource_country_options_europe:\n description: ''\n properties:\n standard:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_eu_standard'\n type:\n description: Type of registration in an EU country.\n enum:\n - ioss\n - oss_non_union\n - oss_union\n - standard\n type: string\n required:\n - type\n title: TaxProductRegistrationsResourceCountryOptionsEurope\n type: object\n x-expandableFields:\n - standard\n tax_product_registrations_resource_country_options_simplified:\n description: ''\n properties:\n type:\n description: Type of registration in `country`.\n enum:\n - simplified\n type: string\n required:\n - type\n title: TaxProductRegistrationsResourceCountryOptionsSimplified\n type: object\n x-expandableFields: []\n tax_product_registrations_resource_country_options_thailand:\n description: ''\n properties:\n type:\n description: Type of registration in `country`.\n enum:\n - simplified\n type: string\n x-stripeBypassValidation: true\n required:\n - type\n title: TaxProductRegistrationsResourceCountryOptionsThailand\n type: object\n x-expandableFields: []\n tax_product_registrations_resource_country_options_united_states:\n description: ''\n properties:\n local_amusement_tax:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_us_local_amusement_tax'\n local_lease_tax:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_us_local_lease_tax'\n state:\n description: Two-letter US state code ([ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2)).\n maxLength: 5000\n type: string\n state_sales_tax:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_us_state_sales_tax'\n type:\n description: Type of registration in the US.\n enum:\n - local_amusement_tax\n - local_lease_tax\n - state_communications_tax\n - state_retail_delivery_fee\n - state_sales_tax\n type: string\n x-stripeBypassValidation: true\n required:\n - state\n - type\n title: TaxProductRegistrationsResourceCountryOptionsUnitedStates\n type: object\n x-expandableFields:\n - local_amusement_tax\n - local_lease_tax\n - state_sales_tax\n tax_product_registrations_resource_country_options_us_local_amusement_tax:\n description: ''\n properties:\n jurisdiction:\n description: A [FIPS code](https://www.census.gov/library/reference/code-lists/ansi.html) representing the local jurisdiction.\n maxLength: 5000\n type: string\n required:\n - jurisdiction\n title: TaxProductRegistrationsResourceCountryOptionsUsLocalAmusementTax\n type: object\n x-expandableFields: []\n tax_product_registrations_resource_country_options_us_local_lease_tax:\n description: ''\n properties:\n jurisdiction:\n description: A [FIPS code](https://www.census.gov/library/reference/code-lists/ansi.html) representing the local jurisdiction.\n maxLength: 5000\n type: string\n required:\n - jurisdiction\n title: TaxProductRegistrationsResourceCountryOptionsUsLocalLeaseTax\n type: object\n x-expandableFields: []\n tax_product_registrations_resource_country_options_us_state_sales_tax:\n description: ''\n properties:\n elections:\n description: Elections for the state sales tax registration.\n items:\n $ref: '#/components/schemas/tax_product_registrations_resource_country_options_us_state_sales_tax_election'\n type: array\n title: TaxProductRegistrationsResourceCountryOptionsUsStateSalesTax\n type: object\n x-expandableFields:\n - elections\n tax_product_registrations_resource_country_options_us_state_sales_tax_election:\n description: ''\n properties:\n jurisdiction:\n description: A [FIPS code](https://www.census.gov/library/reference/code-lists/ansi.html) representing the local jurisdiction.\n maxLength: 5000\n type: string\n type:\n description: The type of the election for the state sales tax registration.\n enum:\n - local_use_tax\n - simplified_sellers_use_tax\n - single_local_use_tax\n type: string\n required:\n - type\n title: TaxProductRegistrationsResourceCountryOptionsUsStateSalesTaxElection\n type: object\n x-expandableFields: []\n tax_product_resource_customer_details:\n description: ''\n properties:\n address:\n anyOf:\n - $ref: '#/components/schemas/tax_product_resource_postal_address'\n description: The customer's postal address (for example, home or business location).\n nullable: true\n address_source:\n description: The type of customer address provided.\n enum:\n - billing\n - shipping\n nullable: true\n type: string\n ip_address:\n description: The customer's IP address (IPv4 or IPv6).\n maxLength: 5000\n nullable: true\n type: string\n tax_ids:\n description: The customer's tax IDs (for example, EU VAT numbers).\n items:\n $ref: '#/components/schemas/tax_product_resource_customer_details_resource_tax_id'\n type: array\n taxability_override:\n description: The taxability override used for taxation.\n enum:\n - customer_exempt\n - none\n - reverse_charge\n type: string\n required:\n - tax_ids\n - taxability_override\n title: TaxProductResourceCustomerDetails\n type: object\n x-expandableFields:\n - address\n - tax_ids\n tax_product_resource_customer_details_resource_tax_id:\n description: ''\n properties:\n type:\n 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`\n enum:\n - ad_nrt\n - ae_trn\n - al_tin\n - am_tin\n - ao_tin\n - ar_cuit\n - au_abn\n - au_arn\n - aw_tin\n - az_tin\n - ba_tin\n - bb_tin\n - bd_bin\n - bf_ifu\n - bg_uic\n - bh_vat\n - bj_ifu\n - bo_tin\n - br_cnpj\n - br_cpf\n - bs_tin\n - by_tin\n - ca_bn\n - ca_gst_hst\n - ca_pst_bc\n - ca_pst_mb\n - ca_pst_sk\n - ca_qst\n - cd_nif\n - ch_uid\n - ch_vat\n - cl_tin\n - cm_niu\n - cn_tin\n - co_nit\n - cr_tin\n - cv_nif\n - de_stn\n - do_rcn\n - ec_ruc\n - eg_tin\n - es_cif\n - et_tin\n - eu_oss_vat\n - eu_vat\n - gb_vat\n - ge_vat\n - gn_nif\n - hk_br\n - hr_oib\n - hu_tin\n - id_npwp\n - il_vat\n - in_gst\n - is_vat\n - jp_cn\n - jp_rn\n - jp_trn\n - ke_pin\n - kg_tin\n - kh_tin\n - kr_brn\n - kz_bin\n - la_tin\n - li_uid\n - li_vat\n - ma_vat\n - md_vat\n - me_pib\n - mk_vat\n - mr_nif\n - mx_rfc\n - my_frp\n - my_itn\n - my_sst\n - ng_tin\n - no_vat\n - no_voec\n - np_pan\n - nz_gst\n - om_vat\n - pe_ruc\n - ph_tin\n - pl_nip\n - ro_tin\n - rs_pib\n - ru_inn\n - ru_kpp\n - sa_vat\n - sg_gst\n - sg_uen\n - si_tin\n - sn_ninea\n - sr_fin\n - sv_nit\n - th_vat\n - tj_tin\n - tr_tin\n - tw_vat\n - tz_vat\n - ua_vat\n - ug_tin\n - unknown\n - us_ein\n - uy_ruc\n - uz_tin\n - uz_vat\n - ve_rif\n - vn_tin\n - za_vat\n - zm_tin\n - zw_tin\n type: string\n value:\n description: The value of the tax ID.\n maxLength: 5000\n type: string\n required:\n - type\n - value\n title: TaxProductResourceCustomerDetailsResourceTaxId\n type: object\n x-expandableFields: []\n tax_product_resource_jurisdiction:\n description: ''\n properties:\n country:\n description: Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).\n maxLength: 5000\n type: string\n display_name:\n description: A human-readable name for the jurisdiction imposing the tax.\n maxLength: 5000\n type: string\n level:\n description: Indicates the level of the jurisdiction imposing the tax.\n enum:\n - city\n - country\n - county\n - district\n - state\n type: string\n state:\n 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.'\n maxLength: 5000\n nullable: true\n type: string\n required:\n - country\n - display_name\n - level\n title: TaxProductResourceJurisdiction\n type: object\n x-expandableFields: []\n tax_product_resource_line_item_tax_breakdown:\n description: ''\n properties:\n amount:\n description: The amount of tax, in the [smallest currency unit](https://docs.stripe.com/currencies#zero-decimal).\n type: integer\n jurisdiction:\n $ref: '#/components/schemas/tax_product_resource_jurisdiction'\n sourcing:\n description: Indicates whether the jurisdiction was determined by the origin (merchant's address) or destination (customer's address).\n enum:\n - destination\n - origin\n type: string\n x-stripeBypassValidation: true\n tax_rate_details:\n anyOf:\n - $ref: '#/components/schemas/tax_product_resource_line_item_tax_rate_details'\n 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.\n nullable: true\n taxability_reason:\n 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.\n enum:\n - customer_exempt\n - not_collecting\n - not_subject_to_tax\n - not_supported\n - portion_product_exempt\n - portion_reduced_rated\n - portion_standard_rated\n - product_exempt\n - product_exempt_holiday\n - proportionally_rated\n - reduced_rated\n - reverse_charge\n - standard_rated\n - taxable_basis_reduced\n - zero_rated\n type: string\n taxable_amount:\n description: The amount on which tax is calculated, in the [smallest currency unit](https://docs.stripe.com/currencies#zero-decimal).\n type: integer\n required:\n - amount\n - jurisdiction\n - sourcing\n - taxability_reason\n - taxable_amount\n title: TaxProductResourceLineItemTaxBreakdown\n type: object\n x-expandableFields:\n - jurisdiction\n - tax_rate_details\n tax_product_resource_line_item_tax_rate_details:\n description: ''\n properties:\n display_name:\n 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.)\".\n maxLength: 5000\n type: string\n percentage_decimal:\n description: The tax rate percentage as a string. For example, 8.5% is represented as \"8.5\".\n maxLength: 5000\n type: string\n tax_type:\n description: The tax type, such as `vat` or `sales_tax`.\n enum:\n - amusement_tax\n - communications_tax\n - gst\n - hst\n - igst\n - jct\n - lease_tax\n - pst\n - qst\n - retail_delivery_fee\n - rst\n - sales_tax\n - service_tax\n - vat\n type: string\n x-stripeBypassValidation: true\n required:\n - display_name\n - percentage_decimal\n - tax_type\n title: TaxProductResourceLineItemTaxRateDetails\n type: object\n x-expandableFields: []\n tax_product_resource_postal_address:\n description: ''\n properties:\n city:\n description: City, district, suburb, town, or village.\n maxLength: 5000\n nullable: true\n type: string\n country:\n description: Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).\n maxLength: 5000\n type: string\n line1:\n description: Address line 1, such as the street, PO Box, or company name.\n maxLength: 5000\n nullable: true\n type: string\n line2:\n description: Address line 2, such as the apartment, suite, unit, or building.\n maxLength: 5000\n nullable: true\n type: string\n postal_code:\n description: ZIP or postal code.\n maxLength: 5000\n nullable: true\n type: string\n state:\n 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\".\n maxLength: 5000\n nullable: true\n type: string\n required:\n - country\n title: TaxProductResourcePostalAddress\n type: object\n x-expandableFields: []\n tax_product_resource_ship_from_details:\n description: ''\n properties:\n address:\n $ref: '#/components/schemas/tax_product_resource_postal_address'\n required:\n - address\n title: TaxProductResourceShipFromDetails\n type: object\n x-expandableFields:\n - address\n tax_product_resource_tax_association_transaction_attempts:\n description: ''\n properties:\n committed:\n $ref: '#/components/schemas/tax_product_resource_tax_association_transaction_attempts_resource_committed'\n errored:\n $ref: '#/components/schemas/tax_product_resource_tax_association_transaction_attempts_resource_errored'\n source:\n description: The source of the tax transaction attempt. This is either a refund or a payment intent.\n maxLength: 5000\n type: string\n status:\n description: The status of the transaction attempt. This can be `errored` or `committed`.\n maxLength: 5000\n type: string\n required:\n - source\n - status\n title: TaxProductResourceTaxAssociationTransactionAttempts\n type: object\n x-expandableFields:\n - committed\n - errored\n tax_product_resource_tax_association_transaction_attempts_resource_committed:\n description: ''\n properties:\n transaction:\n description: The [Tax Transaction](https://docs.stripe.com/api/tax/transaction/object)\n maxLength: 5000\n type: string\n required:\n - transaction\n title: TaxProductResourceTaxAssociationTransactionAttemptsResourceCommitted\n type: object\n x-expandableFields: []\n tax_product_resource_tax_association_transaction_attempts_resource_errored:\n description: ''\n properties:\n reason:\n description: Details on why we couldn't commit the tax transaction.\n enum:\n - another_payment_associated_with_calculation\n - calculation_expired\n - currency_mismatch\n - original_transaction_voided\n - unique_reference_violation\n type: string\n required:\n - reason\n title: TaxProductResourceTaxAssociationTransactionAttemptsResourceErrored\n type: object\n x-expandableFields: []\n tax_product_resource_tax_breakdown:\n description: ''\n properties:\n amount:\n description: The amount of tax, in the [smallest currency unit](https://docs.stripe.com/currencies#zero-decimal).\n type: integer\n inclusive:\n description: Specifies whether the tax amount is included in the line item amount.\n type: boolean\n tax_rate_details:\n $ref: '#/components/schemas/tax_product_resource_tax_rate_details'\n taxability_reason:\n 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.\n enum:\n - customer_exempt\n - not_collecting\n - not_subject_to_tax\n - not_supported\n - portion_product_exempt\n - portion_reduced_rated\n - portion_standard_rated\n - product_exempt\n - product_exempt_holiday\n - proportionally_rated\n - reduced_rated\n - reverse_charge\n - standard_rated\n - taxable_basis_reduced\n - zero_rated\n type: string\n taxable_amount:\n description: The amount on which tax is calculated, in the [smallest currency unit](https://docs.stripe.com/currencies#zero-decimal).\n type: integer\n required:\n - amount\n - inclusive\n - tax_rate_details\n - taxability_reason\n - taxable_amount\n title: TaxProductResourceTaxBreakdown\n type: object\n x-expandableFields:\n - tax_rate_details\n tax_product_resource_tax_calculation_shipping_cost:\n description: ''\n properties:\n amount:\n 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.\n type: integer\n amount_tax:\n description: The amount of tax calculated for shipping, in the [smallest currency unit](https://docs.stripe.com/currencies#zero-decimal).\n type: integer\n shipping_rate:\n description: The ID of an existing [ShippingRate](https://docs.stripe.com/api/shipping_rates/object).\n maxLength: 5000\n type: string\n tax_behavior:\n description: Specifies whether the `amount` includes taxes. If `tax_behavior=inclusive`, then the amount includes taxes.\n enum:\n - exclusive\n - inclusive\n type: string\n tax_breakdown:\n description: Detailed account of taxes relevant to shipping cost.\n items:\n $ref: '#/components/schemas/tax_product_resource_line_item_tax_breakdown'\n type: array\n tax_code:\n description: The [tax code](https://docs.stripe.com/tax/tax-categories) ID used for shipping.\n maxLength: 5000\n type: string\n required:\n - amount\n - amount_tax\n - tax_behavior\n - tax_code\n title: TaxProductResourceTaxCalculationShippingCost\n type: object\n x-expandableFields:\n - tax_breakdown\n tax_product_resource_tax_rate_details:\n description: ''\n properties:\n country:\n description: Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).\n maxLength: 5000\n nullable: true\n type: string\n flat_amount:\n anyOf:\n - $ref: '#/components/schemas/tax_rate_flat_amount'\n 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.\n nullable: true\n percentage_decimal:\n description: The tax rate percentage as a string. For example, 8.5% is represented as `\"8.5\"`.\n maxLength: 5000\n type: string\n rate_type:\n 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.\n enum:\n - flat_amount\n - percentage\n nullable: true\n type: string\n state:\n description: State, county, province, or region ([ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2)).\n maxLength: 5000\n nullable: true\n type: string\n tax_type:\n description: The tax type, such as `vat` or `sales_tax`.\n enum:\n - amusement_tax\n - communications_tax\n - gst\n - hst\n - igst\n - jct\n - lease_tax\n - pst\n - qst\n - retail_delivery_fee\n - rst\n - sales_tax\n - service_tax\n - vat\n nullable: true\n type: string\n x-stripeBypassValidation: true\n required:\n - percentage_decimal\n title: TaxProductResourceTaxRateDetails\n type: object\n x-expandableFields:\n - flat_amount\n tax_product_resource_tax_settings_defaults:\n description: ''\n properties:\n provider:\n description: The tax calculation provider this account uses. Defaults to `stripe` when not using a [third-party provider](/tax/third-party-apps).\n enum:\n - anrok\n - avalara\n - sphere\n - stripe\n type: string\n tax_behavior:\n 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.\n enum:\n - exclusive\n - inclusive\n - inferred_by_currency\n nullable: true\n type: string\n tax_code:\n description: Default [tax code](https://stripe.com/docs/tax/tax-categories) used to classify your products and prices.\n maxLength: 5000\n nullable: true\n type: string\n required:\n - provider\n title: TaxProductResourceTaxSettingsDefaults\n type: object\n x-expandableFields: []\n tax_product_resource_tax_settings_head_office:\n description: ''\n properties:\n address:\n $ref: '#/components/schemas/address'\n required:\n - address\n title: TaxProductResourceTaxSettingsHeadOffice\n type: object\n x-expandableFields:\n - address\n tax_product_resource_tax_settings_status_details:\n description: ''\n properties:\n active:\n $ref: '#/components/schemas/tax_product_resource_tax_settings_status_details_resource_active'\n pending:\n $ref: '#/components/schemas/tax_product_resource_tax_settings_status_details_resource_pending'\n title: TaxProductResourceTaxSettingsStatusDetails\n type: object\n x-expandableFields:\n - active\n - pending\n tax_product_resource_tax_settings_status_details_resource_active:\n description: ''\n properties: {}\n title: TaxProductResourceTaxSettingsStatusDetailsResourceActive\n type: object\n x-expandableFields: []\n tax_product_resource_tax_settings_status_details_resource_pending:\n description: ''\n properties:\n missing_fields:\n 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.\n items:\n maxLength: 5000\n type: string\n nullable: true\n type: array\n title: TaxProductResourceTaxSettingsStatusDetailsResourcePending\n type: object\n x-expandableFields: []\n tax_product_resource_tax_transaction_line_item_resource_reversal:\n description: ''\n properties:\n original_line_item:\n description: The `id` of the line item to reverse in the original transaction.\n maxLength: 5000\n type: string\n required:\n - original_line_item\n title: TaxProductResourceTaxTransactionLineItemResourceReversal\n type: object\n x-expandableFields: []\n tax_product_resource_tax_transaction_resource_reversal:\n description: ''\n properties:\n original_transaction:\n description: The `id` of the reversed `Transaction` object.\n maxLength: 5000\n nullable: true\n type: string\n title: TaxProductResourceTaxTransactionResourceReversal\n type: object\n x-expandableFields: []\n tax_product_resource_tax_transaction_shipping_cost:\n description: ''\n properties:\n amount:\n 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.\n type: integer\n amount_tax:\n description: The amount of tax calculated for shipping, in the [smallest currency unit](https://docs.stripe.com/currencies#zero-decimal).\n type: integer\n shipping_rate:\n description: The ID of an existing [ShippingRate](https://docs.stripe.com/api/shipping_rates/object).\n maxLength: 5000\n type: string\n tax_behavior:\n description: Specifies whether the `amount` includes taxes. If `tax_behavior=inclusive`, then the amount includes taxes.\n enum:\n - exclusive\n - inclusive\n type: string\n tax_code:\n description: The [tax code](https://docs.stripe.com/tax/tax-categories) ID used for shipping.\n maxLength: 5000\n type: string\n required:\n - amount\n - amount_tax\n - tax_behavior\n - tax_code\n title: TaxProductResourceTaxTransactionShippingCost\n type: object\n x-expandableFields: []\n tax_rate:\n description: |-\n 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\n Related guide: [Tax rates](/billing/taxes/tax-rates)\n properties:\n active:\n 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.\n type: boolean\n country:\n description: Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).\n maxLength: 5000\n nullable: true\n type: string\n created:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n description:\n description: An arbitrary string attached to the tax rate for your internal use only. It will not be visible to your customers.\n maxLength: 5000\n nullable: true\n type: string\n display_name:\n 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.\n maxLength: 5000\n type: string\n effective_percentage:\n description: |-\n Actual/effective tax rate percentage out of 100. For tax calculations with automatic_tax[enabled]=true,\n this percentage reflects the rate actually used to calculate tax based on the product's taxability\n and whether the user is registered to collect taxes in the corresponding jurisdiction.\n nullable: true\n type: number\n flat_amount:\n anyOf:\n - $ref: '#/components/schemas/tax_rate_flat_amount'\n 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.\n nullable: true\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n inclusive:\n description: This specifies if the tax rate is inclusive or exclusive.\n type: boolean\n jurisdiction:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n jurisdiction_level:\n description: The level of the jurisdiction that imposes this tax rate. Will be `null` for manually defined tax rates.\n enum:\n - city\n - country\n - county\n - district\n - multiple\n - state\n nullable: true\n type: string\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n metadata:\n additionalProperties:\n maxLength: 500\n type: string\n 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.\n nullable: true\n type: object\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - tax_rate\n type: string\n percentage:\n 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.\n type: number\n rate_type:\n 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.\n enum:\n - flat_amount\n - percentage\n nullable: true\n type: string\n state:\n 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.'\n maxLength: 5000\n nullable: true\n type: string\n tax_type:\n description: The high-level tax type, such as `vat` or `sales_tax`.\n enum:\n - amusement_tax\n - communications_tax\n - gst\n - hst\n - igst\n - jct\n - lease_tax\n - pst\n - qst\n - retail_delivery_fee\n - rst\n - sales_tax\n - service_tax\n - vat\n nullable: true\n type: string\n x-stripeBypassValidation: true\n required:\n - active\n - created\n - display_name\n - id\n - inclusive\n - livemode\n - object\n - percentage\n title: TaxRate\n type: object\n x-expandableFields:\n - flat_amount\n x-resourceId: tax_rate\n tax_rate_flat_amount:\n 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.\n properties:\n amount:\n 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).\n type: integer\n currency:\n description: Three-letter ISO currency code, in lowercase.\n maxLength: 5000\n type: string\n required:\n - amount\n - currency\n title: TaxRateFlatAmount\n type: object\n x-expandableFields: []\n terminal.configuration:\n description: |-\n A Configurations object represents how features should be configured for terminal readers.\n For information about how to use it, see the [Terminal configurations documentation](https://docs.stripe.com/terminal/fleet/configurations-overview).\n properties:\n bbpos_wisepad3:\n $ref: '#/components/schemas/terminal_configuration_configuration_resource_device_type_specific_config'\n bbpos_wisepos_e:\n $ref: '#/components/schemas/terminal_configuration_configuration_resource_device_type_specific_config'\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n is_account_default:\n description: Whether this Configuration is the default for your account\n nullable: true\n type: boolean\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n name:\n description: String indicating the name of the Configuration object, set by the user\n maxLength: 5000\n nullable: true\n type: string\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - terminal.configuration\n type: string\n offline:\n $ref: '#/components/schemas/terminal_configuration_configuration_resource_offline_config'\n reboot_window:\n $ref: '#/components/schemas/terminal_configuration_configuration_resource_reboot_window'\n stripe_s700:\n $ref: '#/components/schemas/terminal_configuration_configuration_resource_device_type_specific_config'\n tipping:\n $ref: '#/components/schemas/terminal_configuration_configuration_resource_tipping'\n verifone_p400:\n $ref: '#/components/schemas/terminal_configuration_configuration_resource_device_type_specific_config'\n wifi:\n $ref: '#/components/schemas/terminal_configuration_configuration_resource_wifi_config'\n required:\n - id\n - livemode\n - object\n title: TerminalConfigurationConfiguration\n type: object\n x-expandableFields:\n - bbpos_wisepad3\n - bbpos_wisepos_e\n - offline\n - reboot_window\n - stripe_s700\n - tipping\n - verifone_p400\n - wifi\n x-resourceId: terminal.configuration\n terminal.connection_token:\n description: |-\n A Connection Token is used by the Stripe Terminal SDK to connect to a reader.\n\n Related guide: [Fleet management](https://docs.stripe.com/terminal/fleet/locations)\n properties:\n location:\n 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).\n maxLength: 5000\n type: string\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - terminal.connection_token\n type: string\n secret:\n description: Your application should pass this token to the Stripe Terminal SDK.\n maxLength: 5000\n type: string\n required:\n - object\n - secret\n title: TerminalConnectionToken\n type: object\n x-expandableFields: []\n x-resourceId: terminal.connection_token\n terminal.location:\n description: |-\n A Location represents a grouping of readers.\n\n Related guide: [Fleet management](https://docs.stripe.com/terminal/fleet/locations)\n properties:\n address:\n $ref: '#/components/schemas/address'\n address_kana:\n $ref: '#/components/schemas/legal_entity_japan_address'\n address_kanji:\n $ref: '#/components/schemas/legal_entity_japan_address'\n configuration_overrides:\n description: The ID of a configuration that will be used to customize all readers in this location.\n maxLength: 5000\n type: string\n display_name:\n description: The display name of the location.\n maxLength: 5000\n type: string\n display_name_kana:\n description: The Kana variation of the display name of the location.\n maxLength: 5000\n type: string\n display_name_kanji:\n description: The Kanji variation of the display name of the location.\n maxLength: 5000\n type: string\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n metadata:\n additionalProperties:\n maxLength: 500\n type: string\n 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.\n type: object\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - terminal.location\n type: string\n phone:\n description: The phone number of the location.\n maxLength: 5000\n type: string\n required:\n - address\n - display_name\n - id\n - livemode\n - metadata\n - object\n title: TerminalLocationLocation\n type: object\n x-expandableFields:\n - address\n - address_kana\n - address_kanji\n x-resourceId: terminal.location\n terminal.onboarding_link:\n description: Returns redirect links used for onboarding onto Tap to Pay on iPhone.\n properties:\n link_options:\n $ref: '#/components/schemas/terminal_onboarding_link_link_options'\n link_type:\n description: The type of link being generated.\n enum:\n - apple_terms_and_conditions\n type: string\n object:\n enum:\n - terminal.onboarding_link\n type: string\n on_behalf_of:\n description: Stripe account ID to generate the link for.\n maxLength: 5000\n nullable: true\n type: string\n redirect_url:\n description: The link passed back to the user for their onboarding.\n maxLength: 5000\n type: string\n required:\n - link_options\n - link_type\n - object\n - redirect_url\n title: TerminalOnboardingLinkOnboardingLink\n type: object\n x-expandableFields:\n - link_options\n x-resourceId: terminal.onboarding_link\n terminal.reader:\n description: |-\n A Reader represents a physical device for accepting payment details.\n\n Related guide: [Connecting to a reader](https://docs.stripe.com/terminal/payments/connect-reader)\n properties:\n action:\n anyOf:\n - $ref: '#/components/schemas/terminal_reader_reader_resource_reader_action'\n description: The most recent action performed by the reader.\n nullable: true\n device_sw_version:\n description: The current software version of the reader.\n maxLength: 5000\n nullable: true\n type: string\n device_type:\n description: Device type of the reader.\n enum:\n - bbpos_chipper2x\n - bbpos_wisepad3\n - bbpos_wisepos_e\n - mobile_phone_reader\n - simulated_stripe_s700\n - simulated_wisepos_e\n - stripe_m2\n - stripe_s700\n - verifone_P400\n type: string\n x-stripeBypassValidation: true\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n ip_address:\n description: The local IP address of the reader.\n maxLength: 5000\n nullable: true\n type: string\n label:\n description: Custom label given to the reader for easier identification.\n maxLength: 5000\n type: string\n last_seen_at:\n 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.\n format: unix-time\n nullable: true\n type: integer\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n location:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/terminal.location'\n description: The location identifier of the reader.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/terminal.location'\n metadata:\n additionalProperties:\n maxLength: 500\n type: string\n 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.\n type: object\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - terminal.reader\n type: string\n serial_number:\n description: Serial number of the reader.\n maxLength: 5000\n type: string\n status:\n description: The networking status of the reader. We do not recommend using this field in flows that may block taking payments.\n enum:\n - offline\n - online\n nullable: true\n type: string\n required:\n - device_type\n - id\n - label\n - livemode\n - metadata\n - object\n - serial_number\n title: TerminalReaderReader\n type: object\n x-expandableFields:\n - action\n - location\n x-resourceId: terminal.reader\n terminal_configuration_configuration_resource_currency_specific_config:\n description: ''\n properties:\n fixed_amounts:\n description: Fixed amounts displayed when collecting a tip\n items:\n type: integer\n nullable: true\n type: array\n percentages:\n description: Percentages displayed when collecting a tip\n items:\n type: integer\n nullable: true\n type: array\n smart_tip_threshold:\n description: Below this amount, fixed amounts will be displayed; above it, percentages will be displayed\n type: integer\n title: TerminalConfigurationConfigurationResourceCurrencySpecificConfig\n type: object\n x-expandableFields: []\n terminal_configuration_configuration_resource_device_type_specific_config:\n description: ''\n properties:\n splashscreen:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/file'\n description: A File ID representing an image to display on the reader\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/file'\n title: TerminalConfigurationConfigurationResourceDeviceTypeSpecificConfig\n type: object\n x-expandableFields:\n - splashscreen\n terminal_configuration_configuration_resource_enterprise_peap_wifi:\n description: ''\n properties:\n ca_certificate_file:\n description: A File ID representing a PEM file containing the server certificate\n maxLength: 5000\n type: string\n password:\n description: Password for connecting to the WiFi network\n maxLength: 5000\n type: string\n ssid:\n description: Name of the WiFi network\n maxLength: 5000\n type: string\n username:\n description: Username for connecting to the WiFi network\n maxLength: 5000\n type: string\n required:\n - password\n - ssid\n - username\n title: TerminalConfigurationConfigurationResourceEnterprisePEAPWifi\n type: object\n x-expandableFields: []\n terminal_configuration_configuration_resource_enterprise_tls_wifi:\n description: ''\n properties:\n ca_certificate_file:\n description: A File ID representing a PEM file containing the server certificate\n maxLength: 5000\n type: string\n client_certificate_file:\n description: A File ID representing a PEM file containing the client certificate\n maxLength: 5000\n type: string\n private_key_file:\n description: A File ID representing a PEM file containing the client RSA private key\n maxLength: 5000\n type: string\n private_key_file_password:\n description: Password for the private key file\n maxLength: 5000\n type: string\n ssid:\n description: Name of the WiFi network\n maxLength: 5000\n type: string\n required:\n - client_certificate_file\n - private_key_file\n - ssid\n title: TerminalConfigurationConfigurationResourceEnterpriseTLSWifi\n type: object\n x-expandableFields: []\n terminal_configuration_configuration_resource_offline_config:\n description: ''\n properties:\n enabled:\n description: Determines whether to allow transactions to be collected while reader is offline. Defaults to false.\n nullable: true\n type: boolean\n title: TerminalConfigurationConfigurationResourceOfflineConfig\n type: object\n x-expandableFields: []\n terminal_configuration_configuration_resource_personal_psk_wifi:\n description: ''\n properties:\n password:\n description: Password for connecting to the WiFi network\n maxLength: 5000\n type: string\n ssid:\n description: Name of the WiFi network\n maxLength: 5000\n type: string\n required:\n - password\n - ssid\n title: TerminalConfigurationConfigurationResourcePersonalPSKWifi\n type: object\n x-expandableFields: []\n terminal_configuration_configuration_resource_reboot_window:\n description: ''\n properties:\n end_hour:\n 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.\n type: integer\n start_hour:\n description: Integer between 0 to 23 that represents the start hour of the reboot time window.\n type: integer\n required:\n - end_hour\n - start_hour\n title: TerminalConfigurationConfigurationResourceRebootWindow\n type: object\n x-expandableFields: []\n terminal_configuration_configuration_resource_tipping:\n description: ''\n properties:\n aed:\n $ref: '#/components/schemas/terminal_configuration_configuration_resource_currency_specific_config'\n aud:\n $ref: '#/components/schemas/terminal_configuration_configuration_resource_currency_specific_config'\n cad:\n $ref: '#/components/schemas/terminal_configuration_configuration_resource_currency_specific_config'\n chf:\n $ref: '#/components/schemas/terminal_configuration_configuration_resource_currency_specific_config'\n czk:\n $ref: '#/components/schemas/terminal_configuration_configuration_resource_currency_specific_config'\n dkk:\n $ref: '#/components/schemas/terminal_configuration_configuration_resource_currency_specific_config'\n eur:\n $ref: '#/components/schemas/terminal_configuration_configuration_resource_currency_specific_config'\n gbp:\n $ref: '#/components/schemas/terminal_configuration_configuration_resource_currency_specific_config'\n gip:\n $ref: '#/components/schemas/terminal_configuration_configuration_resource_currency_specific_config'\n hkd:\n $ref: '#/components/schemas/terminal_configuration_configuration_resource_currency_specific_config'\n huf:\n $ref: '#/components/schemas/terminal_configuration_configuration_resource_currency_specific_config'\n jpy:\n $ref: '#/components/schemas/terminal_configuration_configuration_resource_currency_specific_config'\n mxn:\n $ref: '#/components/schemas/terminal_configuration_configuration_resource_currency_specific_config'\n myr:\n $ref: '#/components/schemas/terminal_configuration_configuration_resource_currency_specific_config'\n nok:\n $ref: '#/components/schemas/terminal_configuration_configuration_resource_currency_specific_config'\n nzd:\n $ref: '#/components/schemas/terminal_configuration_configuration_resource_currency_specific_config'\n pln:\n $ref: '#/components/schemas/terminal_configuration_configuration_resource_currency_specific_config'\n ron:\n $ref: '#/components/schemas/terminal_configuration_configuration_resource_currency_specific_config'\n sek:\n $ref: '#/components/schemas/terminal_configuration_configuration_resource_currency_specific_config'\n sgd:\n $ref: '#/components/schemas/terminal_configuration_configuration_resource_currency_specific_config'\n usd:\n $ref: '#/components/schemas/terminal_configuration_configuration_resource_currency_specific_config'\n title: TerminalConfigurationConfigurationResourceTipping\n type: object\n x-expandableFields:\n - aed\n - aud\n - cad\n - chf\n - czk\n - dkk\n - eur\n - gbp\n - gip\n - hkd\n - huf\n - jpy\n - mxn\n - myr\n - nok\n - nzd\n - pln\n - ron\n - sek\n - sgd\n - usd\n terminal_configuration_configuration_resource_wifi_config:\n description: ''\n properties:\n enterprise_eap_peap:\n $ref: '#/components/schemas/terminal_configuration_configuration_resource_enterprise_peap_wifi'\n enterprise_eap_tls:\n $ref: '#/components/schemas/terminal_configuration_configuration_resource_enterprise_tls_wifi'\n personal_psk:\n $ref: '#/components/schemas/terminal_configuration_configuration_resource_personal_psk_wifi'\n type:\n description: Security type of the WiFi network. The hash with the corresponding name contains the credentials for this security type.\n enum:\n - enterprise_eap_peap\n - enterprise_eap_tls\n - personal_psk\n type: string\n required:\n - type\n title: TerminalConfigurationConfigurationResourceWifiConfig\n type: object\n x-expandableFields:\n - enterprise_eap_peap\n - enterprise_eap_tls\n - personal_psk\n terminal_onboarding_link_apple_terms_and_conditions:\n description: Options associated with the Apple Terms and Conditions link type.\n properties:\n allow_relinking:\n description: Whether the link should also support users relinking their Apple account.\n nullable: true\n type: boolean\n merchant_display_name:\n description: The business name of the merchant accepting Apple's Terms and Conditions.\n maxLength: 5000\n type: string\n required:\n - merchant_display_name\n title: TerminalOnboardingLinkAppleTermsAndConditions\n type: object\n x-expandableFields: []\n terminal_onboarding_link_link_options:\n description: Link type options associated with the current onboarding link object.\n properties:\n apple_terms_and_conditions:\n anyOf:\n - $ref: '#/components/schemas/terminal_onboarding_link_apple_terms_and_conditions'\n description: The options associated with the Apple Terms and Conditions link type.\n nullable: true\n title: TerminalOnboardingLinkLinkOptions\n type: object\n x-expandableFields:\n - apple_terms_and_conditions\n terminal_reader_reader_resource_cart:\n description: Represents a cart to be displayed on the reader\n properties:\n currency:\n 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).\n format: currency\n type: string\n line_items:\n description: List of line items in the cart.\n items:\n $ref: '#/components/schemas/terminal_reader_reader_resource_line_item'\n type: array\n tax:\n description: Tax amount for the entire cart. A positive integer in the [smallest currency unit](https://docs.stripe.com/currencies#zero-decimal).\n nullable: true\n type: integer\n total:\n description: Total amount for the entire cart, including tax. A positive integer in the [smallest currency unit](https://docs.stripe.com/currencies#zero-decimal).\n type: integer\n required:\n - currency\n - line_items\n - total\n title: TerminalReaderReaderResourceCart\n type: object\n x-expandableFields:\n - line_items\n terminal_reader_reader_resource_choice:\n description: Choice to be selected on a Reader\n properties:\n id:\n description: The identifier for the selected choice. Maximum 50 characters.\n maxLength: 5000\n nullable: true\n type: string\n style:\n description: The button style for the choice. Can be `primary` or `secondary`.\n enum:\n - primary\n - secondary\n nullable: true\n type: string\n text:\n description: The text to be selected. Maximum 30 characters.\n maxLength: 5000\n type: string\n required:\n - text\n title: TerminalReaderReaderResourceChoice\n type: object\n x-expandableFields: []\n terminal_reader_reader_resource_collect_config:\n description: Represents a per-transaction override of a reader configuration\n properties:\n enable_customer_cancellation:\n description: Enable customer-initiated cancellation when processing this payment.\n type: boolean\n skip_tipping:\n description: Override showing a tipping selection screen on this transaction.\n type: boolean\n tipping:\n $ref: '#/components/schemas/terminal_reader_reader_resource_tipping_config'\n title: TerminalReaderReaderResourceCollectConfig\n type: object\n x-expandableFields:\n - tipping\n terminal_reader_reader_resource_collect_inputs_action:\n description: Represents a reader action to collect customer inputs\n properties:\n inputs:\n description: List of inputs to be collected.\n items:\n $ref: '#/components/schemas/terminal_reader_reader_resource_input'\n type: array\n metadata:\n additionalProperties:\n maxLength: 500\n type: string\n 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.\n nullable: true\n type: object\n required:\n - inputs\n title: TerminalReaderReaderResourceCollectInputsAction\n type: object\n x-expandableFields:\n - inputs\n terminal_reader_reader_resource_collect_payment_method_action:\n description: Represents a reader action to collect a payment method\n properties:\n collect_config:\n $ref: '#/components/schemas/terminal_reader_reader_resource_collect_config'\n payment_intent:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/payment_intent'\n description: Most recent PaymentIntent processed by the reader.\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/payment_intent'\n payment_method:\n $ref: '#/components/schemas/payment_method'\n required:\n - payment_intent\n title: TerminalReaderReaderResourceCollectPaymentMethodAction\n type: object\n x-expandableFields:\n - collect_config\n - payment_intent\n - payment_method\n terminal_reader_reader_resource_confirm_config:\n description: Represents a per-transaction override of a reader configuration\n properties:\n return_url:\n description: If the customer doesn't abandon authenticating the payment, they're redirected to this URL after completion.\n maxLength: 5000\n type: string\n title: TerminalReaderReaderResourceConfirmConfig\n type: object\n x-expandableFields: []\n terminal_reader_reader_resource_confirm_payment_intent_action:\n description: Represents a reader action to confirm a payment\n properties:\n confirm_config:\n $ref: '#/components/schemas/terminal_reader_reader_resource_confirm_config'\n payment_intent:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/payment_intent'\n description: Most recent PaymentIntent processed by the reader.\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/payment_intent'\n required:\n - payment_intent\n title: TerminalReaderReaderResourceConfirmPaymentIntentAction\n type: object\n x-expandableFields:\n - confirm_config\n - payment_intent\n terminal_reader_reader_resource_custom_text:\n description: Represents custom text to be displayed when collecting the input using a reader\n properties:\n description:\n description: Customize the default description for this input\n maxLength: 5000\n nullable: true\n type: string\n skip_button:\n description: Customize the default label for this input's skip button\n maxLength: 5000\n nullable: true\n type: string\n submit_button:\n description: Customize the default label for this input's submit button\n maxLength: 5000\n nullable: true\n type: string\n title:\n description: Customize the default title for this input\n maxLength: 5000\n nullable: true\n type: string\n title: TerminalReaderReaderResourceCustomText\n type: object\n x-expandableFields: []\n terminal_reader_reader_resource_email:\n description: Information about a email being collected using a reader\n properties:\n value:\n description: The collected email address\n maxLength: 5000\n nullable: true\n type: string\n title: TerminalReaderReaderResourceEmail\n type: object\n x-expandableFields: []\n terminal_reader_reader_resource_input:\n description: Represents an input to be collected using the reader\n properties:\n custom_text:\n anyOf:\n - $ref: '#/components/schemas/terminal_reader_reader_resource_custom_text'\n description: Default text of input being collected.\n nullable: true\n email:\n $ref: '#/components/schemas/terminal_reader_reader_resource_email'\n numeric:\n $ref: '#/components/schemas/terminal_reader_reader_resource_numeric'\n phone:\n $ref: '#/components/schemas/terminal_reader_reader_resource_phone'\n required:\n description: Indicate that this input is required, disabling the skip button.\n nullable: true\n type: boolean\n selection:\n $ref: '#/components/schemas/terminal_reader_reader_resource_selection'\n signature:\n $ref: '#/components/schemas/terminal_reader_reader_resource_signature'\n skipped:\n description: Indicate that this input was skipped by the user.\n type: boolean\n text:\n $ref: '#/components/schemas/terminal_reader_reader_resource_text'\n toggles:\n description: List of toggles being collected. Values are present if collection is complete.\n items:\n $ref: '#/components/schemas/terminal_reader_reader_resource_toggle'\n nullable: true\n type: array\n type:\n description: Type of input being collected.\n enum:\n - email\n - numeric\n - phone\n - selection\n - signature\n - text\n type: string\n required:\n - type\n title: TerminalReaderReaderResourceInput\n type: object\n x-expandableFields:\n - custom_text\n - email\n - numeric\n - phone\n - selection\n - signature\n - text\n - toggles\n terminal_reader_reader_resource_line_item:\n description: Represents a line item to be displayed on the reader\n properties:\n amount:\n description: The amount of the line item. A positive integer in the [smallest currency unit](https://docs.stripe.com/currencies#zero-decimal).\n type: integer\n description:\n description: Description of the line item.\n maxLength: 5000\n type: string\n quantity:\n description: The quantity of the line item.\n type: integer\n required:\n - amount\n - description\n - quantity\n title: TerminalReaderReaderResourceLineItem\n type: object\n x-expandableFields: []\n terminal_reader_reader_resource_numeric:\n description: Information about a number being collected using a reader\n properties:\n value:\n description: The collected number\n maxLength: 5000\n nullable: true\n type: string\n title: TerminalReaderReaderResourceNumeric\n type: object\n x-expandableFields: []\n terminal_reader_reader_resource_phone:\n description: Information about a phone number being collected using a reader\n properties:\n value:\n description: The collected phone number\n maxLength: 5000\n nullable: true\n type: string\n title: TerminalReaderReaderResourcePhone\n type: object\n x-expandableFields: []\n terminal_reader_reader_resource_process_config:\n description: Represents a per-transaction override of a reader configuration\n properties:\n enable_customer_cancellation:\n description: Enable customer-initiated cancellation when processing this payment.\n type: boolean\n return_url:\n description: If the customer doesn't abandon authenticating the payment, they're redirected to this URL after completion.\n maxLength: 5000\n type: string\n skip_tipping:\n description: Override showing a tipping selection screen on this transaction.\n type: boolean\n tipping:\n $ref: '#/components/schemas/terminal_reader_reader_resource_tipping_config'\n title: TerminalReaderReaderResourceProcessConfig\n type: object\n x-expandableFields:\n - tipping\n terminal_reader_reader_resource_process_payment_intent_action:\n description: Represents a reader action to process a payment intent\n properties:\n payment_intent:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/payment_intent'\n description: Most recent PaymentIntent processed by the reader.\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/payment_intent'\n process_config:\n $ref: '#/components/schemas/terminal_reader_reader_resource_process_config'\n required:\n - payment_intent\n title: TerminalReaderReaderResourceProcessPaymentIntentAction\n type: object\n x-expandableFields:\n - payment_intent\n - process_config\n terminal_reader_reader_resource_process_setup_config:\n description: Represents a per-setup override of a reader configuration\n properties:\n enable_customer_cancellation:\n description: Enable customer-initiated cancellation when processing this SetupIntent.\n type: boolean\n title: TerminalReaderReaderResourceProcessSetupConfig\n type: object\n x-expandableFields: []\n terminal_reader_reader_resource_process_setup_intent_action:\n description: Represents a reader action to process a setup intent\n properties:\n generated_card:\n 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.\n maxLength: 5000\n type: string\n process_config:\n $ref: '#/components/schemas/terminal_reader_reader_resource_process_setup_config'\n setup_intent:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/setup_intent'\n description: Most recent SetupIntent processed by the reader.\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/setup_intent'\n required:\n - setup_intent\n title: TerminalReaderReaderResourceProcessSetupIntentAction\n type: object\n x-expandableFields:\n - process_config\n - setup_intent\n terminal_reader_reader_resource_reader_action:\n description: Represents an action performed by the reader\n properties:\n collect_inputs:\n $ref: '#/components/schemas/terminal_reader_reader_resource_collect_inputs_action'\n collect_payment_method:\n $ref: '#/components/schemas/terminal_reader_reader_resource_collect_payment_method_action'\n confirm_payment_intent:\n $ref: '#/components/schemas/terminal_reader_reader_resource_confirm_payment_intent_action'\n failure_code:\n description: Failure code, only set if status is `failed`.\n maxLength: 5000\n nullable: true\n type: string\n failure_message:\n description: Detailed failure message, only set if status is `failed`.\n maxLength: 5000\n nullable: true\n type: string\n process_payment_intent:\n $ref: '#/components/schemas/terminal_reader_reader_resource_process_payment_intent_action'\n process_setup_intent:\n $ref: '#/components/schemas/terminal_reader_reader_resource_process_setup_intent_action'\n refund_payment:\n $ref: '#/components/schemas/terminal_reader_reader_resource_refund_payment_action'\n set_reader_display:\n $ref: '#/components/schemas/terminal_reader_reader_resource_set_reader_display_action'\n status:\n description: Status of the action performed by the reader.\n enum:\n - failed\n - in_progress\n - succeeded\n type: string\n type:\n description: Type of action performed by the reader.\n enum:\n - collect_inputs\n - collect_payment_method\n - confirm_payment_intent\n - process_payment_intent\n - process_setup_intent\n - refund_payment\n - set_reader_display\n type: string\n x-stripeBypassValidation: true\n required:\n - status\n - type\n title: TerminalReaderReaderResourceReaderAction\n type: object\n x-expandableFields:\n - collect_inputs\n - collect_payment_method\n - confirm_payment_intent\n - process_payment_intent\n - process_setup_intent\n - refund_payment\n - set_reader_display\n terminal_reader_reader_resource_refund_payment_action:\n description: Represents a reader action to refund a payment\n properties:\n amount:\n description: The amount being refunded.\n type: integer\n charge:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/charge'\n description: Charge that is being refunded.\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/charge'\n metadata:\n additionalProperties:\n maxLength: 500\n type: string\n 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.\n type: object\n payment_intent:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/payment_intent'\n description: Payment intent that is being refunded.\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/payment_intent'\n reason:\n description: The reason for the refund.\n enum:\n - duplicate\n - fraudulent\n - requested_by_customer\n type: string\n refund:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/refund'\n description: Unique identifier for the refund object.\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/refund'\n refund_application_fee:\n 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.\n type: boolean\n refund_payment_config:\n $ref: '#/components/schemas/terminal_reader_reader_resource_refund_payment_config'\n reverse_transfer:\n 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.\n type: boolean\n title: TerminalReaderReaderResourceRefundPaymentAction\n type: object\n x-expandableFields:\n - charge\n - payment_intent\n - refund\n - refund_payment_config\n terminal_reader_reader_resource_refund_payment_config:\n description: Represents a per-transaction override of a reader configuration\n properties:\n enable_customer_cancellation:\n description: Enable customer-initiated cancellation when refunding this payment.\n type: boolean\n title: TerminalReaderReaderResourceRefundPaymentConfig\n type: object\n x-expandableFields: []\n terminal_reader_reader_resource_selection:\n description: Information about a selection being collected using a reader\n properties:\n choices:\n description: List of possible choices to be selected\n items:\n $ref: '#/components/schemas/terminal_reader_reader_resource_choice'\n type: array\n id:\n description: The id of the selected choice\n maxLength: 5000\n nullable: true\n type: string\n text:\n description: The text of the selected choice\n maxLength: 5000\n nullable: true\n type: string\n required:\n - choices\n title: TerminalReaderReaderResourceSelection\n type: object\n x-expandableFields:\n - choices\n terminal_reader_reader_resource_set_reader_display_action:\n description: Represents a reader action to set the reader display\n properties:\n cart:\n anyOf:\n - $ref: '#/components/schemas/terminal_reader_reader_resource_cart'\n description: Cart object to be displayed by the reader, including line items, amounts, and currency.\n nullable: true\n type:\n description: Type of information to be displayed by the reader. Only `cart` is currently supported.\n enum:\n - cart\n type: string\n required:\n - type\n title: TerminalReaderReaderResourceSetReaderDisplayAction\n type: object\n x-expandableFields:\n - cart\n terminal_reader_reader_resource_signature:\n description: Information about a signature being collected using a reader\n properties:\n value:\n description: The File ID of a collected signature image\n maxLength: 5000\n nullable: true\n type: string\n title: TerminalReaderReaderResourceSignature\n type: object\n x-expandableFields: []\n terminal_reader_reader_resource_text:\n description: Information about text being collected using a reader\n properties:\n value:\n description: The collected text value\n maxLength: 5000\n nullable: true\n type: string\n title: TerminalReaderReaderResourceText\n type: object\n x-expandableFields: []\n terminal_reader_reader_resource_tipping_config:\n description: Represents a per-transaction tipping configuration\n properties:\n amount_eligible:\n 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).\n type: integer\n title: TerminalReaderReaderResourceTippingConfig\n type: object\n x-expandableFields: []\n terminal_reader_reader_resource_toggle:\n description: Information about an input's toggle\n properties:\n default_value:\n description: The toggle's default value. Can be `enabled` or `disabled`.\n enum:\n - disabled\n - enabled\n nullable: true\n type: string\n description:\n description: The toggle's description text. Maximum 50 characters.\n maxLength: 5000\n nullable: true\n type: string\n title:\n description: The toggle's title text. Maximum 50 characters.\n maxLength: 5000\n nullable: true\n type: string\n value:\n description: The toggle's collected value. Can be `enabled` or `disabled`.\n enum:\n - disabled\n - enabled\n nullable: true\n type: string\n title: TerminalReaderReaderResourceToggle\n type: object\n x-expandableFields: []\n test_helpers.test_clock:\n description: |-\n A test clock enables deterministic control over objects in testmode. With a test clock, you can create\n objects 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,\n you 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.\n properties:\n created:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n deletes_after:\n description: Time at which this clock is scheduled to auto delete.\n format: unix-time\n type: integer\n frozen_time:\n description: Time at which all objects belonging to this clock are frozen.\n format: unix-time\n type: integer\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n name:\n description: The custom name supplied at creation.\n maxLength: 5000\n nullable: true\n type: string\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - test_helpers.test_clock\n type: string\n status:\n description: The status of the Test Clock.\n enum:\n - advancing\n - internal_failure\n - ready\n type: string\n status_details:\n $ref: '#/components/schemas/billing_clocks_resource_status_details_status_details'\n required:\n - created\n - deletes_after\n - frozen_time\n - id\n - livemode\n - object\n - status\n - status_details\n title: TestClock\n type: object\n x-expandableFields:\n - status_details\n x-resourceId: test_helpers.test_clock\n three_d_secure_details:\n description: ''\n properties:\n authentication_flow:\n description: |-\n For authenticated transactions: how the customer was authenticated by\n the issuing bank.\n enum:\n - challenge\n - frictionless\n nullable: true\n type: string\n electronic_commerce_indicator:\n description: |-\n The Electronic Commerce Indicator (ECI). A protocol-level field\n indicating what degree of authentication was performed.\n enum:\n - '01'\n - '02'\n - '05'\n - '06'\n - '07'\n nullable: true\n type: string\n x-stripeBypassValidation: true\n result:\n description: Indicates the outcome of 3D Secure authentication.\n enum:\n - attempt_acknowledged\n - authenticated\n - exempted\n - failed\n - not_supported\n - processing_error\n nullable: true\n type: string\n result_reason:\n description: |-\n Additional information about why 3D Secure succeeded or failed based\n on the `result`.\n enum:\n - abandoned\n - bypassed\n - canceled\n - card_not_enrolled\n - network_not_supported\n - protocol_error\n - rejected\n nullable: true\n type: string\n transaction_id:\n description: |-\n The 3D Secure 1 XID or 3D Secure 2 Directory Server Transaction ID\n (dsTransId) for this payment.\n maxLength: 5000\n nullable: true\n type: string\n version:\n description: The version of 3D Secure that was used.\n enum:\n - 1.0.2\n - 2.1.0\n - 2.2.0\n - 2.3.0\n - 2.3.1\n nullable: true\n type: string\n x-stripeBypassValidation: true\n title: three_d_secure_details\n type: object\n x-expandableFields: []\n three_d_secure_details_charge:\n description: ''\n properties:\n authentication_flow:\n description: |-\n For authenticated transactions: how the customer was authenticated by\n the issuing bank.\n enum:\n - challenge\n - frictionless\n nullable: true\n type: string\n electronic_commerce_indicator:\n description: |-\n The Electronic Commerce Indicator (ECI). A protocol-level field\n indicating what degree of authentication was performed.\n enum:\n - '01'\n - '02'\n - '05'\n - '06'\n - '07'\n nullable: true\n type: string\n x-stripeBypassValidation: true\n exemption_indicator:\n description: The exemption requested via 3DS and accepted by the issuer at authentication time.\n enum:\n - low_risk\n - none\n nullable: true\n type: string\n exemption_indicator_applied:\n description: |-\n Whether Stripe requested the value of `exemption_indicator` in the transaction. This will depend on\n the outcome of Stripe's internal risk assessment.\n type: boolean\n result:\n description: Indicates the outcome of 3D Secure authentication.\n enum:\n - attempt_acknowledged\n - authenticated\n - exempted\n - failed\n - not_supported\n - processing_error\n nullable: true\n type: string\n result_reason:\n description: |-\n Additional information about why 3D Secure succeeded or failed based\n on the `result`.\n enum:\n - abandoned\n - bypassed\n - canceled\n - card_not_enrolled\n - network_not_supported\n - protocol_error\n - rejected\n nullable: true\n type: string\n transaction_id:\n description: |-\n The 3D Secure 1 XID or 3D Secure 2 Directory Server Transaction ID\n (dsTransId) for this payment.\n maxLength: 5000\n nullable: true\n type: string\n version:\n description: The version of 3D Secure that was used.\n enum:\n - 1.0.2\n - 2.1.0\n - 2.2.0\n - 2.3.0\n - 2.3.1\n nullable: true\n type: string\n x-stripeBypassValidation: true\n title: three_d_secure_details_charge\n type: object\n x-expandableFields: []\n three_d_secure_usage:\n description: ''\n properties:\n supported:\n description: Whether 3D Secure is supported on this card.\n type: boolean\n required:\n - supported\n title: three_d_secure_usage\n type: object\n x-expandableFields: []\n thresholds_resource_usage_alert_filter:\n description: ''\n properties:\n customer:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/customer'\n description: Limit the scope of the alert to this customer ID\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/customer'\n type:\n enum:\n - customer\n type: string\n required:\n - type\n title: ThresholdsResourceUsageAlertFilter\n type: object\n x-expandableFields:\n - customer\n thresholds_resource_usage_threshold_config:\n description: The usage threshold alert configuration enables setting up alerts for when a certain usage threshold on a specific meter is crossed.\n properties:\n filters:\n description: The filters allow limiting the scope of this usage alert. You can only specify up to one filter at this time.\n items:\n $ref: '#/components/schemas/thresholds_resource_usage_alert_filter'\n nullable: true\n type: array\n gte:\n description: The value at which this alert will trigger.\n type: integer\n meter:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/billing.meter'\n description: The [Billing Meter](/api/billing/meter) ID whose usage is monitored.\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/billing.meter'\n recurrence:\n description: Defines how the alert will behave.\n enum:\n - one_time\n type: string\n x-stripeBypassValidation: true\n required:\n - gte\n - meter\n - recurrence\n title: ThresholdsResourceUsageThresholdConfig\n type: object\n x-expandableFields:\n - filters\n - meter\n token:\n description: |-\n Tokenization is the process Stripe uses to collect sensitive card or bank\n account details, or personally identifiable information (PII), directly from\n your customers in a secure manner. A token representing this information is\n returned to your server to use. Use our\n [recommended payments integrations](https://docs.stripe.com/payments) to perform this process\n on the client-side. This guarantees that no sensitive card data touches your server,\n and allows your integration to operate in a PCI-compliant way.\n\n If you can't use client-side tokenization, you can also create tokens using\n the API with either your publishable or secret API key. If\n your integration uses this method, you're responsible for any PCI compliance\n that it might require, and you must keep your secret API key safe. Unlike with\n client-side tokenization, your customer's information isn't sent directly to\n Stripe, so we can't determine how it's handled or stored.\n\n You can't store or use tokens more than once. To store card or bank account\n information for later use, create [Customer](https://docs.stripe.com/api#customers)\n objects or [External accounts](/api#external_accounts).\n [Radar](https://docs.stripe.com/radar), our integrated solution for automatic fraud protection,\n performs best with integrations that use client-side tokenization.\n properties:\n bank_account:\n $ref: '#/components/schemas/bank_account'\n card:\n $ref: '#/components/schemas/card'\n client_ip:\n description: IP address of the client that generates the token.\n maxLength: 5000\n nullable: true\n type: string\n created:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - token\n type: string\n type:\n description: 'Type of the token: `account`, `bank_account`, `card`, or `pii`.'\n maxLength: 5000\n type: string\n used:\n description: Determines if you have already used this token (you can only use tokens once).\n type: boolean\n required:\n - created\n - id\n - livemode\n - object\n - type\n - used\n title: Token\n type: object\n x-expandableFields:\n - bank_account\n - card\n x-resourceId: token\n token_card_networks:\n description: ''\n properties:\n preferred:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n title: token_card_networks\n type: object\n x-expandableFields: []\n topup:\n description: |-\n To top up your Stripe balance, you create a top-up object. You can retrieve\n individual top-ups, as well as list all top-ups. Top-ups are identified by a\n unique, random ID.\n\n Related guide: [Topping up your platform account](https://docs.stripe.com/connect/top-ups)\n properties:\n amount:\n description: Amount transferred.\n type: integer\n balance_transaction:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/balance_transaction'\n 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.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/balance_transaction'\n created:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n currency:\n 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).\n maxLength: 5000\n type: string\n description:\n description: An arbitrary string attached to the object. Often useful for displaying to users.\n maxLength: 5000\n nullable: true\n type: string\n expected_availability_date:\n 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.\n nullable: true\n type: integer\n failure_code:\n 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).\n maxLength: 5000\n nullable: true\n type: string\n failure_message:\n description: Message to user further explaining reason for top-up failure if available.\n maxLength: 5000\n nullable: true\n type: string\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n metadata:\n additionalProperties:\n maxLength: 500\n type: string\n 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.\n type: object\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - topup\n type: string\n source:\n anyOf:\n - $ref: '#/components/schemas/source'\n description: The source field is deprecated. It might not always be present in the API response.\n nullable: true\n statement_descriptor:\n description: Extra information about a top-up. This will appear on your source's bank statement. It must contain at least one letter.\n maxLength: 5000\n nullable: true\n type: string\n status:\n description: The status of the top-up is either `canceled`, `failed`, `pending`, `reversed`, or `succeeded`.\n enum:\n - canceled\n - failed\n - pending\n - reversed\n - succeeded\n type: string\n transfer_group:\n description: A string that identifies this top-up as part of a group.\n maxLength: 5000\n nullable: true\n type: string\n required:\n - amount\n - created\n - currency\n - id\n - livemode\n - metadata\n - object\n - status\n title: Topup\n type: object\n x-expandableFields:\n - balance_transaction\n - source\n x-resourceId: topup\n transfer:\n description: |-\n A `Transfer` object is created when you move funds between Stripe accounts as\n part of Connect.\n\n Before April 6, 2017, transfers also represented movement of funds from a\n Stripe account to a card or bank account. This behavior has since been split\n out into a [Payout](https://api.stripe.com#payout_object) object, with corresponding payout endpoints. For more\n information, read about the\n [transfer/payout split](https://docs.stripe.com/transfer-payout-split).\n\n Related guide: [Creating separate charges and transfers](https://docs.stripe.com/connect/separate-charges-and-transfers)\n properties:\n amount:\n description: Amount in cents (or local equivalent) to be transferred.\n type: integer\n amount_reversed:\n description: Amount in cents (or local equivalent) reversed (can be less than the amount attribute on the transfer if a partial reversal was issued).\n type: integer\n balance_transaction:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/balance_transaction'\n description: Balance transaction that describes the impact of this transfer on your account balance.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/balance_transaction'\n created:\n description: Time that this record of the transfer was first created.\n format: unix-time\n type: integer\n currency:\n 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).\n format: currency\n type: string\n description:\n description: An arbitrary string attached to the object. Often useful for displaying to users.\n maxLength: 5000\n nullable: true\n type: string\n destination:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/account'\n description: ID of the Stripe account the transfer was sent to.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/account'\n destination_payment:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/charge'\n description: If the destination is a Stripe account, this will be the ID of the payment that the destination account received for the transfer.\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/charge'\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n metadata:\n additionalProperties:\n maxLength: 500\n type: string\n 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.\n type: object\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - transfer\n type: string\n reversals:\n description: A list of reversals that have been applied to the transfer.\n properties:\n data:\n description: Details about each object.\n items:\n $ref: '#/components/schemas/transfer_reversal'\n type: array\n has_more:\n description: True if this list has another page of items after this one that can be fetched.\n type: boolean\n object:\n description: String representing the object's type. Objects of the same type share the same value. Always has the value `list`.\n enum:\n - list\n type: string\n url:\n description: The URL where this list can be accessed.\n maxLength: 5000\n type: string\n required:\n - data\n - has_more\n - object\n - url\n title: TransferReversalList\n type: object\n x-expandableFields:\n - data\n reversed:\n description: Whether the transfer has been fully reversed. If the transfer is only partially reversed, this attribute will still be false.\n type: boolean\n source_transaction:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/charge'\n description: ID of the charge that was used to fund the transfer. If null, the transfer was funded from the available balance.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/charge'\n source_type:\n description: The source balance this transfer came from. One of `card`, `fpx`, or `bank_account`.\n maxLength: 5000\n type: string\n transfer_group:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n required:\n - amount\n - amount_reversed\n - created\n - currency\n - id\n - livemode\n - metadata\n - object\n - reversals\n - reversed\n title: Transfer\n type: object\n x-expandableFields:\n - balance_transaction\n - destination\n - destination_payment\n - reversals\n - source_transaction\n x-resourceId: transfer\n transfer_data:\n description: ''\n properties:\n amount:\n description: |-\n 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).\n type: integer\n destination:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/account'\n 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.\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/account'\n required:\n - destination\n title: transfer_data\n type: object\n x-expandableFields:\n - destination\n transfer_reversal:\n description: |-\n [Stripe Connect](https://docs.stripe.com/connect) platforms can reverse transfers made to a\n connected account, either entirely or partially, and can also specify whether\n to refund any related application fees. Transfer reversals add to the\n platform's balance and subtract from the destination account's balance.\n\n Reversing a transfer that was made for a [destination\n charge](/docs/connect/destination-charges) is allowed only up to the amount of\n the charge. It is possible to reverse a\n [transfer_group](https://docs.stripe.com/connect/separate-charges-and-transfers#transfer-options)\n transfer only if the destination account has enough balance to cover the\n reversal.\n\n Related guide: [Reverse transfers](https://docs.stripe.com/connect/separate-charges-and-transfers#reverse-transfers)\n properties:\n amount:\n description: Amount, in cents (or local equivalent).\n type: integer\n balance_transaction:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/balance_transaction'\n description: Balance transaction that describes the impact on your account balance.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/balance_transaction'\n created:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n currency:\n 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).\n format: currency\n type: string\n destination_payment_refund:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/refund'\n description: Linked payment refund for the transfer reversal.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/refund'\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n metadata:\n additionalProperties:\n maxLength: 500\n type: string\n 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.\n nullable: true\n type: object\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - transfer_reversal\n type: string\n source_refund:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/refund'\n description: ID of the refund responsible for the transfer reversal.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/refund'\n transfer:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/transfer'\n description: ID of the transfer that was reversed.\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/transfer'\n required:\n - amount\n - created\n - currency\n - id\n - object\n - transfer\n title: TransferReversal\n type: object\n x-expandableFields:\n - balance_transaction\n - destination_payment_refund\n - source_refund\n - transfer\n x-resourceId: transfer_reversal\n transfer_schedule:\n description: ''\n properties:\n delay_days:\n description: The number of days charges for the account will be held before being paid out.\n type: integer\n interval:\n description: How frequently funds will be paid out. One of `manual` (payouts only created via API call), `daily`, `weekly`, or `monthly`.\n maxLength: 5000\n type: string\n monthly_anchor:\n 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.\n type: integer\n monthly_payout_days:\n 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.\n items:\n type: integer\n type: array\n weekly_anchor:\n description: The day of the week funds will be paid out, of the style 'monday', 'tuesday', etc. Only shown if `interval` is weekly.\n maxLength: 5000\n type: string\n weekly_payout_days:\n 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.\n items:\n enum:\n - friday\n - monday\n - thursday\n - tuesday\n - wednesday\n type: string\n x-stripeBypassValidation: true\n type: array\n required:\n - delay_days\n - interval\n title: TransferSchedule\n type: object\n x-expandableFields: []\n transform_quantity:\n description: ''\n properties:\n divide_by:\n description: Divide usage by this number.\n type: integer\n round:\n description: After division, either round the result `up` or `down`.\n enum:\n - down\n - up\n type: string\n required:\n - divide_by\n - round\n title: TransformQuantity\n type: object\n x-expandableFields: []\n transform_usage:\n description: ''\n properties:\n divide_by:\n description: Divide usage by this number.\n type: integer\n round:\n description: After division, either round the result `up` or `down`.\n enum:\n - down\n - up\n type: string\n required:\n - divide_by\n - round\n title: TransformUsage\n type: object\n x-expandableFields: []\n treasury.credit_reversal:\n 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.\n properties:\n amount:\n description: Amount (in cents) transferred.\n type: integer\n created:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n currency:\n 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).\n format: currency\n type: string\n financial_account:\n description: The FinancialAccount to reverse funds from.\n maxLength: 5000\n type: string\n hosted_regulatory_receipt_url:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n metadata:\n additionalProperties:\n maxLength: 500\n type: string\n 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.\n type: object\n network:\n description: The rails used to reverse the funds.\n enum:\n - ach\n - stripe\n type: string\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - treasury.credit_reversal\n type: string\n received_credit:\n description: The ReceivedCredit being reversed.\n maxLength: 5000\n type: string\n status:\n description: Status of the CreditReversal\n enum:\n - canceled\n - posted\n - processing\n type: string\n status_transitions:\n $ref: '#/components/schemas/treasury_received_credits_resource_status_transitions'\n transaction:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/treasury.transaction'\n description: The Transaction associated with this object.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/treasury.transaction'\n required:\n - amount\n - created\n - currency\n - financial_account\n - id\n - livemode\n - metadata\n - network\n - object\n - received_credit\n - status\n - status_transitions\n title: TreasuryReceivedCreditsResourceCreditReversal\n type: object\n x-expandableFields:\n - status_transitions\n - transaction\n x-resourceId: treasury.credit_reversal\n treasury.debit_reversal:\n 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.\n properties:\n amount:\n description: Amount (in cents) transferred.\n type: integer\n created:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n currency:\n 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).\n format: currency\n type: string\n financial_account:\n description: The FinancialAccount to reverse funds from.\n maxLength: 5000\n nullable: true\n type: string\n hosted_regulatory_receipt_url:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n linked_flows:\n anyOf:\n - $ref: '#/components/schemas/treasury_received_debits_resource_debit_reversal_linked_flows'\n description: Other flows linked to a DebitReversal.\n nullable: true\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n metadata:\n additionalProperties:\n maxLength: 500\n type: string\n 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.\n type: object\n network:\n description: The rails used to reverse the funds.\n enum:\n - ach\n - card\n type: string\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - treasury.debit_reversal\n type: string\n received_debit:\n description: The ReceivedDebit being reversed.\n maxLength: 5000\n type: string\n status:\n description: Status of the DebitReversal\n enum:\n - failed\n - processing\n - succeeded\n type: string\n status_transitions:\n $ref: '#/components/schemas/treasury_received_debits_resource_status_transitions'\n transaction:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/treasury.transaction'\n description: The Transaction associated with this object.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/treasury.transaction'\n required:\n - amount\n - created\n - currency\n - id\n - livemode\n - metadata\n - network\n - object\n - received_debit\n - status\n - status_transitions\n title: TreasuryReceivedDebitsResourceDebitReversal\n type: object\n x-expandableFields:\n - linked_flows\n - status_transitions\n - transaction\n x-resourceId: treasury.debit_reversal\n treasury.financial_account:\n description: |-\n Stripe Treasury provides users with a container for money called a FinancialAccount that is separate from their Payments balance.\n FinancialAccounts serve as the source and destination of Treasury’s money movement APIs.\n properties:\n active_features:\n description: The array of paths to active Features in the Features hash.\n items:\n enum:\n - card_issuing\n - deposit_insurance\n - financial_addresses.aba\n - financial_addresses.aba.forwarding\n - inbound_transfers.ach\n - intra_stripe_flows\n - outbound_payments.ach\n - outbound_payments.us_domestic_wire\n - outbound_transfers.ach\n - outbound_transfers.us_domestic_wire\n - remote_deposit_capture\n type: string\n x-stripeBypassValidation: true\n type: array\n balance:\n $ref: '#/components/schemas/treasury_financial_accounts_resource_balance'\n country:\n description: Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).\n maxLength: 5000\n type: string\n created:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n features:\n $ref: '#/components/schemas/treasury.financial_account_features'\n financial_addresses:\n description: The set of credentials that resolve to a FinancialAccount.\n items:\n $ref: '#/components/schemas/treasury_financial_accounts_resource_financial_address'\n type: array\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n is_default:\n type: boolean\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n metadata:\n additionalProperties:\n maxLength: 500\n type: string\n 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.\n nullable: true\n type: object\n nickname:\n description: The nickname for the FinancialAccount.\n maxLength: 5000\n nullable: true\n type: string\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - treasury.financial_account\n type: string\n pending_features:\n description: The array of paths to pending Features in the Features hash.\n items:\n enum:\n - card_issuing\n - deposit_insurance\n - financial_addresses.aba\n - financial_addresses.aba.forwarding\n - inbound_transfers.ach\n - intra_stripe_flows\n - outbound_payments.ach\n - outbound_payments.us_domestic_wire\n - outbound_transfers.ach\n - outbound_transfers.us_domestic_wire\n - remote_deposit_capture\n type: string\n x-stripeBypassValidation: true\n type: array\n platform_restrictions:\n anyOf:\n - $ref: '#/components/schemas/treasury_financial_accounts_resource_platform_restrictions'\n description: The set of functionalities that the platform can restrict on the FinancialAccount.\n nullable: true\n restricted_features:\n description: The array of paths to restricted Features in the Features hash.\n items:\n enum:\n - card_issuing\n - deposit_insurance\n - financial_addresses.aba\n - financial_addresses.aba.forwarding\n - inbound_transfers.ach\n - intra_stripe_flows\n - outbound_payments.ach\n - outbound_payments.us_domestic_wire\n - outbound_transfers.ach\n - outbound_transfers.us_domestic_wire\n - remote_deposit_capture\n type: string\n x-stripeBypassValidation: true\n type: array\n status:\n description: Status of this FinancialAccount.\n enum:\n - closed\n - open\n type: string\n x-stripeBypassValidation: true\n status_details:\n $ref: '#/components/schemas/treasury_financial_accounts_resource_status_details'\n supported_currencies:\n 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.\n items:\n type: string\n type: array\n required:\n - balance\n - country\n - created\n - financial_addresses\n - id\n - livemode\n - object\n - status\n - status_details\n - supported_currencies\n title: TreasuryFinancialAccountsResourceFinancialAccount\n type: object\n x-expandableFields:\n - balance\n - features\n - financial_addresses\n - platform_restrictions\n - status_details\n x-resourceId: treasury.financial_account\n treasury.financial_account_features:\n description: |-\n Encodes whether a FinancialAccount has access to a particular Feature, with a `status` enum and associated `status_details`.\n Stripe or the platform can control Features via the requested field.\n properties:\n card_issuing:\n $ref: '#/components/schemas/treasury_financial_accounts_resource_toggle_settings'\n deposit_insurance:\n $ref: '#/components/schemas/treasury_financial_accounts_resource_toggle_settings'\n financial_addresses:\n $ref: '#/components/schemas/treasury_financial_accounts_resource_financial_addresses_features'\n inbound_transfers:\n $ref: '#/components/schemas/treasury_financial_accounts_resource_inbound_transfers'\n intra_stripe_flows:\n $ref: '#/components/schemas/treasury_financial_accounts_resource_toggle_settings'\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - treasury.financial_account_features\n type: string\n outbound_payments:\n $ref: '#/components/schemas/treasury_financial_accounts_resource_outbound_payments'\n outbound_transfers:\n $ref: '#/components/schemas/treasury_financial_accounts_resource_outbound_transfers'\n required:\n - object\n title: TreasuryFinancialAccountsResourceFinancialAccountFeatures\n type: object\n x-expandableFields:\n - card_issuing\n - deposit_insurance\n - financial_addresses\n - inbound_transfers\n - intra_stripe_flows\n - outbound_payments\n - outbound_transfers\n x-resourceId: treasury.financial_account_features\n treasury.inbound_transfer:\n description: |-\n 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\n Related guide: [Moving money with Treasury using InboundTransfer objects](https://docs.stripe.com/docs/treasury/moving-money/financial-accounts/into/inbound-transfers)\n properties:\n amount:\n description: Amount (in cents) transferred.\n type: integer\n cancelable:\n description: Returns `true` if the InboundTransfer is able to be canceled.\n type: boolean\n created:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n currency:\n 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).\n format: currency\n type: string\n description:\n description: An arbitrary string attached to the object. Often useful for displaying to users.\n maxLength: 5000\n nullable: true\n type: string\n failure_details:\n anyOf:\n - $ref: '#/components/schemas/treasury_inbound_transfers_resource_failure_details'\n description: Details about this InboundTransfer's failure. Only set when status is `failed`.\n nullable: true\n financial_account:\n description: The FinancialAccount that received the funds.\n maxLength: 5000\n type: string\n hosted_regulatory_receipt_url:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n linked_flows:\n $ref: '#/components/schemas/treasury_inbound_transfers_resource_inbound_transfer_resource_linked_flows'\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n metadata:\n additionalProperties:\n maxLength: 500\n type: string\n 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.\n type: object\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - treasury.inbound_transfer\n type: string\n origin_payment_method:\n description: The origin payment method to be debited for an InboundTransfer.\n maxLength: 5000\n nullable: true\n type: string\n origin_payment_method_details:\n anyOf:\n - $ref: '#/components/schemas/inbound_transfers'\n description: Details about the PaymentMethod for an InboundTransfer.\n nullable: true\n returned:\n description: Returns `true` if the funds for an InboundTransfer were returned after the InboundTransfer went to the `succeeded` state.\n nullable: true\n type: boolean\n statement_descriptor:\n description: Statement descriptor shown when funds are debited from the source. Not all payment networks support `statement_descriptor`.\n maxLength: 5000\n type: string\n status:\n 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.'\n enum:\n - canceled\n - failed\n - processing\n - succeeded\n type: string\n x-stripeBypassValidation: true\n status_transitions:\n $ref: '#/components/schemas/treasury_inbound_transfers_resource_inbound_transfer_resource_status_transitions'\n transaction:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/treasury.transaction'\n description: The Transaction associated with this object.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/treasury.transaction'\n required:\n - amount\n - cancelable\n - created\n - currency\n - financial_account\n - id\n - linked_flows\n - livemode\n - metadata\n - object\n - statement_descriptor\n - status\n - status_transitions\n title: TreasuryInboundTransfersResourceInboundTransfer\n type: object\n x-expandableFields:\n - failure_details\n - linked_flows\n - origin_payment_method_details\n - status_transitions\n - transaction\n x-resourceId: treasury.inbound_transfer\n treasury.outbound_payment:\n description: |-\n 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\n Simulate OutboundPayment state changes with the `/v1/test_helpers/treasury/outbound_payments` endpoints. These methods can only be called on test mode objects.\n\n Related guide: [Moving money with Treasury using OutboundPayment objects](https://docs.stripe.com/docs/treasury/moving-money/financial-accounts/out-of/outbound-payments)\n properties:\n amount:\n description: Amount (in cents) transferred.\n type: integer\n cancelable:\n description: Returns `true` if the object can be canceled, and `false` otherwise.\n type: boolean\n created:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n currency:\n 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).\n format: currency\n type: string\n customer:\n description: ID of the [customer](https://docs.stripe.com/api/customers) to whom an OutboundPayment is sent.\n maxLength: 5000\n nullable: true\n type: string\n description:\n description: An arbitrary string attached to the object. Often useful for displaying to users.\n maxLength: 5000\n nullable: true\n type: string\n destination_payment_method:\n description: The PaymentMethod via which an OutboundPayment is sent. This field can be empty if the OutboundPayment was created using `destination_payment_method_data`.\n maxLength: 5000\n nullable: true\n type: string\n destination_payment_method_details:\n anyOf:\n - $ref: '#/components/schemas/outbound_payments_payment_method_details'\n description: Details about the PaymentMethod for an OutboundPayment.\n nullable: true\n end_user_details:\n anyOf:\n - $ref: '#/components/schemas/treasury_outbound_payments_resource_outbound_payment_resource_end_user_details'\n description: Details about the end user.\n nullable: true\n expected_arrival_date:\n description: The date when funds are expected to arrive in the destination account.\n format: unix-time\n type: integer\n financial_account:\n description: The FinancialAccount that funds were pulled from.\n maxLength: 5000\n type: string\n hosted_regulatory_receipt_url:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n metadata:\n additionalProperties:\n maxLength: 500\n type: string\n 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.\n type: object\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - treasury.outbound_payment\n type: string\n returned_details:\n anyOf:\n - $ref: '#/components/schemas/treasury_outbound_payments_resource_returned_status'\n description: Details about a returned OutboundPayment. Only set when the status is `returned`.\n nullable: true\n statement_descriptor:\n description: The description that appears on the receiving end for an OutboundPayment (for example, bank statement for external bank transfer).\n maxLength: 5000\n type: string\n status:\n 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`.'\n enum:\n - canceled\n - failed\n - posted\n - processing\n - returned\n type: string\n status_transitions:\n $ref: '#/components/schemas/treasury_outbound_payments_resource_outbound_payment_resource_status_transitions'\n tracking_details:\n anyOf:\n - $ref: '#/components/schemas/treasury_outbound_payments_resource_outbound_payment_resource_tracking_details'\n description: Details about network-specific tracking information if available.\n nullable: true\n transaction:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/treasury.transaction'\n description: The Transaction associated with this object.\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/treasury.transaction'\n required:\n - amount\n - cancelable\n - created\n - currency\n - expected_arrival_date\n - financial_account\n - id\n - livemode\n - metadata\n - object\n - statement_descriptor\n - status\n - status_transitions\n - transaction\n title: TreasuryOutboundPaymentsResourceOutboundPayment\n type: object\n x-expandableFields:\n - destination_payment_method_details\n - end_user_details\n - returned_details\n - status_transitions\n - tracking_details\n - transaction\n x-resourceId: treasury.outbound_payment\n treasury.outbound_transfer:\n description: |-\n 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\n Simulate OutboundTransfer state changes with the `/v1/test_helpers/treasury/outbound_transfers` endpoints. These methods can only be called on test mode objects.\n\n Related guide: [Moving money with Treasury using OutboundTransfer objects](https://docs.stripe.com/docs/treasury/moving-money/financial-accounts/out-of/outbound-transfers)\n properties:\n amount:\n description: Amount (in cents) transferred.\n type: integer\n cancelable:\n description: Returns `true` if the object can be canceled, and `false` otherwise.\n type: boolean\n created:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n currency:\n 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).\n format: currency\n type: string\n description:\n description: An arbitrary string attached to the object. Often useful for displaying to users.\n maxLength: 5000\n nullable: true\n type: string\n destination_payment_method:\n description: The PaymentMethod used as the payment instrument for an OutboundTransfer.\n maxLength: 5000\n nullable: true\n type: string\n destination_payment_method_details:\n $ref: '#/components/schemas/outbound_transfers_payment_method_details'\n expected_arrival_date:\n description: The date when funds are expected to arrive in the destination account.\n format: unix-time\n type: integer\n financial_account:\n description: The FinancialAccount that funds were pulled from.\n maxLength: 5000\n type: string\n hosted_regulatory_receipt_url:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n metadata:\n additionalProperties:\n maxLength: 500\n type: string\n 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.\n type: object\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - treasury.outbound_transfer\n type: string\n returned_details:\n anyOf:\n - $ref: '#/components/schemas/treasury_outbound_transfers_resource_returned_details'\n description: Details about a returned OutboundTransfer. Only set when the status is `returned`.\n nullable: true\n statement_descriptor:\n description: Information about the OutboundTransfer to be sent to the recipient account.\n maxLength: 5000\n type: string\n status:\n 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`.'\n enum:\n - canceled\n - failed\n - posted\n - processing\n - returned\n type: string\n status_transitions:\n $ref: '#/components/schemas/treasury_outbound_transfers_resource_status_transitions'\n tracking_details:\n anyOf:\n - $ref: '#/components/schemas/treasury_outbound_transfers_resource_outbound_transfer_resource_tracking_details'\n description: Details about network-specific tracking information if available.\n nullable: true\n transaction:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/treasury.transaction'\n description: The Transaction associated with this object.\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/treasury.transaction'\n required:\n - amount\n - cancelable\n - created\n - currency\n - destination_payment_method_details\n - expected_arrival_date\n - financial_account\n - id\n - livemode\n - metadata\n - object\n - statement_descriptor\n - status\n - status_transitions\n - transaction\n title: TreasuryOutboundTransfersResourceOutboundTransfer\n type: object\n x-expandableFields:\n - destination_payment_method_details\n - returned_details\n - status_transitions\n - tracking_details\n - transaction\n x-resourceId: treasury.outbound_transfer\n treasury.received_credit:\n 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.\n properties:\n amount:\n description: Amount (in cents) transferred.\n type: integer\n created:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n currency:\n 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).\n format: currency\n type: string\n description:\n description: An arbitrary string attached to the object. Often useful for displaying to users.\n maxLength: 5000\n type: string\n failure_code:\n description: Reason for the failure. A ReceivedCredit might fail because the receiving FinancialAccount is closed or frozen.\n enum:\n - account_closed\n - account_frozen\n - international_transaction\n - other\n nullable: true\n type: string\n x-stripeBypassValidation: true\n financial_account:\n description: The FinancialAccount that received the funds.\n maxLength: 5000\n nullable: true\n type: string\n hosted_regulatory_receipt_url:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n initiating_payment_method_details:\n $ref: '#/components/schemas/treasury_shared_resource_initiating_payment_method_details_initiating_payment_method_details'\n linked_flows:\n $ref: '#/components/schemas/treasury_received_credits_resource_linked_flows'\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n network:\n description: The rails used to send the funds.\n enum:\n - ach\n - card\n - stripe\n - us_domestic_wire\n type: string\n x-stripeBypassValidation: true\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - treasury.received_credit\n type: string\n reversal_details:\n anyOf:\n - $ref: '#/components/schemas/treasury_received_credits_resource_reversal_details'\n description: Details describing when a ReceivedCredit may be reversed.\n nullable: true\n status:\n 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.\n enum:\n - failed\n - succeeded\n type: string\n x-stripeBypassValidation: true\n transaction:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/treasury.transaction'\n description: The Transaction associated with this object.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/treasury.transaction'\n required:\n - amount\n - created\n - currency\n - description\n - id\n - initiating_payment_method_details\n - linked_flows\n - livemode\n - network\n - object\n - status\n title: TreasuryReceivedCreditsResourceReceivedCredit\n type: object\n x-expandableFields:\n - initiating_payment_method_details\n - linked_flows\n - reversal_details\n - transaction\n x-resourceId: treasury.received_credit\n treasury.received_debit:\n description: ReceivedDebits represent funds pulled from a [FinancialAccount](https://api.stripe.com#financial_accounts). These are not initiated from the FinancialAccount.\n properties:\n amount:\n description: Amount (in cents) transferred.\n type: integer\n created:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n currency:\n 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).\n format: currency\n type: string\n description:\n description: An arbitrary string attached to the object. Often useful for displaying to users.\n maxLength: 5000\n type: string\n failure_code:\n description: Reason for the failure. A ReceivedDebit might fail because the FinancialAccount doesn't have sufficient funds, is closed, or is frozen.\n enum:\n - account_closed\n - account_frozen\n - insufficient_funds\n - international_transaction\n - other\n nullable: true\n type: string\n financial_account:\n description: The FinancialAccount that funds were pulled from.\n maxLength: 5000\n nullable: true\n type: string\n hosted_regulatory_receipt_url:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n initiating_payment_method_details:\n $ref: '#/components/schemas/treasury_shared_resource_initiating_payment_method_details_initiating_payment_method_details'\n linked_flows:\n $ref: '#/components/schemas/treasury_received_debits_resource_linked_flows'\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n network:\n description: The network used for the ReceivedDebit.\n enum:\n - ach\n - card\n - stripe\n type: string\n x-stripeBypassValidation: true\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - treasury.received_debit\n type: string\n reversal_details:\n anyOf:\n - $ref: '#/components/schemas/treasury_received_debits_resource_reversal_details'\n description: Details describing when a ReceivedDebit might be reversed.\n nullable: true\n status:\n 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`.\n enum:\n - failed\n - succeeded\n type: string\n x-stripeBypassValidation: true\n transaction:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/treasury.transaction'\n description: The Transaction associated with this object.\n nullable: true\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/treasury.transaction'\n required:\n - amount\n - created\n - currency\n - description\n - id\n - linked_flows\n - livemode\n - network\n - object\n - status\n title: TreasuryReceivedDebitsResourceReceivedDebit\n type: object\n x-expandableFields:\n - initiating_payment_method_details\n - linked_flows\n - reversal_details\n - transaction\n x-resourceId: treasury.received_debit\n treasury.transaction:\n description: Transactions represent changes to a [FinancialAccount's](https://api.stripe.com#financial_accounts) balance.\n properties:\n amount:\n description: Amount (in cents) transferred.\n type: integer\n balance_impact:\n $ref: '#/components/schemas/treasury_transactions_resource_balance_impact'\n created:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n currency:\n 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).\n format: currency\n type: string\n description:\n description: An arbitrary string attached to the object. Often useful for displaying to users.\n maxLength: 5000\n type: string\n entries:\n description: A list of TransactionEntries that are part of this Transaction. This cannot be expanded in any list endpoints.\n nullable: true\n properties:\n data:\n description: Details about each object.\n items:\n $ref: '#/components/schemas/treasury.transaction_entry'\n type: array\n has_more:\n description: True if this list has another page of items after this one that can be fetched.\n type: boolean\n object:\n description: String representing the object's type. Objects of the same type share the same value. Always has the value `list`.\n enum:\n - list\n type: string\n url:\n description: The URL where this list can be accessed.\n maxLength: 5000\n pattern: ^/v1/treasury/transaction_entries\n type: string\n required:\n - data\n - has_more\n - object\n - url\n title: TreasuryTransactionsResourceTransactionEntryList\n type: object\n x-expandableFields:\n - data\n financial_account:\n description: The FinancialAccount associated with this object.\n maxLength: 5000\n type: string\n flow:\n description: ID of the flow that created the Transaction.\n maxLength: 5000\n nullable: true\n type: string\n flow_details:\n anyOf:\n - $ref: '#/components/schemas/treasury_transactions_resource_flow_details'\n description: Details of the flow that created the Transaction.\n nullable: true\n flow_type:\n description: Type of the flow that created the Transaction.\n enum:\n - credit_reversal\n - debit_reversal\n - inbound_transfer\n - issuing_authorization\n - other\n - outbound_payment\n - outbound_transfer\n - received_credit\n - received_debit\n type: string\n x-stripeBypassValidation: true\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - treasury.transaction\n type: string\n status:\n description: Status of the Transaction.\n enum:\n - open\n - posted\n - void\n type: string\n status_transitions:\n $ref: '#/components/schemas/treasury_transactions_resource_abstract_transaction_resource_status_transitions'\n required:\n - amount\n - balance_impact\n - created\n - currency\n - description\n - financial_account\n - flow_type\n - id\n - livemode\n - object\n - status\n - status_transitions\n title: TreasuryTransactionsResourceTransaction\n type: object\n x-expandableFields:\n - balance_impact\n - entries\n - flow_details\n - status_transitions\n x-resourceId: treasury.transaction\n treasury.transaction_entry:\n description: TransactionEntries represent individual units of money movements within a single [Transaction](https://api.stripe.com#transactions).\n properties:\n balance_impact:\n $ref: '#/components/schemas/treasury_transactions_resource_balance_impact'\n created:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n currency:\n 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).\n format: currency\n type: string\n effective_at:\n description: When the TransactionEntry will impact the FinancialAccount's balance.\n format: unix-time\n type: integer\n financial_account:\n description: The FinancialAccount associated with this object.\n maxLength: 5000\n type: string\n flow:\n description: Token of the flow associated with the TransactionEntry.\n maxLength: 5000\n nullable: true\n type: string\n flow_details:\n anyOf:\n - $ref: '#/components/schemas/treasury_transactions_resource_flow_details'\n description: Details of the flow associated with the TransactionEntry.\n nullable: true\n flow_type:\n description: Type of the flow associated with the TransactionEntry.\n enum:\n - credit_reversal\n - debit_reversal\n - inbound_transfer\n - issuing_authorization\n - other\n - outbound_payment\n - outbound_transfer\n - received_credit\n - received_debit\n type: string\n x-stripeBypassValidation: true\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - treasury.transaction_entry\n type: string\n transaction:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/treasury.transaction'\n description: The Transaction associated with this object.\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/treasury.transaction'\n type:\n description: The specific money movement that generated the TransactionEntry.\n enum:\n - credit_reversal\n - credit_reversal_posting\n - debit_reversal\n - inbound_transfer\n - inbound_transfer_return\n - issuing_authorization_hold\n - issuing_authorization_release\n - other\n - outbound_payment\n - outbound_payment_cancellation\n - outbound_payment_failure\n - outbound_payment_posting\n - outbound_payment_return\n - outbound_transfer\n - outbound_transfer_cancellation\n - outbound_transfer_failure\n - outbound_transfer_posting\n - outbound_transfer_return\n - received_credit\n - received_debit\n type: string\n required:\n - balance_impact\n - created\n - currency\n - effective_at\n - financial_account\n - flow_type\n - id\n - livemode\n - object\n - transaction\n - type\n title: TreasuryTransactionsResourceTransactionEntry\n type: object\n x-expandableFields:\n - balance_impact\n - flow_details\n - transaction\n x-resourceId: treasury.transaction_entry\n treasury_financial_accounts_resource_aba_record:\n description: ABA Records contain U.S. bank account details per the ABA format.\n properties:\n account_holder_name:\n description: The name of the person or business that owns the bank account.\n maxLength: 5000\n type: string\n account_number:\n description: The account number.\n maxLength: 5000\n nullable: true\n type: string\n account_number_last4:\n description: The last four characters of the account number.\n maxLength: 5000\n type: string\n bank_name:\n description: Name of the bank.\n maxLength: 5000\n type: string\n routing_number:\n description: Routing number for the account.\n maxLength: 5000\n type: string\n required:\n - account_holder_name\n - account_number_last4\n - bank_name\n - routing_number\n title: TreasuryFinancialAccountsResourceABARecord\n type: object\n x-expandableFields: []\n treasury_financial_accounts_resource_aba_toggle_settings:\n description: Toggle settings for enabling/disabling the ABA address feature\n properties:\n requested:\n description: Whether the FinancialAccount should have the Feature.\n type: boolean\n status:\n description: Whether the Feature is operational.\n enum:\n - active\n - pending\n - restricted\n type: string\n status_details:\n description: Additional details; includes at least one entry when the status is not `active`.\n items:\n $ref: '#/components/schemas/treasury_financial_accounts_resource_toggles_setting_status_details'\n type: array\n required:\n - requested\n - status\n - status_details\n title: TreasuryFinancialAccountsResourceAbaToggleSettings\n type: object\n x-expandableFields:\n - status_details\n treasury_financial_accounts_resource_balance:\n description: Balance information for the FinancialAccount\n properties:\n cash:\n additionalProperties:\n type: integer\n description: Funds the user can spend right now.\n type: object\n inbound_pending:\n additionalProperties:\n type: integer\n description: Funds not spendable yet, but will become available at a later time.\n type: object\n outbound_pending:\n additionalProperties:\n type: integer\n description: Funds in the account, but not spendable because they are being held for pending outbound flows.\n type: object\n required:\n - cash\n - inbound_pending\n - outbound_pending\n title: TreasuryFinancialAccountsResourceBalance\n type: object\n x-expandableFields: []\n treasury_financial_accounts_resource_closed_status_details:\n description: ''\n properties:\n reasons:\n description: The array that contains reasons for a FinancialAccount closure.\n items:\n enum:\n - account_rejected\n - closed_by_platform\n - other\n type: string\n type: array\n required:\n - reasons\n title: TreasuryFinancialAccountsResourceClosedStatusDetails\n type: object\n x-expandableFields: []\n treasury_financial_accounts_resource_financial_address:\n description: FinancialAddresses contain identifying information that resolves to a FinancialAccount.\n properties:\n aba:\n $ref: '#/components/schemas/treasury_financial_accounts_resource_aba_record'\n supported_networks:\n description: The list of networks that the address supports\n items:\n enum:\n - ach\n - us_domestic_wire\n type: string\n x-stripeBypassValidation: true\n type: array\n type:\n description: The type of financial address\n enum:\n - aba\n type: string\n x-stripeBypassValidation: true\n required:\n - type\n title: TreasuryFinancialAccountsResourceFinancialAddress\n type: object\n x-expandableFields:\n - aba\n treasury_financial_accounts_resource_financial_addresses_features:\n description: Settings related to Financial Addresses features on a Financial Account\n properties:\n aba:\n $ref: '#/components/schemas/treasury_financial_accounts_resource_aba_toggle_settings'\n title: TreasuryFinancialAccountsResourceFinancialAddressesFeatures\n type: object\n x-expandableFields:\n - aba\n treasury_financial_accounts_resource_inbound_ach_toggle_settings:\n description: Toggle settings for enabling/disabling an inbound ACH specific feature\n properties:\n requested:\n description: Whether the FinancialAccount should have the Feature.\n type: boolean\n status:\n description: Whether the Feature is operational.\n enum:\n - active\n - pending\n - restricted\n type: string\n status_details:\n description: Additional details; includes at least one entry when the status is not `active`.\n items:\n $ref: '#/components/schemas/treasury_financial_accounts_resource_toggles_setting_status_details'\n type: array\n required:\n - requested\n - status\n - status_details\n title: TreasuryFinancialAccountsResourceInboundAchToggleSettings\n type: object\n x-expandableFields:\n - status_details\n treasury_financial_accounts_resource_inbound_transfers:\n description: InboundTransfers contains inbound transfers features for a FinancialAccount.\n properties:\n ach:\n $ref: '#/components/schemas/treasury_financial_accounts_resource_inbound_ach_toggle_settings'\n title: TreasuryFinancialAccountsResourceInboundTransfers\n type: object\n x-expandableFields:\n - ach\n treasury_financial_accounts_resource_outbound_ach_toggle_settings:\n description: Toggle settings for enabling/disabling an outbound ACH specific feature\n properties:\n requested:\n description: Whether the FinancialAccount should have the Feature.\n type: boolean\n status:\n description: Whether the Feature is operational.\n enum:\n - active\n - pending\n - restricted\n type: string\n status_details:\n description: Additional details; includes at least one entry when the status is not `active`.\n items:\n $ref: '#/components/schemas/treasury_financial_accounts_resource_toggles_setting_status_details'\n type: array\n required:\n - requested\n - status\n - status_details\n title: TreasuryFinancialAccountsResourceOutboundAchToggleSettings\n type: object\n x-expandableFields:\n - status_details\n treasury_financial_accounts_resource_outbound_payments:\n description: Settings related to Outbound Payments features on a Financial Account\n properties:\n ach:\n $ref: '#/components/schemas/treasury_financial_accounts_resource_outbound_ach_toggle_settings'\n us_domestic_wire:\n $ref: '#/components/schemas/treasury_financial_accounts_resource_toggle_settings'\n title: TreasuryFinancialAccountsResourceOutboundPayments\n type: object\n x-expandableFields:\n - ach\n - us_domestic_wire\n treasury_financial_accounts_resource_outbound_transfers:\n description: OutboundTransfers contains outbound transfers features for a FinancialAccount.\n properties:\n ach:\n $ref: '#/components/schemas/treasury_financial_accounts_resource_outbound_ach_toggle_settings'\n us_domestic_wire:\n $ref: '#/components/schemas/treasury_financial_accounts_resource_toggle_settings'\n title: TreasuryFinancialAccountsResourceOutboundTransfers\n type: object\n x-expandableFields:\n - ach\n - us_domestic_wire\n treasury_financial_accounts_resource_platform_restrictions:\n description: Restrictions that a Connect Platform has placed on this FinancialAccount.\n properties:\n inbound_flows:\n description: Restricts all inbound money movement.\n enum:\n - restricted\n - unrestricted\n nullable: true\n type: string\n outbound_flows:\n description: Restricts all outbound money movement.\n enum:\n - restricted\n - unrestricted\n nullable: true\n type: string\n title: TreasuryFinancialAccountsResourcePlatformRestrictions\n type: object\n x-expandableFields: []\n treasury_financial_accounts_resource_status_details:\n description: ''\n properties:\n closed:\n anyOf:\n - $ref: '#/components/schemas/treasury_financial_accounts_resource_closed_status_details'\n description: Details related to the closure of this FinancialAccount\n nullable: true\n title: TreasuryFinancialAccountsResourceStatusDetails\n type: object\n x-expandableFields:\n - closed\n treasury_financial_accounts_resource_toggle_settings:\n description: Toggle settings for enabling/disabling a feature\n properties:\n requested:\n description: Whether the FinancialAccount should have the Feature.\n type: boolean\n status:\n description: Whether the Feature is operational.\n enum:\n - active\n - pending\n - restricted\n type: string\n status_details:\n description: Additional details; includes at least one entry when the status is not `active`.\n items:\n $ref: '#/components/schemas/treasury_financial_accounts_resource_toggles_setting_status_details'\n type: array\n required:\n - requested\n - status\n - status_details\n title: TreasuryFinancialAccountsResourceToggleSettings\n type: object\n x-expandableFields:\n - status_details\n treasury_financial_accounts_resource_toggles_setting_status_details:\n description: Additional details on the FinancialAccount Features information.\n properties:\n code:\n description: Represents the reason why the status is `pending` or `restricted`.\n enum:\n - activating\n - capability_not_requested\n - financial_account_closed\n - rejected_other\n - rejected_unsupported_business\n - requirements_past_due\n - requirements_pending_verification\n - restricted_by_platform\n - restricted_other\n type: string\n x-stripeBypassValidation: true\n resolution:\n description: Represents what the user should do, if anything, to activate the Feature.\n enum:\n - contact_stripe\n - provide_information\n - remove_restriction\n nullable: true\n type: string\n x-stripeBypassValidation: true\n restriction:\n description: The `platform_restrictions` that are restricting this Feature.\n enum:\n - inbound_flows\n - outbound_flows\n type: string\n x-stripeBypassValidation: true\n required:\n - code\n title: TreasuryFinancialAccountsResourceTogglesSettingStatusDetails\n type: object\n x-expandableFields: []\n treasury_inbound_transfers_resource_failure_details:\n description: ''\n properties:\n code:\n description: Reason for the failure.\n enum:\n - account_closed\n - account_frozen\n - bank_account_restricted\n - bank_ownership_changed\n - debit_not_authorized\n - incorrect_account_holder_address\n - incorrect_account_holder_name\n - incorrect_account_holder_tax_id\n - insufficient_funds\n - invalid_account_number\n - invalid_currency\n - no_account\n - other\n type: string\n required:\n - code\n title: TreasuryInboundTransfersResourceFailureDetails\n type: object\n x-expandableFields: []\n treasury_inbound_transfers_resource_inbound_transfer_resource_linked_flows:\n description: ''\n properties:\n received_debit:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n title: TreasuryInboundTransfersResourceInboundTransferResourceLinkedFlows\n type: object\n x-expandableFields: []\n treasury_inbound_transfers_resource_inbound_transfer_resource_status_transitions:\n description: ''\n properties:\n canceled_at:\n description: Timestamp describing when an InboundTransfer changed status to `canceled`.\n format: unix-time\n nullable: true\n type: integer\n failed_at:\n description: Timestamp describing when an InboundTransfer changed status to `failed`.\n format: unix-time\n nullable: true\n type: integer\n succeeded_at:\n description: Timestamp describing when an InboundTransfer changed status to `succeeded`.\n format: unix-time\n nullable: true\n type: integer\n title: TreasuryInboundTransfersResourceInboundTransferResourceStatusTransitions\n type: object\n x-expandableFields: []\n treasury_outbound_payments_resource_ach_tracking_details:\n description: ''\n properties:\n trace_id:\n description: ACH trace ID of the OutboundPayment for payments sent over the `ach` network.\n maxLength: 5000\n type: string\n required:\n - trace_id\n title: TreasuryOutboundPaymentsResourceACHTrackingDetails\n type: object\n x-expandableFields: []\n treasury_outbound_payments_resource_outbound_payment_resource_end_user_details:\n description: ''\n properties:\n ip_address:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n present:\n description: '`true` if the OutboundPayment creation request is being made on behalf of an end user by a platform. Otherwise, `false`.'\n type: boolean\n required:\n - present\n title: TreasuryOutboundPaymentsResourceOutboundPaymentResourceEndUserDetails\n type: object\n x-expandableFields: []\n treasury_outbound_payments_resource_outbound_payment_resource_status_transitions:\n description: ''\n properties:\n canceled_at:\n description: Timestamp describing when an OutboundPayment changed status to `canceled`.\n format: unix-time\n nullable: true\n type: integer\n failed_at:\n description: Timestamp describing when an OutboundPayment changed status to `failed`.\n format: unix-time\n nullable: true\n type: integer\n posted_at:\n description: Timestamp describing when an OutboundPayment changed status to `posted`.\n format: unix-time\n nullable: true\n type: integer\n returned_at:\n description: Timestamp describing when an OutboundPayment changed status to `returned`.\n format: unix-time\n nullable: true\n type: integer\n title: TreasuryOutboundPaymentsResourceOutboundPaymentResourceStatusTransitions\n type: object\n x-expandableFields: []\n treasury_outbound_payments_resource_outbound_payment_resource_tracking_details:\n description: ''\n properties:\n ach:\n $ref: '#/components/schemas/treasury_outbound_payments_resource_ach_tracking_details'\n type:\n description: The US bank account network used to send funds.\n enum:\n - ach\n - us_domestic_wire\n type: string\n us_domestic_wire:\n $ref: '#/components/schemas/treasury_outbound_payments_resource_us_domestic_wire_tracking_details'\n required:\n - type\n title: TreasuryOutboundPaymentsResourceOutboundPaymentResourceTrackingDetails\n type: object\n x-expandableFields:\n - ach\n - us_domestic_wire\n treasury_outbound_payments_resource_returned_status:\n description: ''\n properties:\n code:\n description: Reason for the return.\n enum:\n - account_closed\n - account_frozen\n - bank_account_restricted\n - bank_ownership_changed\n - declined\n - incorrect_account_holder_name\n - invalid_account_number\n - invalid_currency\n - no_account\n - other\n type: string\n transaction:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/treasury.transaction'\n description: The Transaction associated with this object.\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/treasury.transaction'\n required:\n - code\n - transaction\n title: TreasuryOutboundPaymentsResourceReturnedStatus\n type: object\n x-expandableFields:\n - transaction\n treasury_outbound_payments_resource_us_domestic_wire_tracking_details:\n description: ''\n properties:\n chips:\n description: CHIPS System Sequence Number (SSN) of the OutboundPayment for payments sent over the `us_domestic_wire` network.\n maxLength: 5000\n nullable: true\n type: string\n imad:\n description: IMAD of the OutboundPayment for payments sent over the `us_domestic_wire` network.\n maxLength: 5000\n nullable: true\n type: string\n omad:\n description: OMAD of the OutboundPayment for payments sent over the `us_domestic_wire` network.\n maxLength: 5000\n nullable: true\n type: string\n title: TreasuryOutboundPaymentsResourceUSDomesticWireTrackingDetails\n type: object\n x-expandableFields: []\n treasury_outbound_transfers_resource_ach_tracking_details:\n description: ''\n properties:\n trace_id:\n description: ACH trace ID of the OutboundTransfer for transfers sent over the `ach` network.\n maxLength: 5000\n type: string\n required:\n - trace_id\n title: TreasuryOutboundTransfersResourceACHTrackingDetails\n type: object\n x-expandableFields: []\n treasury_outbound_transfers_resource_outbound_transfer_resource_tracking_details:\n description: ''\n properties:\n ach:\n $ref: '#/components/schemas/treasury_outbound_transfers_resource_ach_tracking_details'\n type:\n description: The US bank account network used to send funds.\n enum:\n - ach\n - us_domestic_wire\n type: string\n us_domestic_wire:\n $ref: '#/components/schemas/treasury_outbound_transfers_resource_us_domestic_wire_tracking_details'\n required:\n - type\n title: TreasuryOutboundTransfersResourceOutboundTransferResourceTrackingDetails\n type: object\n x-expandableFields:\n - ach\n - us_domestic_wire\n treasury_outbound_transfers_resource_returned_details:\n description: ''\n properties:\n code:\n description: Reason for the return.\n enum:\n - account_closed\n - account_frozen\n - bank_account_restricted\n - bank_ownership_changed\n - declined\n - incorrect_account_holder_name\n - invalid_account_number\n - invalid_currency\n - no_account\n - other\n type: string\n transaction:\n anyOf:\n - maxLength: 5000\n type: string\n - $ref: '#/components/schemas/treasury.transaction'\n description: The Transaction associated with this object.\n x-expansionResources:\n oneOf:\n - $ref: '#/components/schemas/treasury.transaction'\n required:\n - code\n - transaction\n title: TreasuryOutboundTransfersResourceReturnedDetails\n type: object\n x-expandableFields:\n - transaction\n treasury_outbound_transfers_resource_status_transitions:\n description: ''\n properties:\n canceled_at:\n description: Timestamp describing when an OutboundTransfer changed status to `canceled`\n format: unix-time\n nullable: true\n type: integer\n failed_at:\n description: Timestamp describing when an OutboundTransfer changed status to `failed`\n format: unix-time\n nullable: true\n type: integer\n posted_at:\n description: Timestamp describing when an OutboundTransfer changed status to `posted`\n format: unix-time\n nullable: true\n type: integer\n returned_at:\n description: Timestamp describing when an OutboundTransfer changed status to `returned`\n format: unix-time\n nullable: true\n type: integer\n title: TreasuryOutboundTransfersResourceStatusTransitions\n type: object\n x-expandableFields: []\n treasury_outbound_transfers_resource_us_domestic_wire_tracking_details:\n description: ''\n properties:\n chips:\n description: CHIPS System Sequence Number (SSN) of the OutboundTransfer for transfers sent over the `us_domestic_wire` network.\n maxLength: 5000\n nullable: true\n type: string\n imad:\n description: IMAD of the OutboundTransfer for transfers sent over the `us_domestic_wire` network.\n maxLength: 5000\n nullable: true\n type: string\n omad:\n description: OMAD of the OutboundTransfer for transfers sent over the `us_domestic_wire` network.\n maxLength: 5000\n nullable: true\n type: string\n title: TreasuryOutboundTransfersResourceUSDomesticWireTrackingDetails\n type: object\n x-expandableFields: []\n treasury_received_credits_resource_linked_flows:\n description: ''\n properties:\n credit_reversal:\n description: The CreditReversal created as a result of this ReceivedCredit being reversed.\n maxLength: 5000\n nullable: true\n type: string\n issuing_authorization:\n description: Set if the ReceivedCredit was created due to an [Issuing Authorization](https://api.stripe.com#issuing_authorizations) object.\n maxLength: 5000\n nullable: true\n type: string\n issuing_transaction:\n description: Set if the ReceivedCredit is also viewable as an [Issuing transaction](https://api.stripe.com#issuing_transactions) object.\n maxLength: 5000\n nullable: true\n type: string\n source_flow:\n 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.\n maxLength: 5000\n nullable: true\n type: string\n source_flow_details:\n anyOf:\n - $ref: '#/components/schemas/treasury_received_credits_resource_source_flows_details'\n description: The expandable object of the source flow.\n nullable: true\n source_flow_type:\n description: The type of flow that originated the ReceivedCredit (for example, `outbound_payment`).\n maxLength: 5000\n nullable: true\n type: string\n title: TreasuryReceivedCreditsResourceLinkedFlows\n type: object\n x-expandableFields:\n - source_flow_details\n treasury_received_credits_resource_reversal_details:\n description: ''\n properties:\n deadline:\n description: Time before which a ReceivedCredit can be reversed.\n format: unix-time\n nullable: true\n type: integer\n restricted_reason:\n description: Set if a ReceivedCredit cannot be reversed.\n enum:\n - already_reversed\n - deadline_passed\n - network_restricted\n - other\n - source_flow_restricted\n nullable: true\n type: string\n title: TreasuryReceivedCreditsResourceReversalDetails\n type: object\n x-expandableFields: []\n treasury_received_credits_resource_source_flows_details:\n description: ''\n properties:\n credit_reversal:\n $ref: '#/components/schemas/treasury.credit_reversal'\n outbound_payment:\n $ref: '#/components/schemas/treasury.outbound_payment'\n outbound_transfer:\n $ref: '#/components/schemas/treasury.outbound_transfer'\n payout:\n $ref: '#/components/schemas/payout'\n type:\n description: The type of the source flow that originated the ReceivedCredit.\n enum:\n - credit_reversal\n - other\n - outbound_payment\n - outbound_transfer\n - payout\n type: string\n required:\n - type\n title: TreasuryReceivedCreditsResourceSourceFlowsDetails\n type: object\n x-expandableFields:\n - credit_reversal\n - outbound_payment\n - outbound_transfer\n - payout\n treasury_received_credits_resource_status_transitions:\n description: ''\n properties:\n posted_at:\n description: Timestamp describing when the CreditReversal changed status to `posted`\n format: unix-time\n nullable: true\n type: integer\n title: TreasuryReceivedCreditsResourceStatusTransitions\n type: object\n x-expandableFields: []\n treasury_received_debits_resource_debit_reversal_linked_flows:\n description: ''\n properties:\n issuing_dispute:\n description: Set if there is an Issuing dispute associated with the DebitReversal.\n maxLength: 5000\n nullable: true\n type: string\n title: TreasuryReceivedDebitsResourceDebitReversalLinkedFlows\n type: object\n x-expandableFields: []\n treasury_received_debits_resource_linked_flows:\n description: ''\n properties:\n debit_reversal:\n description: The DebitReversal created as a result of this ReceivedDebit being reversed.\n maxLength: 5000\n nullable: true\n type: string\n inbound_transfer:\n description: Set if the ReceivedDebit is associated with an InboundTransfer's return of funds.\n maxLength: 5000\n nullable: true\n type: string\n issuing_authorization:\n description: Set if the ReceivedDebit was created due to an [Issuing Authorization](https://api.stripe.com#issuing_authorizations) object.\n maxLength: 5000\n nullable: true\n type: string\n issuing_transaction:\n description: Set if the ReceivedDebit is also viewable as an [Issuing Dispute](https://api.stripe.com#issuing_disputes) object.\n maxLength: 5000\n nullable: true\n type: string\n payout:\n description: Set if the ReceivedDebit was created due to a [Payout](https://api.stripe.com#payouts) object.\n maxLength: 5000\n nullable: true\n type: string\n topup:\n description: Set if the ReceivedDebit was created due to a [Topup](https://api.stripe.com#topups) object.\n maxLength: 5000\n nullable: true\n type: string\n title: TreasuryReceivedDebitsResourceLinkedFlows\n type: object\n x-expandableFields: []\n treasury_received_debits_resource_reversal_details:\n description: ''\n properties:\n deadline:\n description: Time before which a ReceivedDebit can be reversed.\n format: unix-time\n nullable: true\n type: integer\n restricted_reason:\n description: Set if a ReceivedDebit can't be reversed.\n enum:\n - already_reversed\n - deadline_passed\n - network_restricted\n - other\n - source_flow_restricted\n nullable: true\n type: string\n title: TreasuryReceivedDebitsResourceReversalDetails\n type: object\n x-expandableFields: []\n treasury_received_debits_resource_status_transitions:\n description: ''\n properties:\n completed_at:\n description: Timestamp describing when the DebitReversal changed status to `completed`.\n format: unix-time\n nullable: true\n type: integer\n title: TreasuryReceivedDebitsResourceStatusTransitions\n type: object\n x-expandableFields: []\n treasury_shared_resource_billing_details:\n description: ''\n properties:\n address:\n $ref: '#/components/schemas/address'\n email:\n description: Email address.\n maxLength: 5000\n nullable: true\n type: string\n name:\n description: Full name.\n maxLength: 5000\n nullable: true\n type: string\n required:\n - address\n title: TreasurySharedResourceBillingDetails\n type: object\n x-expandableFields:\n - address\n treasury_shared_resource_initiating_payment_method_details_initiating_payment_method_details:\n description: ''\n properties:\n balance:\n description: Set when `type` is `balance`.\n enum:\n - payments\n type: string\n billing_details:\n $ref: '#/components/schemas/treasury_shared_resource_billing_details'\n financial_account:\n $ref: '#/components/schemas/received_payment_method_details_financial_account'\n issuing_card:\n description: Set when `type` is `issuing_card`. This is an [Issuing Card](https://api.stripe.com#issuing_cards) ID.\n maxLength: 5000\n type: string\n type:\n description: Polymorphic type matching the originating money movement's source. This can be an external account, a Stripe balance, or a FinancialAccount.\n enum:\n - balance\n - financial_account\n - issuing_card\n - stripe\n - us_bank_account\n type: string\n x-stripeBypassValidation: true\n us_bank_account:\n $ref: '#/components/schemas/treasury_shared_resource_initiating_payment_method_details_us_bank_account'\n required:\n - billing_details\n - type\n title: TreasurySharedResourceInitiatingPaymentMethodDetailsInitiatingPaymentMethodDetails\n type: object\n x-expandableFields:\n - billing_details\n - financial_account\n - us_bank_account\n treasury_shared_resource_initiating_payment_method_details_us_bank_account:\n description: ''\n properties:\n bank_name:\n description: Bank name.\n maxLength: 5000\n nullable: true\n type: string\n last4:\n description: The last four digits of the bank account number.\n maxLength: 5000\n nullable: true\n type: string\n routing_number:\n description: The routing number for the bank account.\n maxLength: 5000\n nullable: true\n type: string\n title: TreasurySharedResourceInitiatingPaymentMethodDetailsUSBankAccount\n type: object\n x-expandableFields: []\n treasury_transactions_resource_abstract_transaction_resource_status_transitions:\n description: ''\n properties:\n posted_at:\n description: Timestamp describing when the Transaction changed status to `posted`.\n format: unix-time\n nullable: true\n type: integer\n void_at:\n description: Timestamp describing when the Transaction changed status to `void`.\n format: unix-time\n nullable: true\n type: integer\n title: TreasuryTransactionsResourceAbstractTransactionResourceStatusTransitions\n type: object\n x-expandableFields: []\n treasury_transactions_resource_balance_impact:\n description: Change to a FinancialAccount's balance\n properties:\n cash:\n description: The change made to funds the user can spend right now.\n type: integer\n inbound_pending:\n description: The change made to funds that are not spendable yet, but will become available at a later time.\n type: integer\n outbound_pending:\n description: The change made to funds in the account, but not spendable because they are being held for pending outbound flows.\n type: integer\n required:\n - cash\n - inbound_pending\n - outbound_pending\n title: TreasuryTransactionsResourceBalanceImpact\n type: object\n x-expandableFields: []\n treasury_transactions_resource_flow_details:\n description: ''\n properties:\n credit_reversal:\n $ref: '#/components/schemas/treasury.credit_reversal'\n debit_reversal:\n $ref: '#/components/schemas/treasury.debit_reversal'\n inbound_transfer:\n $ref: '#/components/schemas/treasury.inbound_transfer'\n issuing_authorization:\n $ref: '#/components/schemas/issuing.authorization'\n outbound_payment:\n $ref: '#/components/schemas/treasury.outbound_payment'\n outbound_transfer:\n $ref: '#/components/schemas/treasury.outbound_transfer'\n received_credit:\n $ref: '#/components/schemas/treasury.received_credit'\n received_debit:\n $ref: '#/components/schemas/treasury.received_debit'\n type:\n description: Type of the flow that created the Transaction. Set to the same value as `flow_type`.\n enum:\n - credit_reversal\n - debit_reversal\n - inbound_transfer\n - issuing_authorization\n - other\n - outbound_payment\n - outbound_transfer\n - received_credit\n - received_debit\n type: string\n x-stripeBypassValidation: true\n required:\n - type\n title: TreasuryTransactionsResourceFlowDetails\n type: object\n x-expandableFields:\n - credit_reversal\n - debit_reversal\n - inbound_transfer\n - issuing_authorization\n - outbound_payment\n - outbound_transfer\n - received_credit\n - received_debit\n us_bank_account_networks:\n description: ''\n properties:\n preferred:\n description: The preferred network.\n maxLength: 5000\n nullable: true\n type: string\n supported:\n description: All supported networks.\n items:\n enum:\n - ach\n - us_domestic_wire\n type: string\n type: array\n required:\n - supported\n title: us_bank_account_networks\n type: object\n x-expandableFields: []\n verification_session_redaction:\n description: ''\n properties:\n status:\n description: Indicates whether this object and its related objects have been redacted or not.\n enum:\n - processing\n - redacted\n type: string\n required:\n - status\n title: verification_session_redaction\n type: object\n x-expandableFields: []\n webhook_endpoint:\n description: |-\n You can configure [webhook endpoints](https://docs.stripe.com/webhooks/) via the API to be\n notified about events that happen in your Stripe account or connected\n accounts.\n\n Most users configure webhooks from [the dashboard](https://dashboard.stripe.com/webhooks), which provides a user interface for registering and testing your webhook endpoints.\n\n Related guide: [Setting up webhooks](https://docs.stripe.com/webhooks/configure)\n properties:\n api_version:\n description: The API version events are rendered as for this webhook endpoint.\n maxLength: 5000\n nullable: true\n type: string\n application:\n description: The ID of the associated Connect application.\n maxLength: 5000\n nullable: true\n type: string\n created:\n description: Time at which the object was created. Measured in seconds since the Unix epoch.\n format: unix-time\n type: integer\n description:\n description: An optional description of what the webhook is used for.\n maxLength: 5000\n nullable: true\n type: string\n enabled_events:\n description: The list of events to enable for this endpoint. `['*']` indicates that all events are enabled, except those that require explicit selection.\n items:\n maxLength: 5000\n type: string\n type: array\n id:\n description: Unique identifier for the object.\n maxLength: 5000\n type: string\n livemode:\n description: Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.\n type: boolean\n metadata:\n additionalProperties:\n maxLength: 500\n type: string\n 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.\n type: object\n object:\n description: String representing the object's type. Objects of the same type share the same value.\n enum:\n - webhook_endpoint\n type: string\n secret:\n description: The endpoint's secret, used to generate [webhook signatures](https://docs.stripe.com/webhooks/signatures). Only returned at creation.\n maxLength: 5000\n type: string\n status:\n description: The status of the webhook. It can be `enabled` or `disabled`.\n maxLength: 5000\n type: string\n url:\n description: The URL of the webhook endpoint.\n maxLength: 5000\n type: string\n required:\n - created\n - enabled_events\n - id\n - livemode\n - metadata\n - object\n - status\n - url\n title: NotificationWebhookEndpoint\n type: object\n x-expandableFields: []\n x-resourceId: webhook_endpoint\nfixtures: null\nbucket: null\nendpoints:\n- kind: http\n method: GET\n path: /v1/account\n header_match: null\n description: Retrieve account\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: account\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/account_links\n header_match: null\n description: Create an account link\n parameters: null\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\n \"created\": 0,\n \"expires_at\": 0,\n \"object\": \"account_link\",\n \"url\": \"string\"\n }\n schema: account_link\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/account_sessions\n header_match: null\n description: Create an Account Session\n parameters: null\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: account_session\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/accounts\n header_match: null\n description: List all connected accounts\n parameters:\n - name: created\n in: query\n type: string\n required: false\n description: Only return connected accounts that were created during the given date interval.\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/accounts\n header_match: null\n description: |-\n <p>With <a href=\"/docs/connect\">Connect</a>, you can create Stripe accounts for your users.\n To 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\n creating the account. Connect Onboarding won’t ask for the prefilled information during account onboarding.\n You can prefill any information on the account.</p>\n parameters: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: account\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/accounts/{account}\n header_match: null\n description: Retrieve account\n parameters:\n - name: account\n in: path\n type: string\n required: true\n description: null\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: account\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/accounts/{account}\n header_match: null\n description: Update an account\n parameters:\n - name: account\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: account\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: DELETE\n path: /v1/accounts/{account}\n header_match: null\n description: Delete an account\n parameters:\n - name: account\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\n \"deleted\": true,\n \"id\": \"string\",\n \"object\": \"account\"\n }\n schema: deleted_account\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/accounts/{account}/bank_accounts\n header_match: null\n description: Create an external account\n parameters:\n - name: account\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: external_account\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/accounts/{account}/bank_accounts/{id}\n header_match: null\n description: Retrieve an external account\n parameters:\n - name: account\n in: path\n type: string\n required: true\n description: null\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: id\n in: path\n type: string\n required: true\n description: Unique identifier for the external account to be retrieved.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: external_account\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/accounts/{account}/bank_accounts/{id}\n header_match: null\n description: |-\n <p>Updates the metadata, account holder name, account holder type of a bank account belonging to\n a connected account and optionally sets it as the default for its currency. Other bank account\n details 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\n arguments or changes.</p>\n parameters:\n - name: account\n in: path\n type: string\n required: true\n description: null\n - name: id\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: external_account\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: DELETE\n path: /v1/accounts/{account}/bank_accounts/{id}\n header_match: null\n description: Delete an external account\n parameters:\n - name: account\n in: path\n type: string\n required: true\n description: null\n - name: id\n in: path\n type: string\n required: true\n description: Unique identifier for the external account to be deleted.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\n \"currency\": \"string\",\n \"deleted\": true,\n \"id\": \"string\",\n \"object\": \"bank_account\"\n }\n schema: deleted_external_account\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/accounts/{account}/capabilities\n header_match: null\n description: List all account capabilities\n parameters:\n - name: account\n in: path\n type: string\n required: true\n description: null\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/accounts/{account}/capabilities/{capability}\n header_match: null\n description: Retrieve an Account Capability\n parameters:\n - name: account\n in: path\n type: string\n required: true\n description: null\n - name: capability\n in: path\n type: string\n required: true\n description: null\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: capability\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/accounts/{account}/capabilities/{capability}\n header_match: null\n description: Update an Account Capability\n parameters:\n - name: account\n in: path\n type: string\n required: true\n description: null\n - name: capability\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: capability\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/accounts/{account}/external_accounts\n header_match: null\n description: List all external accounts\n parameters:\n - name: account\n in: path\n type: string\n required: true\n description: null\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: object\n in: query\n type: string\n required: false\n description: Filter external accounts according to a particular object type.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/accounts/{account}/external_accounts\n header_match: null\n description: Create an external account\n parameters:\n - name: account\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: external_account\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/accounts/{account}/external_accounts/{id}\n header_match: null\n description: Retrieve an external account\n parameters:\n - name: account\n in: path\n type: string\n required: true\n description: null\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: id\n in: path\n type: string\n required: true\n description: Unique identifier for the external account to be retrieved.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: external_account\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/accounts/{account}/external_accounts/{id}\n header_match: null\n description: |-\n <p>Updates the metadata, account holder name, account holder type of a bank account belonging to\n a connected account and optionally sets it as the default for its currency. Other bank account\n details 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\n arguments or changes.</p>\n parameters:\n - name: account\n in: path\n type: string\n required: true\n description: null\n - name: id\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: external_account\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: DELETE\n path: /v1/accounts/{account}/external_accounts/{id}\n header_match: null\n description: Delete an external account\n parameters:\n - name: account\n in: path\n type: string\n required: true\n description: null\n - name: id\n in: path\n type: string\n required: true\n description: Unique identifier for the external account to be deleted.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\n \"currency\": \"string\",\n \"deleted\": true,\n \"id\": \"string\",\n \"object\": \"bank_account\"\n }\n schema: deleted_external_account\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/accounts/{account}/login_links\n header_match: null\n description: Create a login link\n parameters:\n - name: account\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\n \"created\": 0,\n \"object\": \"login_link\",\n \"url\": \"string\"\n }\n schema: login_link\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/accounts/{account}/people\n header_match: null\n description: List all persons\n parameters:\n - name: account\n in: path\n type: string\n required: true\n description: null\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: relationship\n in: query\n type: object\n required: false\n description: Filters on the list of people returned based on the person's relationship to the account's company.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/accounts/{account}/people\n header_match: null\n description: Create a person\n parameters:\n - name: account\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: person\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/accounts/{account}/people/{person}\n header_match: null\n description: Retrieve a person\n parameters:\n - name: account\n in: path\n type: string\n required: true\n description: null\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: person\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: person\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/accounts/{account}/people/{person}\n header_match: null\n description: Update a person\n parameters:\n - name: account\n in: path\n type: string\n required: true\n description: null\n - name: person\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: person\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: DELETE\n path: /v1/accounts/{account}/people/{person}\n header_match: null\n description: Delete a person\n parameters:\n - name: account\n in: path\n type: string\n required: true\n description: null\n - name: person\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\n \"deleted\": true,\n \"id\": \"string\",\n \"object\": \"person\"\n }\n schema: deleted_person\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/accounts/{account}/persons\n header_match: null\n description: List all persons\n parameters:\n - name: account\n in: path\n type: string\n required: true\n description: null\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: relationship\n in: query\n type: object\n required: false\n description: Filters on the list of people returned based on the person's relationship to the account's company.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/accounts/{account}/persons\n header_match: null\n description: Create a person\n parameters:\n - name: account\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: person\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/accounts/{account}/persons/{person}\n header_match: null\n description: Retrieve a person\n parameters:\n - name: account\n in: path\n type: string\n required: true\n description: null\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: person\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: person\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/accounts/{account}/persons/{person}\n header_match: null\n description: Update a person\n parameters:\n - name: account\n in: path\n type: string\n required: true\n description: null\n - name: person\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: person\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: DELETE\n path: /v1/accounts/{account}/persons/{person}\n header_match: null\n description: Delete a person\n parameters:\n - name: account\n in: path\n type: string\n required: true\n description: null\n - name: person\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\n \"deleted\": true,\n \"id\": \"string\",\n \"object\": \"person\"\n }\n schema: deleted_person\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/accounts/{account}/reject\n header_match: null\n description: Reject an account\n parameters:\n - name: account\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: account\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/apple_pay/domains\n header_match: null\n description: <p>List apple pay domains.</p>\n parameters:\n - name: domain_name\n in: query\n type: string\n required: false\n description: null\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/apple_pay/domains\n header_match: null\n description: <p>Create an apple pay domain.</p>\n parameters: null\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\n \"created\": 0,\n \"domain_name\": \"string\",\n \"id\": \"string\",\n \"livemode\": true,\n \"object\": \"apple_pay_domain\"\n }\n schema: apple_pay_domain\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/apple_pay/domains/{domain}\n header_match: null\n description: <p>Retrieve an apple pay domain.</p>\n parameters:\n - name: domain\n in: path\n type: string\n required: true\n description: null\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\n \"created\": 0,\n \"domain_name\": \"string\",\n \"id\": \"string\",\n \"livemode\": true,\n \"object\": \"apple_pay_domain\"\n }\n schema: apple_pay_domain\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: DELETE\n path: /v1/apple_pay/domains/{domain}\n header_match: null\n description: <p>Delete an apple pay domain.</p>\n parameters:\n - name: domain\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\n \"deleted\": true,\n \"id\": \"string\",\n \"object\": \"apple_pay_domain\"\n }\n schema: deleted_apple_pay_domain\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/application_fees\n header_match: null\n description: List all application fees\n parameters:\n - name: charge\n in: query\n type: string\n required: false\n description: Only return application fees for the charge specified by this charge ID.\n - name: created\n in: query\n type: string\n required: false\n description: Only return applications fees that were created during the given date interval.\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/application_fees/{fee}/refunds/{id}\n header_match: null\n description: Retrieve an application fee refund\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: fee\n in: path\n type: string\n required: true\n description: null\n - name: id\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: fee_refund\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/application_fees/{fee}/refunds/{id}\n header_match: null\n description: Update an application fee refund\n parameters:\n - name: fee\n in: path\n type: string\n required: true\n description: null\n - name: id\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: fee_refund\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/application_fees/{id}\n header_match: null\n description: Retrieve an application fee\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: id\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: application_fee\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/application_fees/{id}/refund\n header_match: null\n description: ''\n parameters:\n - name: id\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: application_fee\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/application_fees/{id}/refunds\n header_match: null\n description: List all application fee refunds\n parameters:\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: id\n in: path\n type: string\n required: true\n description: null\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/application_fees/{id}/refunds\n header_match: null\n description: Create an application fee refund\n parameters:\n - name: id\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: fee_refund\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/apps/secrets\n header_match: null\n description: List secrets\n parameters:\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: scope\n in: query\n type: object\n required: true\n 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.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/apps/secrets\n header_match: null\n description: Set a Secret\n parameters: null\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: apps.secret\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/apps/secrets/delete\n header_match: null\n description: Delete a Secret\n parameters: null\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: apps.secret\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/apps/secrets/find\n header_match: null\n description: Find a Secret\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: name\n in: query\n type: string\n required: true\n description: A name for the secret that's unique within the scope.\n - name: scope\n in: query\n type: object\n required: true\n 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.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: apps.secret\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/balance\n header_match: null\n description: Retrieve balance\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: balance\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/balance/history\n header_match: null\n description: List all balance transactions\n parameters:\n - name: created\n in: query\n type: string\n required: false\n description: Only return transactions that were created during the given date interval.\n - name: currency\n in: query\n type: string\n required: false\n 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).\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: payout\n in: query\n type: string\n required: false\n description: For automatic Stripe payouts only, only returns transactions that were paid out on the specified payout ID.\n - name: source\n in: query\n type: string\n required: false\n description: Only returns transactions associated with the given object.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n - name: type\n in: query\n type: string\n required: false\n 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`.'\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/balance/history/{id}\n header_match: null\n description: Retrieve a balance transaction\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: id\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: balance_transaction\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/balance_settings\n header_match: null\n description: Retrieve balance settings\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: balance_settings\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/balance_settings\n header_match: null\n description: Update balance settings\n parameters: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: balance_settings\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/balance_transactions\n header_match: null\n description: List all balance transactions\n parameters:\n - name: created\n in: query\n type: string\n required: false\n description: Only return transactions that were created during the given date interval.\n - name: currency\n in: query\n type: string\n required: false\n 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).\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: payout\n in: query\n type: string\n required: false\n description: For automatic Stripe payouts only, only returns transactions that were paid out on the specified payout ID.\n - name: source\n in: query\n type: string\n required: false\n description: Only returns transactions associated with the given object.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n - name: type\n in: query\n type: string\n required: false\n 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`.'\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/balance_transactions/{id}\n header_match: null\n description: Retrieve a balance transaction\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: id\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: balance_transaction\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/billing/alerts\n header_match: null\n description: List billing alerts\n parameters:\n - name: alert_type\n in: query\n type: string\n required: false\n description: Filter results to only include this type of alert.\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: meter\n in: query\n type: string\n required: false\n description: Filter results to only include alerts with the given meter.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/billing/alerts\n header_match: null\n description: Create a billing alert\n parameters: null\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: billing.alert\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/billing/alerts/{id}\n header_match: null\n description: Retrieve a billing alert\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: id\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: billing.alert\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/billing/alerts/{id}/activate\n header_match: null\n description: Activate a billing alert\n parameters:\n - name: id\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: billing.alert\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/billing/alerts/{id}/archive\n header_match: null\n description: Archive a billing alert\n parameters:\n - name: id\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: billing.alert\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/billing/alerts/{id}/deactivate\n header_match: null\n description: Deactivate a billing alert\n parameters:\n - name: id\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: billing.alert\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/billing/credit_balance_summary\n header_match: null\n description: Retrieve the credit balance summary for a customer\n parameters:\n - name: customer\n in: query\n type: string\n required: false\n description: The customer whose credit balance summary you're retrieving.\n - name: customer_account\n in: query\n type: string\n required: false\n description: The account representing the customer whose credit balance summary you're retrieving.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: filter\n in: query\n type: object\n required: true\n description: The filter criteria for the credit balance summary.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: billing.credit_balance_summary\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/billing/credit_balance_transactions\n header_match: null\n description: List credit balance transactions\n parameters:\n - name: credit_grant\n in: query\n type: string\n required: false\n description: The credit grant for which to fetch credit balance transactions.\n - name: customer\n in: query\n type: string\n required: false\n description: The customer whose credit balance transactions you're retrieving.\n - name: customer_account\n in: query\n type: string\n required: false\n description: The account representing the customer whose credit balance transactions you're retrieving.\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/billing/credit_balance_transactions/{id}\n header_match: null\n description: Retrieve a credit balance transaction\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: id\n in: path\n type: string\n required: true\n description: Unique identifier for the object.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: billing.credit_balance_transaction\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/billing/credit_grants\n header_match: null\n description: List credit grants\n parameters:\n - name: customer\n in: query\n type: string\n required: false\n description: Only return credit grants for this customer.\n - name: customer_account\n in: query\n type: string\n required: false\n description: Only return credit grants for this account representing the customer.\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/billing/credit_grants\n header_match: null\n description: Create a credit grant\n parameters: null\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: billing.credit_grant\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/billing/credit_grants/{id}\n header_match: null\n description: Retrieve a credit grant\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: id\n in: path\n type: string\n required: true\n description: Unique identifier for the object.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: billing.credit_grant\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/billing/credit_grants/{id}\n header_match: null\n description: Update a credit grant\n parameters:\n - name: id\n in: path\n type: string\n required: true\n description: Unique identifier for the object.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: billing.credit_grant\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/billing/credit_grants/{id}/expire\n header_match: null\n description: Expire a credit grant\n parameters:\n - name: id\n in: path\n type: string\n required: true\n description: Unique identifier for the object.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: billing.credit_grant\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/billing/credit_grants/{id}/void\n header_match: null\n description: Void a credit grant\n parameters:\n - name: id\n in: path\n type: string\n required: true\n description: Unique identifier for the object.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: billing.credit_grant\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/billing/meter_event_adjustments\n header_match: null\n description: Create a billing meter event adjustment\n parameters: null\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: billing.meter_event_adjustment\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/billing/meter_events\n header_match: null\n description: Create a billing meter event\n parameters: null\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\n \"created\": 0,\n \"event_name\": \"string\",\n \"identifier\": \"string\",\n \"livemode\": true,\n \"object\": \"billing.meter_event\",\n \"payload\": {},\n \"timestamp\": 0\n }\n schema: billing.meter_event\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/billing/meters\n header_match: null\n description: List billing meters\n parameters:\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n - name: status\n in: query\n type: string\n required: false\n description: Filter results to only include meters with the given status.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/billing/meters\n header_match: null\n description: Create a billing meter\n parameters: null\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: billing.meter\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/billing/meters/{id}\n header_match: null\n description: Retrieve a billing meter\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: id\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: billing.meter\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/billing/meters/{id}\n header_match: null\n description: Update a billing meter\n parameters:\n - name: id\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: billing.meter\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/billing/meters/{id}/deactivate\n header_match: null\n description: Deactivate a billing meter\n parameters:\n - name: id\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: billing.meter\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/billing/meters/{id}/event_summaries\n header_match: null\n description: List billing meter event summaries\n parameters:\n - name: customer\n in: query\n type: string\n required: true\n description: The customer for which to fetch event summaries.\n - name: end_time\n in: query\n type: integer\n required: true\n description: The timestamp from when to stop aggregating meter events (exclusive). Must be aligned with minute boundaries.\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: id\n in: path\n type: string\n required: true\n description: Unique identifier for the object.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: start_time\n in: query\n type: integer\n required: true\n description: The timestamp from when to start aggregating meter events (inclusive). Must be aligned with minute boundaries.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n - name: value_grouping_window\n in: query\n type: string\n required: false\n 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).\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/billing/meters/{id}/reactivate\n header_match: null\n description: Reactivate a billing meter\n parameters:\n - name: id\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: billing.meter\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/billing_portal/configurations\n header_match: null\n description: List portal configurations\n parameters:\n - name: active\n in: query\n type: boolean\n required: false\n description: Only return configurations that are active or inactive (e.g., pass `true` to only list active configurations).\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: is_default\n in: query\n type: boolean\n required: false\n description: Only return the default or non-default configurations (e.g., pass `true` to only list the default configuration).\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/billing_portal/configurations\n header_match: null\n description: Create a portal configuration\n parameters: null\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: billing_portal.configuration\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/billing_portal/configurations/{configuration}\n header_match: null\n description: Retrieve a portal configuration\n parameters:\n - name: configuration\n in: path\n type: string\n required: true\n description: null\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: billing_portal.configuration\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/billing_portal/configurations/{configuration}\n header_match: null\n description: Update a portal configuration\n parameters:\n - name: configuration\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: billing_portal.configuration\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/billing_portal/sessions\n header_match: null\n description: Create a portal session\n parameters: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: billing_portal.session\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/charges\n header_match: null\n description: List all charges\n parameters:\n - name: created\n in: query\n type: string\n required: false\n description: Only return charges that were created during the given date interval.\n - name: customer\n in: query\n type: string\n required: false\n description: Only return charges for the customer specified by this customer ID.\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: payment_intent\n in: query\n type: string\n required: false\n description: Only return charges that were created by the PaymentIntent specified by this PaymentIntent ID.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n - name: transfer_group\n in: query\n type: string\n required: false\n description: Only return charges for this transfer group, limited to 100.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/charges\n header_match: null\n description: |-\n <p>This method is no longer recommended—use the <a href=\"/docs/api/payment_intents\">Payment Intents API</a>\n to initiate a new payment instead. Confirmation of the PaymentIntent creates the <code>Charge</code>\n object used to request payment.</p>\n parameters: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: charge\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/charges/search\n header_match: null\n description: Search charges\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: page\n in: query\n type: string\n required: false\n 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.\n - name: query\n in: query\n type: string\n required: true\n 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).\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/charges/{charge}\n header_match: null\n description: Retrieve a charge\n parameters:\n - name: charge\n in: path\n type: string\n required: true\n description: null\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: charge\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/charges/{charge}\n header_match: null\n description: Update a charge\n parameters:\n - name: charge\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: charge\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/charges/{charge}/capture\n header_match: null\n description: Capture a payment\n parameters:\n - name: charge\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: charge\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/charges/{charge}/dispute\n header_match: null\n description: <p>Retrieve a dispute for a specified charge.</p>\n parameters:\n - name: charge\n in: path\n type: string\n required: true\n description: null\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: dispute\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/charges/{charge}/dispute\n header_match: null\n description: ''\n parameters:\n - name: charge\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: dispute\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/charges/{charge}/dispute/close\n header_match: null\n description: ''\n parameters:\n - name: charge\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: dispute\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/charges/{charge}/refund\n header_match: null\n description: Create a refund\n parameters:\n - name: charge\n in: path\n type: string\n required: true\n description: The identifier of the charge to refund.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: charge\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/charges/{charge}/refunds\n header_match: null\n description: List all refunds\n parameters:\n - name: charge\n in: path\n type: string\n required: true\n description: null\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/charges/{charge}/refunds\n header_match: null\n description: Create customer balance refund\n parameters:\n - name: charge\n in: path\n type: string\n required: true\n description: The identifier of the charge to refund.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: refund\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/charges/{charge}/refunds/{refund}\n header_match: null\n description: <p>Retrieves the details of an existing refund.</p>\n parameters:\n - name: charge\n in: path\n type: string\n required: true\n description: null\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: refund\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: refund\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/charges/{charge}/refunds/{refund}\n header_match: null\n description: <p>Update a specified refund.</p>\n parameters:\n - name: charge\n in: path\n type: string\n required: true\n description: null\n - name: refund\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: refund\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/checkout/sessions\n header_match: null\n description: List all Checkout Sessions\n parameters:\n - name: created\n in: query\n type: string\n required: false\n description: Only return Checkout Sessions that were created during the given date interval.\n - name: customer\n in: query\n type: string\n required: false\n description: Only return the Checkout Sessions for the Customer specified.\n - name: customer_account\n in: query\n type: string\n required: false\n description: Only return the Checkout Sessions for the Account specified.\n - name: customer_details\n in: query\n type: object\n required: false\n description: Only return the Checkout Sessions for the Customer details specified.\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: payment_intent\n in: query\n type: string\n required: false\n description: Only return the Checkout Session for the PaymentIntent specified.\n - name: payment_link\n in: query\n type: string\n required: false\n description: Only return the Checkout Sessions for the Payment Link specified.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n - name: status\n in: query\n type: string\n required: false\n description: Only return the Checkout Sessions matching the given status.\n - name: subscription\n in: query\n type: string\n required: false\n description: Only return the Checkout Session for the subscription specified.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/checkout/sessions\n header_match: null\n description: Create a Checkout Session\n parameters: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: checkout.session\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/checkout/sessions/{session}\n header_match: null\n description: Retrieve a Checkout Session\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: session\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: checkout.session\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/checkout/sessions/{session}\n header_match: null\n description: Update a Checkout Session\n parameters:\n - name: session\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: checkout.session\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/checkout/sessions/{session}/expire\n header_match: null\n description: Expire a Checkout Session\n parameters:\n - name: session\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: checkout.session\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/checkout/sessions/{session}/line_items\n header_match: null\n description: Retrieve a Checkout Session's line items\n parameters:\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: session\n in: path\n type: string\n required: true\n description: null\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/climate/orders\n header_match: null\n description: List orders\n parameters:\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/climate/orders\n header_match: null\n description: Create an order\n parameters: null\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: climate.order\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/climate/orders/{order}\n header_match: null\n description: Retrieve an order\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: order\n in: path\n type: string\n required: true\n description: Unique identifier of the order.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: climate.order\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/climate/orders/{order}\n header_match: null\n description: Update an order\n parameters:\n - name: order\n in: path\n type: string\n required: true\n description: Unique identifier of the order.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: climate.order\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/climate/orders/{order}/cancel\n header_match: null\n description: Cancel an order\n parameters:\n - name: order\n in: path\n type: string\n required: true\n description: Unique identifier of the order.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: climate.order\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/climate/products\n header_match: null\n description: List products\n parameters:\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/climate/products/{product}\n header_match: null\n description: Retrieve a product\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: product\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: climate.product\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/climate/suppliers\n header_match: null\n description: List suppliers\n parameters:\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/climate/suppliers/{supplier}\n header_match: null\n description: Retrieve a supplier\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: supplier\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: climate.supplier\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/confirmation_tokens/{confirmation_token}\n header_match: null\n description: Retrieve a ConfirmationToken\n parameters:\n - name: confirmation_token\n in: path\n type: string\n required: true\n description: null\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: confirmation_token\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/country_specs\n header_match: null\n description: List Country Specs\n parameters:\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/country_specs/{country}\n header_match: null\n description: Retrieve a Country Spec\n parameters:\n - name: country\n in: path\n type: string\n required: true\n description: null\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: country_spec\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/coupons\n header_match: null\n description: List all coupons\n parameters:\n - name: created\n in: query\n type: string\n required: false\n 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.\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/coupons\n header_match: null\n description: Create a coupon\n parameters: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: coupon\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/coupons/{coupon}\n header_match: null\n description: Retrieve a coupon\n parameters:\n - name: coupon\n in: path\n type: string\n required: true\n description: null\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: coupon\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/coupons/{coupon}\n header_match: null\n description: Update a coupon\n parameters:\n - name: coupon\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: coupon\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: DELETE\n path: /v1/coupons/{coupon}\n header_match: null\n description: Delete a coupon\n parameters:\n - name: coupon\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\n \"deleted\": true,\n \"id\": \"string\",\n \"object\": \"coupon\"\n }\n schema: deleted_coupon\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/credit_notes\n header_match: null\n description: List all credit notes\n parameters:\n - name: created\n in: query\n type: string\n required: false\n description: Only return credit notes that were created during the given date interval.\n - name: customer\n in: query\n type: string\n required: false\n description: Only return credit notes for the customer specified by this customer ID.\n - name: customer_account\n in: query\n type: string\n required: false\n description: Only return credit notes for the account representing the customer specified by this account ID.\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: invoice\n in: query\n type: string\n required: false\n description: Only return credit notes for the invoice specified by this invoice ID.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/credit_notes\n header_match: null\n description: Create a credit note\n parameters: null\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: credit_note\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/credit_notes/preview\n header_match: null\n description: Preview a credit note\n parameters:\n - name: amount\n in: query\n type: integer\n required: false\n 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.\n - name: credit_amount\n in: query\n type: integer\n required: false\n 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.\n - name: effective_at\n in: query\n type: integer\n required: false\n 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.\n - name: email_type\n in: query\n type: string\n required: false\n description: Type of email to send to the customer, one of `credit_note` or `none` and the default is `credit_note`.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: invoice\n in: query\n type: string\n required: true\n description: ID of the invoice.\n - name: lines\n in: query\n type: array\n required: false\n description: Line items that make up the credit note. One of `amount`, `lines`, or `shipping_cost` must be provided.\n - name: memo\n in: query\n type: string\n required: false\n description: The credit note's memo appears on the credit note PDF.\n - name: metadata\n in: query\n type: object\n required: false\n 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`.\n - name: out_of_band_amount\n in: query\n type: integer\n required: false\n description: The integer amount in cents (or local equivalent) representing the amount that is credited outside of Stripe.\n - name: reason\n in: query\n type: string\n required: false\n description: Reason for issuing this credit note, one of `duplicate`, `fraudulent`, `order_change`, or `product_unsatisfactory`\n - name: refund_amount\n in: query\n type: integer\n required: false\n 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.\n - name: refunds\n in: query\n type: array\n required: false\n description: Refunds to link to this credit note.\n - name: shipping_cost\n in: query\n type: object\n required: false\n 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.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: credit_note\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/credit_notes/preview/lines\n header_match: null\n description: Retrieve a credit note preview's line items\n parameters:\n - name: amount\n in: query\n type: integer\n required: false\n 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.\n - name: credit_amount\n in: query\n type: integer\n required: false\n 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.\n - name: effective_at\n in: query\n type: integer\n required: false\n 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.\n - name: email_type\n in: query\n type: string\n required: false\n description: Type of email to send to the customer, one of `credit_note` or `none` and the default is `credit_note`.\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: invoice\n in: query\n type: string\n required: true\n description: ID of the invoice.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: lines\n in: query\n type: array\n required: false\n description: Line items that make up the credit note. One of `amount`, `lines`, or `shipping_cost` must be provided.\n - name: memo\n in: query\n type: string\n required: false\n description: The credit note's memo appears on the credit note PDF.\n - name: metadata\n in: query\n type: object\n required: false\n 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`.\n - name: out_of_band_amount\n in: query\n type: integer\n required: false\n description: The integer amount in cents (or local equivalent) representing the amount that is credited outside of Stripe.\n - name: reason\n in: query\n type: string\n required: false\n description: Reason for issuing this credit note, one of `duplicate`, `fraudulent`, `order_change`, or `product_unsatisfactory`\n - name: refund_amount\n in: query\n type: integer\n required: false\n 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.\n - name: refunds\n in: query\n type: array\n required: false\n description: Refunds to link to this credit note.\n - name: shipping_cost\n in: query\n type: object\n required: false\n 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.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/credit_notes/{credit_note}/lines\n header_match: null\n description: Retrieve a credit note's line items\n parameters:\n - name: credit_note\n in: path\n type: string\n required: true\n description: null\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/credit_notes/{id}\n header_match: null\n description: Retrieve a credit note\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: id\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: credit_note\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/credit_notes/{id}\n header_match: null\n description: Update a credit note\n parameters:\n - name: id\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: credit_note\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/credit_notes/{id}/void\n header_match: null\n description: Void a credit note\n parameters:\n - name: id\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: credit_note\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/customer_sessions\n header_match: null\n description: Create a Customer Session\n parameters: null\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: customer_session\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/customers\n header_match: null\n description: List all customers\n parameters:\n - name: created\n in: query\n type: string\n required: false\n description: Only return customers that were created during the given date interval.\n - name: email\n in: query\n type: string\n required: false\n description: A case-sensitive filter on the list based on the customer's `email` field. The value must be a string.\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n - name: test_clock\n in: query\n type: string\n required: false\n 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.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/customers\n header_match: null\n description: Create a customer\n parameters: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: customer\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/customers/search\n header_match: null\n description: Search customers\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: page\n in: query\n type: string\n required: false\n 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.\n - name: query\n in: query\n type: string\n required: true\n 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).\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/customers/{customer}\n header_match: null\n description: Retrieve a customer\n parameters:\n - name: customer\n in: path\n type: string\n required: true\n description: null\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/customers/{customer}\n header_match: null\n description: Update a customer\n parameters:\n - name: customer\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: customer\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: DELETE\n path: /v1/customers/{customer}\n header_match: null\n description: Delete a customer\n parameters:\n - name: customer\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\n \"deleted\": true,\n \"id\": \"string\",\n \"object\": \"customer\"\n }\n schema: deleted_customer\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/customers/{customer}/balance_transactions\n header_match: null\n description: List customer balance transactions\n parameters:\n - name: created\n in: query\n type: string\n required: false\n description: Only return customer balance transactions that were created during the given date interval.\n - name: customer\n in: path\n type: string\n required: true\n description: null\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: invoice\n in: query\n type: string\n required: false\n description: Only return transactions that are related to the specified invoice.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/customers/{customer}/balance_transactions\n header_match: null\n description: Create a customer balance transaction\n parameters:\n - name: customer\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: customer_balance_transaction\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/customers/{customer}/balance_transactions/{transaction}\n header_match: null\n description: Retrieve a customer balance transaction\n parameters:\n - name: customer\n in: path\n type: string\n required: true\n description: null\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: transaction\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: customer_balance_transaction\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/customers/{customer}/balance_transactions/{transaction}\n header_match: null\n description: Update a customer credit balance transaction\n parameters:\n - name: customer\n in: path\n type: string\n required: true\n description: null\n - name: transaction\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: customer_balance_transaction\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/customers/{customer}/bank_accounts\n header_match: null\n description: List all bank accounts\n parameters:\n - name: customer\n in: path\n type: string\n required: true\n description: null\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/customers/{customer}/bank_accounts\n header_match: null\n description: Create a card\n parameters:\n - name: customer\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: payment_source\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/customers/{customer}/bank_accounts/{id}\n header_match: null\n description: Retrieve a bank account\n parameters:\n - name: customer\n in: path\n type: string\n required: true\n description: null\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: id\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: bank_account\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/customers/{customer}/bank_accounts/{id}\n header_match: null\n description: <p>Update a specified source for a given customer.</p>\n parameters:\n - name: customer\n in: path\n type: string\n required: true\n description: null\n - name: id\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: DELETE\n path: /v1/customers/{customer}/bank_accounts/{id}\n header_match: null\n description: Delete a customer source\n parameters:\n - name: customer\n in: path\n type: string\n required: true\n description: null\n - name: id\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/customers/{customer}/bank_accounts/{id}/verify\n header_match: null\n description: Verify a bank account\n parameters:\n - name: customer\n in: path\n type: string\n required: true\n description: null\n - name: id\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: bank_account\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/customers/{customer}/cards\n header_match: null\n description: List all cards\n parameters:\n - name: customer\n in: path\n type: string\n required: true\n description: null\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/customers/{customer}/cards\n header_match: null\n description: Create a card\n parameters:\n - name: customer\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: payment_source\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/customers/{customer}/cards/{id}\n header_match: null\n description: Retrieve a card\n parameters:\n - name: customer\n in: path\n type: string\n required: true\n description: null\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: id\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: card\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/customers/{customer}/cards/{id}\n header_match: null\n description: <p>Update a specified source for a given customer.</p>\n parameters:\n - name: customer\n in: path\n type: string\n required: true\n description: null\n - name: id\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: DELETE\n path: /v1/customers/{customer}/cards/{id}\n header_match: null\n description: Delete a customer source\n parameters:\n - name: customer\n in: path\n type: string\n required: true\n description: null\n - name: id\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/customers/{customer}/cash_balance\n header_match: null\n description: Retrieve a cash balance\n parameters:\n - name: customer\n in: path\n type: string\n required: true\n description: null\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 schema: cash_balance\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/customers/{customer}/cash_balance\n header_match: null\n description: Update a cash balance's settings\n parameters:\n - name: customer\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 schema: cash_balance\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/customers/{customer}/cash_balance_transactions\n header_match: null\n description: List cash balance transactions\n parameters:\n - name: customer\n in: path\n type: string\n required: true\n description: null\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/customers/{customer}/cash_balance_transactions/{transaction}\n header_match: null\n description: Retrieve a cash balance transaction\n parameters:\n - name: customer\n in: path\n type: string\n required: true\n description: null\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: transaction\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: customer_cash_balance_transaction\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/customers/{customer}/discount\n header_match: null\n description: ''\n parameters:\n - name: customer\n in: path\n type: string\n required: true\n description: null\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 schema: discount\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: DELETE\n path: /v1/customers/{customer}/discount\n header_match: null\n description: Delete a customer discount\n parameters:\n - name: customer\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: deleted_discount\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/customers/{customer}/funding_instructions\n header_match: null\n description: Create or retrieve funding instructions for a customer cash balance\n parameters:\n - name: customer\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: funding_instructions\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/customers/{customer}/payment_methods\n header_match: null\n description: List a Customer's PaymentMethods\n parameters:\n - name: allow_redisplay\n in: query\n type: string\n required: false\n 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.\n - name: customer\n in: path\n type: string\n required: true\n description: null\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n - name: type\n in: query\n type: string\n required: false\n 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.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/customers/{customer}/payment_methods/{payment_method}\n header_match: null\n description: Retrieve a Customer's PaymentMethod\n parameters:\n - name: customer\n in: path\n type: string\n required: true\n description: null\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: payment_method\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: payment_method\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/customers/{customer}/sources\n header_match: null\n description: <p>List sources for a specified customer.</p>\n parameters:\n - name: customer\n in: path\n type: string\n required: true\n description: null\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: object\n in: query\n type: string\n required: false\n description: Filter sources according to a particular object type.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/customers/{customer}/sources\n header_match: null\n description: Create a card\n parameters:\n - name: customer\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: payment_source\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/customers/{customer}/sources/{id}\n header_match: null\n description: <p>Retrieve a specified source for a given customer.</p>\n parameters:\n - name: customer\n in: path\n type: string\n required: true\n description: null\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: id\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: payment_source\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/customers/{customer}/sources/{id}\n header_match: null\n description: <p>Update a specified source for a given customer.</p>\n parameters:\n - name: customer\n in: path\n type: string\n required: true\n description: null\n - name: id\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: DELETE\n path: /v1/customers/{customer}/sources/{id}\n header_match: null\n description: Delete a customer source\n parameters:\n - name: customer\n in: path\n type: string\n required: true\n description: null\n - name: id\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/customers/{customer}/sources/{id}/verify\n header_match: null\n description: Verify a bank account\n parameters:\n - name: customer\n in: path\n type: string\n required: true\n description: null\n - name: id\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: bank_account\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/customers/{customer}/subscriptions\n header_match: null\n description: List active subscriptions\n parameters:\n - name: customer\n in: path\n type: string\n required: true\n description: null\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/customers/{customer}/subscriptions\n header_match: null\n description: Create a subscription\n parameters:\n - name: customer\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: subscription\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/customers/{customer}/subscriptions/{subscription_exposed_id}\n header_match: null\n description: Retrieve a subscription\n parameters:\n - name: customer\n in: path\n type: string\n required: true\n description: null\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: subscription_exposed_id\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: subscription\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/customers/{customer}/subscriptions/{subscription_exposed_id}\n header_match: null\n description: Update a subscription on a customer\n parameters:\n - name: customer\n in: path\n type: string\n required: true\n description: null\n - name: subscription_exposed_id\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: subscription\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: DELETE\n path: /v1/customers/{customer}/subscriptions/{subscription_exposed_id}\n header_match: null\n description: Cancel a subscription\n parameters:\n - name: customer\n in: path\n type: string\n required: true\n description: null\n - name: subscription_exposed_id\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: subscription\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/customers/{customer}/subscriptions/{subscription_exposed_id}/discount\n header_match: null\n description: ''\n parameters:\n - name: customer\n in: path\n type: string\n required: true\n description: null\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: subscription_exposed_id\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 schema: discount\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: DELETE\n path: /v1/customers/{customer}/subscriptions/{subscription_exposed_id}/discount\n header_match: null\n description: Delete a customer discount\n parameters:\n - name: customer\n in: path\n type: string\n required: true\n description: null\n - name: subscription_exposed_id\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: deleted_discount\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/customers/{customer}/tax_ids\n header_match: null\n description: List all Customer tax IDs\n parameters:\n - name: customer\n in: path\n type: string\n required: true\n description: null\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/customers/{customer}/tax_ids\n header_match: null\n description: Create a Customer tax ID\n parameters:\n - name: customer\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: tax_id\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/customers/{customer}/tax_ids/{id}\n header_match: null\n description: Retrieve a Customer tax ID\n parameters:\n - name: customer\n in: path\n type: string\n required: true\n description: null\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: id\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: tax_id\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: DELETE\n path: /v1/customers/{customer}/tax_ids/{id}\n header_match: null\n description: Delete a Customer tax ID\n parameters:\n - name: customer\n in: path\n type: string\n required: true\n description: null\n - name: id\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\n \"deleted\": true,\n \"id\": \"string\",\n \"object\": \"tax_id\"\n }\n schema: deleted_tax_id\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/disputes\n header_match: null\n description: List all disputes\n parameters:\n - name: charge\n in: query\n type: string\n required: false\n description: Only return disputes associated to the charge specified by this charge ID.\n - name: created\n in: query\n type: string\n required: false\n description: Only return disputes that were created during the given date interval.\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: payment_intent\n in: query\n type: string\n required: false\n description: Only return disputes associated to the PaymentIntent specified by this PaymentIntent ID.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/disputes/{dispute}\n header_match: null\n description: Retrieve a dispute\n parameters:\n - name: dispute\n in: path\n type: string\n required: true\n description: null\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: dispute\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/disputes/{dispute}\n header_match: null\n description: Update a dispute\n parameters:\n - name: dispute\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: dispute\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/disputes/{dispute}/close\n header_match: null\n description: Close a dispute\n parameters:\n - name: dispute\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: dispute\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/entitlements/active_entitlements\n header_match: null\n description: List all active entitlements\n parameters:\n - name: customer\n in: query\n type: string\n required: true\n description: The ID of the customer.\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/entitlements/active_entitlements/{id}\n header_match: null\n description: Retrieve an active entitlement\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: id\n in: path\n type: string\n required: true\n description: The ID of the entitlement.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\n \"feature\": \"string\",\n \"id\": \"string\",\n \"livemode\": true,\n \"lookup_key\": \"string\",\n \"object\": \"entitlements.active_entitlement\"\n }\n schema: entitlements.active_entitlement\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/entitlements/features\n header_match: null\n description: List all features\n parameters:\n - name: archived\n in: query\n type: boolean\n required: false\n description: If set, filter results to only include features with the given archive status.\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: lookup_key\n in: query\n type: string\n required: false\n description: If set, filter results to only include features with the given lookup_key.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/entitlements/features\n header_match: null\n description: Create a feature\n parameters: null\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: entitlements.feature\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/entitlements/features/{id}\n header_match: null\n description: Retrieve a feature\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: id\n in: path\n type: string\n required: true\n description: The ID of the feature.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: entitlements.feature\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/entitlements/features/{id}\n header_match: null\n description: Updates a feature\n parameters:\n - name: id\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: entitlements.feature\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/ephemeral_keys\n header_match: null\n description: Create an ephemeral key\n parameters: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\n \"created\": 0,\n \"expires\": 0,\n \"id\": \"string\",\n \"livemode\": true,\n \"object\": \"ephemeral_key\",\n \"secret\": \"string\"\n }\n schema: ephemeral_key\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: DELETE\n path: /v1/ephemeral_keys/{key}\n header_match: null\n description: Immediately invalidate an ephemeral key\n parameters:\n - name: key\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\n \"created\": 0,\n \"expires\": 0,\n \"id\": \"string\",\n \"livemode\": true,\n \"object\": \"ephemeral_key\",\n \"secret\": \"string\"\n }\n schema: ephemeral_key\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/events\n header_match: null\n description: List all events\n parameters:\n - name: created\n in: query\n type: string\n required: false\n description: Only return events that were created during the given date interval.\n - name: delivery_success\n in: query\n type: boolean\n required: false\n 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.\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n - name: type\n in: query\n type: string\n required: false\n 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.\n - name: types\n in: query\n type: array\n required: false\n 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.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/events/{id}\n header_match: null\n description: Retrieve an event\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: id\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: event\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/exchange_rates\n header_match: null\n description: List all exchange rates\n parameters:\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n 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.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/exchange_rates/{rate_id}\n header_match: null\n description: Retrieve an exchange rate\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: rate_id\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\n \"id\": \"string\",\n \"object\": \"exchange_rate\",\n \"rates\": {}\n }\n schema: exchange_rate\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/external_accounts/{id}\n header_match: null\n description: |-\n <p>Updates the metadata, account holder name, account holder type of a bank account belonging to\n a connected account and optionally sets it as the default for its currency. Other bank account\n details 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\n arguments or changes.</p>\n parameters:\n - name: id\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: external_account\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/fabric/service/integration_config\n header_match: null\n description: ''\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: service_name\n in: query\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\n \"object\": \"fabric_service\"\n }\n schema: fabric_service\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/fabric/service/subscribe\n header_match: null\n description: ''\n parameters: null\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\n \"object\": \"fabric_service\"\n }\n schema: fabric_service\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/file_links\n header_match: null\n description: List all file links\n parameters:\n - name: created\n in: query\n type: string\n required: false\n description: Only return links that were created during the given date interval.\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: expired\n in: query\n type: boolean\n required: false\n description: Filter links by their expiration status. By default, Stripe returns all links.\n - name: file\n in: query\n type: string\n required: false\n description: Only return links for the given file.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/file_links\n header_match: null\n description: Create a file link\n parameters: null\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: file_link\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/file_links/{link}\n header_match: null\n description: Retrieve a file link\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: link\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: file_link\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/file_links/{link}\n header_match: null\n description: Update a file link\n parameters:\n - name: link\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: file_link\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/files\n header_match: null\n description: List all files\n parameters:\n - name: created\n in: query\n type: string\n required: false\n description: Only return files that were created during the given date interval.\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: purpose\n in: query\n type: string\n required: false\n description: Filter queries by the file purpose. If you don't provide a purpose, the queries return unfiltered files.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/files\n header_match: null\n description: Create a file\n parameters: null\n request_body:\n required: true\n schema: null\n content_type: multipart/form-data\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: file\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/files/{file}\n header_match: null\n description: Retrieve a file\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: file\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: file\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/financial_connections/accounts\n header_match: null\n description: List Accounts\n parameters:\n - name: account_holder\n in: query\n type: object\n required: false\n description: If present, only return accounts that belong to the specified account holder. `account_holder[customer]` and `account_holder[account]` are mutually exclusive.\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: session\n in: query\n type: string\n required: false\n description: If present, only return accounts that were collected as part of the given session.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/financial_connections/accounts/{account}\n header_match: null\n description: Retrieve an Account\n parameters:\n - name: account\n in: path\n type: string\n required: true\n description: null\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: financial_connections.account\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/financial_connections/accounts/{account}/disconnect\n header_match: null\n description: Disconnect an Account\n parameters:\n - name: account\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: financial_connections.account\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/financial_connections/accounts/{account}/owners\n header_match: null\n description: List Account Owners\n parameters:\n - name: account\n in: path\n type: string\n required: true\n description: null\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: ownership\n in: query\n type: string\n required: true\n description: The ID of the ownership object to fetch owners from.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/financial_connections/accounts/{account}/refresh\n header_match: null\n description: Refresh Account data\n parameters:\n - name: account\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: financial_connections.account\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/financial_connections/accounts/{account}/subscribe\n header_match: null\n description: Subscribe to data refreshes for an Account\n parameters:\n - name: account\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: financial_connections.account\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/financial_connections/accounts/{account}/unsubscribe\n header_match: null\n description: Unsubscribe from data refreshes for an Account\n parameters:\n - name: account\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: financial_connections.account\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/financial_connections/sessions\n header_match: null\n description: Create a Session\n parameters: null\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: financial_connections.session\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/financial_connections/sessions/{session}\n header_match: null\n description: Retrieve a Session\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: session\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: financial_connections.session\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/financial_connections/transactions\n header_match: null\n description: List Transactions\n parameters:\n - name: account\n in: query\n type: string\n required: true\n description: The ID of the Financial Connections Account whose transactions will be retrieved.\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n - name: transacted_at\n in: query\n type: string\n required: false\n 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:'\n - name: transaction_refresh\n in: query\n type: object\n required: false\n description: 'A filter on the list based on the object `transaction_refresh` field. The value can be a dictionary with the following options:'\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/financial_connections/transactions/{transaction}\n header_match: null\n description: Retrieve a Transaction\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: transaction\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: financial_connections.transaction\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/forwarding/requests\n header_match: null\n description: List all ForwardingRequests\n parameters:\n - name: created\n in: query\n type: object\n required: false\n description: Similar to other List endpoints, filters results based on created timestamp. You can pass gt, gte, lt, and lte timestamp values.\n - name: ending_before\n in: query\n type: string\n required: false\n description: A pagination cursor to fetch the previous page of the list. The value must be a ForwardingRequest ID.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: starting_after\n in: query\n type: string\n required: false\n description: A pagination cursor to fetch the next page of the list. The value must be a ForwardingRequest ID.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/forwarding/requests\n header_match: null\n description: Create a ForwardingRequest\n parameters: null\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: forwarding.request\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/forwarding/requests/{id}\n header_match: null\n description: Retrieve a ForwardingRequest\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: id\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: forwarding.request\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/identity/verification_reports\n header_match: null\n description: List VerificationReports\n parameters:\n - name: client_reference_id\n in: query\n type: string\n required: false\n 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.\n - name: created\n in: query\n type: string\n required: false\n description: Only return VerificationReports that were created during the given date interval.\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n - name: type\n in: query\n type: string\n required: false\n description: Only return VerificationReports of this type\n - name: verification_session\n in: query\n type: string\n required: false\n description: Only return VerificationReports created by this VerificationSession ID. It is allowed to provide a VerificationIntent ID.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/identity/verification_reports/{report}\n header_match: null\n description: Retrieve a VerificationReport\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: report\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: identity.verification_report\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/identity/verification_sessions\n header_match: null\n description: List VerificationSessions\n parameters:\n - name: client_reference_id\n in: query\n type: string\n required: false\n 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.\n - name: created\n in: query\n type: string\n required: false\n description: Only return VerificationSessions that were created during the given date interval.\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: related_customer\n in: query\n type: string\n required: false\n description: Customer ID\n - name: related_customer_account\n in: query\n type: string\n required: false\n description: The ID of the Account representing a customer.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n - name: status\n in: query\n type: string\n required: false\n description: Only return VerificationSessions with this status. [Learn more about the lifecycle of sessions](https://docs.stripe.com/identity/how-sessions-work).\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/identity/verification_sessions\n header_match: null\n description: Create a VerificationSession\n parameters: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: identity.verification_session\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/identity/verification_sessions/{session}\n header_match: null\n description: Retrieve a VerificationSession\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: session\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: identity.verification_session\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/identity/verification_sessions/{session}\n header_match: null\n description: Update a VerificationSession\n parameters:\n - name: session\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: identity.verification_session\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/identity/verification_sessions/{session}/cancel\n header_match: null\n description: Cancel a VerificationSession\n parameters:\n - name: session\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: identity.verification_session\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/identity/verification_sessions/{session}/redact\n header_match: null\n description: Redact a VerificationSession\n parameters:\n - name: session\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: identity.verification_session\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/invoice_payments\n header_match: null\n description: List all payments for an invoice\n parameters:\n - name: created\n in: query\n type: string\n required: false\n description: Only return invoice payments that were created during the given date interval.\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: invoice\n in: query\n type: string\n required: false\n description: The identifier of the invoice whose payments to return.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: payment\n in: query\n type: object\n required: false\n description: The payment details of the invoice payments to return.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n - name: status\n in: query\n type: string\n required: false\n description: The status of the invoice payments to return.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/invoice_payments/{invoice_payment}\n header_match: null\n description: Retrieve an InvoicePayment\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: invoice_payment\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: invoice_payment\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/invoice_rendering_templates\n header_match: null\n description: List all invoice rendering templates\n parameters:\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n - name: status\n in: query\n type: string\n required: false\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/invoice_rendering_templates/{template}\n header_match: null\n description: Retrieve an invoice rendering template\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: template\n in: path\n type: string\n required: true\n description: null\n - name: version\n in: query\n type: integer\n required: false\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: invoice_rendering_template\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/invoice_rendering_templates/{template}/archive\n header_match: null\n description: Archive an invoice rendering template\n parameters:\n - name: template\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: invoice_rendering_template\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/invoice_rendering_templates/{template}/unarchive\n header_match: null\n description: Unarchive an invoice rendering template\n parameters:\n - name: template\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: invoice_rendering_template\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/invoiceitems\n header_match: null\n description: List all invoice items\n parameters:\n - name: created\n in: query\n type: string\n required: false\n description: Only return invoice items that were created during the given date interval.\n - name: customer\n in: query\n type: string\n required: false\n description: The identifier of the customer whose invoice items to return. If none is provided, returns all invoice items.\n - name: customer_account\n in: query\n type: string\n required: false\n description: The identifier of the account representing the customer whose invoice items to return. If none is provided, returns all invoice items.\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: invoice\n in: query\n type: string\n required: false\n 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.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: pending\n in: query\n type: boolean\n required: false\n 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.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/invoiceitems\n header_match: null\n description: Create an invoice item\n parameters: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: invoiceitem\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/invoiceitems/{invoiceitem}\n header_match: null\n description: Retrieve an invoice item\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: invoiceitem\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: invoiceitem\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/invoiceitems/{invoiceitem}\n header_match: null\n description: Update an invoice item\n parameters:\n - name: invoiceitem\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: invoiceitem\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: DELETE\n path: /v1/invoiceitems/{invoiceitem}\n header_match: null\n description: Delete an invoice item\n parameters:\n - name: invoiceitem\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\n \"deleted\": true,\n \"id\": \"string\",\n \"object\": \"invoiceitem\"\n }\n schema: deleted_invoiceitem\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/invoices\n header_match: null\n description: List all invoices\n parameters:\n - name: collection_method\n in: query\n type: string\n required: false\n description: The collection method of the invoice to retrieve. Either `charge_automatically` or `send_invoice`.\n - name: created\n in: query\n type: string\n required: false\n description: Only return invoices that were created during the given date interval.\n - name: customer\n in: query\n type: string\n required: false\n description: Only return invoices for the customer specified by this customer ID.\n - name: customer_account\n in: query\n type: string\n required: false\n description: Only return invoices for the account representing the customer specified by this account ID.\n - name: due_date\n in: query\n type: string\n required: false\n description: null\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n - name: status\n in: query\n type: string\n required: false\n 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)\n - name: subscription\n in: query\n type: string\n required: false\n description: Only return invoices for the subscription specified by this subscription ID.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/invoices\n header_match: null\n description: Create an invoice\n parameters: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: invoice\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/invoices/create_preview\n header_match: null\n description: Create a preview invoice\n parameters: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: invoice\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/invoices/search\n header_match: null\n description: Search invoices\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: page\n in: query\n type: string\n required: false\n 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.\n - name: query\n in: query\n type: string\n required: true\n 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).\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/invoices/{invoice}\n header_match: null\n description: Retrieve an invoice\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: invoice\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: invoice\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/invoices/{invoice}\n header_match: null\n description: Update an invoice\n parameters:\n - name: invoice\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: invoice\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: DELETE\n path: /v1/invoices/{invoice}\n header_match: null\n description: Delete a draft invoice\n parameters:\n - name: invoice\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\n \"deleted\": true,\n \"id\": \"string\",\n \"object\": \"invoice\"\n }\n schema: deleted_invoice\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/invoices/{invoice}/add_lines\n header_match: null\n description: Bulk add invoice line items\n parameters:\n - name: invoice\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: invoice\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/invoices/{invoice}/attach_payment\n header_match: null\n description: Attach a payment to an Invoice\n parameters:\n - name: invoice\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: invoice\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/invoices/{invoice}/finalize\n header_match: null\n description: Finalize an invoice\n parameters:\n - name: invoice\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: invoice\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/invoices/{invoice}/lines\n header_match: null\n description: Retrieve an invoice's line items\n parameters:\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: invoice\n in: path\n type: string\n required: true\n description: null\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/invoices/{invoice}/lines/{line_item_id}\n header_match: null\n description: Update an invoice's line item\n parameters:\n - name: invoice\n in: path\n type: string\n required: true\n description: Invoice ID of line item\n - name: line_item_id\n in: path\n type: string\n required: true\n description: Invoice line item ID\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: line_item\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/invoices/{invoice}/mark_uncollectible\n header_match: null\n description: Mark an invoice as uncollectible\n parameters:\n - name: invoice\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: invoice\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/invoices/{invoice}/pay\n header_match: null\n description: Pay an invoice\n parameters:\n - name: invoice\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: invoice\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/invoices/{invoice}/remove_lines\n header_match: null\n description: Bulk remove invoice line items\n parameters:\n - name: invoice\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: invoice\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/invoices/{invoice}/send\n header_match: null\n description: Send an invoice for manual payment\n parameters:\n - name: invoice\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: invoice\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/invoices/{invoice}/update_lines\n header_match: null\n description: Bulk update invoice line items\n parameters:\n - name: invoice\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: invoice\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/invoices/{invoice}/void\n header_match: null\n description: Void an invoice\n parameters:\n - name: invoice\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: invoice\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/issuing/authorizations\n header_match: null\n description: List all authorizations\n parameters:\n - name: card\n in: query\n type: string\n required: false\n description: Only return authorizations that belong to the given card.\n - name: cardholder\n in: query\n type: string\n required: false\n description: Only return authorizations that belong to the given cardholder.\n - name: created\n in: query\n type: string\n required: false\n description: Only return authorizations that were created during the given date interval.\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n - name: status\n in: query\n type: string\n required: false\n description: Only return authorizations with the given status. One of `pending`, `closed`, or `reversed`.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/issuing/authorizations/{authorization}\n header_match: null\n description: Retrieve an authorization\n parameters:\n - name: authorization\n in: path\n type: string\n required: true\n description: null\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: issuing.authorization\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/issuing/authorizations/{authorization}\n header_match: null\n description: Update an authorization\n parameters:\n - name: authorization\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: issuing.authorization\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/issuing/authorizations/{authorization}/approve\n header_match: null\n description: Approve an authorization\n parameters:\n - name: authorization\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: issuing.authorization\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/issuing/authorizations/{authorization}/decline\n header_match: null\n description: Decline an authorization\n parameters:\n - name: authorization\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: issuing.authorization\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/issuing/cardholders\n header_match: null\n description: List all cardholders\n parameters:\n - name: created\n in: query\n type: string\n required: false\n description: Only return cardholders that were created during the given date interval.\n - name: email\n in: query\n type: string\n required: false\n description: Only return cardholders that have the given email address.\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: phone_number\n in: query\n type: string\n required: false\n description: Only return cardholders that have the given phone number.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n - name: status\n in: query\n type: string\n required: false\n description: Only return cardholders that have the given status. One of `active`, `inactive`, or `blocked`.\n - name: type\n in: query\n type: string\n required: false\n description: Only return cardholders that have the given type. One of `individual` or `company`.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/issuing/cardholders\n header_match: null\n description: Create a cardholder\n parameters: null\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: issuing.cardholder\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/issuing/cardholders/{cardholder}\n header_match: null\n description: Retrieve a cardholder\n parameters:\n - name: cardholder\n in: path\n type: string\n required: true\n description: null\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: issuing.cardholder\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/issuing/cardholders/{cardholder}\n header_match: null\n description: Update a cardholder\n parameters:\n - name: cardholder\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: issuing.cardholder\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/issuing/cards\n header_match: null\n description: List all cards\n parameters:\n - name: cardholder\n in: query\n type: string\n required: false\n description: Only return cards belonging to the Cardholder with the provided ID.\n - name: created\n in: query\n type: string\n required: false\n description: Only return cards that were issued during the given date interval.\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: exp_month\n in: query\n type: integer\n required: false\n description: Only return cards that have the given expiration month.\n - name: exp_year\n in: query\n type: integer\n required: false\n description: Only return cards that have the given expiration year.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: last4\n in: query\n type: string\n required: false\n description: Only return cards that have the given last four digits.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: personalization_design\n in: query\n type: string\n required: false\n description: null\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n - name: status\n in: query\n type: string\n required: false\n description: Only return cards that have the given status. One of `active`, `inactive`, or `canceled`.\n - name: type\n in: query\n type: string\n required: false\n description: Only return cards that have the given type. One of `virtual` or `physical`.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/issuing/cards\n header_match: null\n description: Create a card\n parameters: null\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: issuing.card\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/issuing/cards/{card}\n header_match: null\n description: Retrieve a card\n parameters:\n - name: card\n in: path\n type: string\n required: true\n description: null\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: issuing.card\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/issuing/cards/{card}\n header_match: null\n description: Update a card\n parameters:\n - name: card\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: issuing.card\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/issuing/disputes\n header_match: null\n description: List all disputes\n parameters:\n - name: created\n in: query\n type: string\n required: false\n description: Only return Issuing disputes that were created during the given date interval.\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n - name: status\n in: query\n type: string\n required: false\n description: Select Issuing disputes with the given status.\n - name: transaction\n in: query\n type: string\n required: false\n description: Select the Issuing dispute for the given transaction.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/issuing/disputes\n header_match: null\n description: Create a dispute\n parameters: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: issuing.dispute\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/issuing/disputes/{dispute}\n header_match: null\n description: Retrieve a dispute\n parameters:\n - name: dispute\n in: path\n type: string\n required: true\n description: null\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: issuing.dispute\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/issuing/disputes/{dispute}\n header_match: null\n description: Update a dispute\n parameters:\n - name: dispute\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: issuing.dispute\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/issuing/disputes/{dispute}/submit\n header_match: null\n description: Submit a dispute\n parameters:\n - name: dispute\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: issuing.dispute\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/issuing/personalization_designs\n header_match: null\n description: List all personalization designs\n parameters:\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: lookup_keys\n in: query\n type: array\n required: false\n description: Only return personalization designs with the given lookup keys.\n - name: preferences\n in: query\n type: object\n required: false\n description: Only return personalization designs with the given preferences.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n - name: status\n in: query\n type: string\n required: false\n description: Only return personalization designs with the given status.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/issuing/personalization_designs\n header_match: null\n description: Create a personalization design\n parameters: null\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: issuing.personalization_design\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/issuing/personalization_designs/{personalization_design}\n header_match: null\n description: Retrieve a personalization design\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: personalization_design\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: issuing.personalization_design\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/issuing/personalization_designs/{personalization_design}\n header_match: null\n description: Update a personalization design\n parameters:\n - name: personalization_design\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: issuing.personalization_design\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/issuing/physical_bundles\n header_match: null\n description: List all physical bundles\n parameters:\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n - name: status\n in: query\n type: string\n required: false\n description: Only return physical bundles with the given status.\n - name: type\n in: query\n type: string\n required: false\n description: Only return physical bundles with the given type.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/issuing/physical_bundles/{physical_bundle}\n header_match: null\n description: Retrieve a physical bundle\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: physical_bundle\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: issuing.physical_bundle\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/issuing/settlements/{settlement}\n header_match: null\n description: Retrieve a settlement\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: settlement\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: issuing.settlement\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/issuing/settlements/{settlement}\n header_match: null\n description: Update a settlement\n parameters:\n - name: settlement\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: issuing.settlement\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/issuing/tokens\n header_match: null\n description: List all issuing tokens for card\n parameters:\n - name: card\n in: query\n type: string\n required: true\n description: The Issuing card identifier to list tokens for.\n - name: created\n in: query\n type: string\n required: false\n description: Only return Issuing tokens that were created during the given date interval.\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n - name: status\n in: query\n type: string\n required: false\n description: Select Issuing tokens with the given status.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/issuing/tokens/{token}\n header_match: null\n description: Retrieve an issuing token\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: token\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: issuing.token\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/issuing/tokens/{token}\n header_match: null\n description: Update a token status\n parameters:\n - name: token\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: issuing.token\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/issuing/transactions\n header_match: null\n description: List all transactions\n parameters:\n - name: card\n in: query\n type: string\n required: false\n description: Only return transactions that belong to the given card.\n - name: cardholder\n in: query\n type: string\n required: false\n description: Only return transactions that belong to the given cardholder.\n - name: created\n in: query\n type: string\n required: false\n description: Only return transactions that were created during the given date interval.\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n - name: type\n in: query\n type: string\n required: false\n description: Only return transactions that have the given type. One of `capture` or `refund`.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/issuing/transactions/{transaction}\n header_match: null\n description: Retrieve a transaction\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: transaction\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: issuing.transaction\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/issuing/transactions/{transaction}\n header_match: null\n description: Update a transaction\n parameters:\n - name: transaction\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: issuing.transaction\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/link_account_sessions\n header_match: null\n description: Create a Session\n parameters: null\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: financial_connections.session\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/link_account_sessions/{session}\n header_match: null\n description: Retrieve a Session\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: session\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: financial_connections.session\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/linked_accounts\n header_match: null\n description: List Accounts\n parameters:\n - name: account_holder\n in: query\n type: object\n required: false\n description: If present, only return accounts that belong to the specified account holder. `account_holder[customer]` and `account_holder[account]` are mutually exclusive.\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: session\n in: query\n type: string\n required: false\n description: If present, only return accounts that were collected as part of the given session.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/linked_accounts/{account}\n header_match: null\n description: Retrieve an Account\n parameters:\n - name: account\n in: path\n type: string\n required: true\n description: null\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: financial_connections.account\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/linked_accounts/{account}/disconnect\n header_match: null\n description: Disconnect an Account\n parameters:\n - name: account\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: financial_connections.account\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/linked_accounts/{account}/owners\n header_match: null\n description: List Account Owners\n parameters:\n - name: account\n in: path\n type: string\n required: true\n description: null\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: ownership\n in: query\n type: string\n required: true\n description: The ID of the ownership object to fetch owners from.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/linked_accounts/{account}/refresh\n header_match: null\n description: Refresh Account data\n parameters:\n - name: account\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: financial_connections.account\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/mandates/{mandate}\n header_match: null\n description: Retrieve a Mandate\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: mandate\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: mandate\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/payment_attempt_records\n header_match: null\n description: List Payment Attempt Records\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: payment_record\n in: query\n type: string\n required: true\n description: The ID of the Payment Record.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/payment_attempt_records/{id}\n header_match: null\n description: Retrieve a Payment Attempt Record\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: id\n in: path\n type: string\n required: true\n description: The ID of the Payment Attempt Record.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: payment_attempt_record\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/payment_intents\n header_match: null\n description: List all PaymentIntents\n parameters:\n - name: created\n in: query\n type: string\n required: false\n 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.\n - name: customer\n in: query\n type: string\n required: false\n description: Only return PaymentIntents for the customer that this customer ID specifies.\n - name: customer_account\n in: query\n type: string\n required: false\n description: Only return PaymentIntents for the account representing the customer that this ID specifies.\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/payment_intents\n header_match: null\n description: Create a PaymentIntent\n parameters: null\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: payment_intent\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/payment_intents/search\n header_match: null\n description: Search PaymentIntents\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: page\n in: query\n type: string\n required: false\n 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.\n - name: query\n in: query\n type: string\n required: true\n 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).\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/payment_intents/{intent}\n header_match: null\n description: Retrieve a PaymentIntent\n parameters:\n - name: client_secret\n in: query\n type: string\n required: false\n description: The client secret of the PaymentIntent. We require it if you use a publishable key to retrieve the source.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: intent\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: payment_intent\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/payment_intents/{intent}\n header_match: null\n description: Update a PaymentIntent\n parameters:\n - name: intent\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: payment_intent\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/payment_intents/{intent}/amount_details_line_items\n header_match: null\n description: List all PaymentIntent LineItems\n parameters:\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: intent\n in: path\n type: string\n required: true\n description: null\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/payment_intents/{intent}/apply_customer_balance\n header_match: null\n description: Reconcile a customer_balance PaymentIntent\n parameters:\n - name: intent\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: payment_intent\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/payment_intents/{intent}/cancel\n header_match: null\n description: Cancel a PaymentIntent\n parameters:\n - name: intent\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: payment_intent\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/payment_intents/{intent}/capture\n header_match: null\n description: Capture a PaymentIntent\n parameters:\n - name: intent\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: payment_intent\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/payment_intents/{intent}/confirm\n header_match: null\n description: Confirm a PaymentIntent\n parameters:\n - name: intent\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: payment_intent\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/payment_intents/{intent}/increment_authorization\n header_match: null\n description: Increment an authorization\n parameters:\n - name: intent\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: payment_intent\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/payment_intents/{intent}/verify_microdeposits\n header_match: null\n description: Verify microdeposits on a PaymentIntent\n parameters:\n - name: intent\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: payment_intent\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/payment_links\n header_match: null\n description: List all payment links\n parameters:\n - name: active\n in: query\n type: boolean\n required: false\n description: Only return payment links that are active or inactive (e.g., pass `false` to list all inactive payment links).\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/payment_links\n header_match: null\n description: Create a payment link\n parameters: null\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: payment_link\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/payment_links/{payment_link}\n header_match: null\n description: Retrieve payment link\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: payment_link\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: payment_link\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/payment_links/{payment_link}\n header_match: null\n description: Update a payment link\n parameters:\n - name: payment_link\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: payment_link\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/payment_links/{payment_link}/line_items\n header_match: null\n description: Retrieve a payment link's line items\n parameters:\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: payment_link\n in: path\n type: string\n required: true\n description: null\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/payment_method_configurations\n header_match: null\n description: List payment method configurations\n parameters:\n - name: application\n in: query\n type: string\n required: false\n description: The Connect application to filter by.\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/payment_method_configurations\n header_match: null\n description: Create a payment method configuration\n parameters: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: payment_method_configuration\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/payment_method_configurations/{configuration}\n header_match: null\n description: Retrieve payment method configuration\n parameters:\n - name: configuration\n in: path\n type: string\n required: true\n description: null\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: payment_method_configuration\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/payment_method_configurations/{configuration}\n header_match: null\n description: Update payment method configuration\n parameters:\n - name: configuration\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: payment_method_configuration\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/payment_method_domains\n header_match: null\n description: List payment method domains\n parameters:\n - name: domain_name\n in: query\n type: string\n required: false\n description: The domain name that this payment method domain object represents.\n - name: enabled\n in: query\n type: boolean\n required: false\n description: Whether this payment method domain is enabled. If the domain is not enabled, payment methods will not appear in Elements or Embedded Checkout\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/payment_method_domains\n header_match: null\n description: Create a payment method domain\n parameters: null\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: payment_method_domain\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/payment_method_domains/{payment_method_domain}\n header_match: null\n description: Retrieve a payment method domain\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: payment_method_domain\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: payment_method_domain\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/payment_method_domains/{payment_method_domain}\n header_match: null\n description: Update a payment method domain\n parameters:\n - name: payment_method_domain\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: payment_method_domain\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/payment_method_domains/{payment_method_domain}/validate\n header_match: null\n description: Validate an existing payment method domain\n parameters:\n - name: payment_method_domain\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: payment_method_domain\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/payment_methods\n header_match: null\n description: List PaymentMethods\n parameters:\n - name: allow_redisplay\n in: query\n type: string\n required: false\n 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.\n - name: customer\n in: query\n type: string\n required: false\n description: The ID of the customer whose PaymentMethods will be retrieved.\n - name: customer_account\n in: query\n type: string\n required: false\n description: The ID of the Account whose PaymentMethods will be retrieved.\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n - name: type\n in: query\n type: string\n required: false\n 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.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/payment_methods\n header_match: null\n description: Shares a PaymentMethod\n parameters: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: payment_method\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/payment_methods/{payment_method}\n header_match: null\n description: Retrieve a PaymentMethod\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: payment_method\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: payment_method\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/payment_methods/{payment_method}\n header_match: null\n description: Update a PaymentMethod\n parameters:\n - name: payment_method\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: payment_method\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/payment_methods/{payment_method}/attach\n header_match: null\n description: Attach a PaymentMethod to a Customer\n parameters:\n - name: payment_method\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: payment_method\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/payment_methods/{payment_method}/detach\n header_match: null\n description: Detach a PaymentMethod from a Customer\n parameters:\n - name: payment_method\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: payment_method\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/payment_records/report_payment\n header_match: null\n description: Report a payment\n parameters: null\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 \"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 }\n schema: payment_record\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/payment_records/{id}\n header_match: null\n description: Retrieve a Payment Record\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: id\n in: path\n type: string\n required: true\n description: The ID of the Payment Record.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 \"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 }\n schema: payment_record\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/payment_records/{id}/report_payment_attempt\n header_match: null\n description: Report a payment attempt\n parameters:\n - name: id\n in: path\n type: string\n required: true\n description: The ID of the Payment Record.\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 \"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 }\n schema: payment_record\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/payment_records/{id}/report_payment_attempt_canceled\n header_match: null\n description: Report payment attempt canceled\n parameters:\n - name: id\n in: path\n type: string\n required: true\n description: The ID of the Payment Record.\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 \"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 }\n schema: payment_record\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/payment_records/{id}/report_payment_attempt_failed\n header_match: null\n description: Report payment attempt failed\n parameters:\n - name: id\n in: path\n type: string\n required: true\n description: The ID of the Payment Record.\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 \"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 }\n schema: payment_record\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/payment_records/{id}/report_payment_attempt_guaranteed\n header_match: null\n description: Report payment attempt guaranteed\n parameters:\n - name: id\n in: path\n type: string\n required: true\n description: The ID of the Payment Record.\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 \"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 }\n schema: payment_record\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/payment_records/{id}/report_payment_attempt_informational\n header_match: null\n description: Report payment attempt informational\n parameters:\n - name: id\n in: path\n type: string\n required: true\n description: The ID of the Payment Record.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 \"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 }\n schema: payment_record\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/payment_records/{id}/report_refund\n header_match: null\n description: Report a refund\n parameters:\n - name: id\n in: path\n type: string\n required: true\n description: The ID of the Payment Record.\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 \"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 }\n schema: payment_record\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/payouts\n header_match: null\n description: List all payouts\n parameters:\n - name: arrival_date\n in: query\n type: string\n required: false\n description: Only return payouts that are expected to arrive during the given date interval.\n - name: created\n in: query\n type: string\n required: false\n description: Only return payouts that were created during the given date interval.\n - name: destination\n in: query\n type: string\n required: false\n description: The ID of an external account - only return payouts sent to this external account.\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n - name: status\n in: query\n type: string\n required: false\n description: 'Only return payouts that have the given status: `pending`, `paid`, `failed`, or `canceled`.'\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/payouts\n header_match: null\n description: Create a payout\n parameters: null\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: payout\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/payouts/{payout}\n header_match: null\n description: Retrieve a payout\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: payout\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: payout\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/payouts/{payout}\n header_match: null\n description: Update a payout\n parameters:\n - name: payout\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: payout\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/payouts/{payout}/cancel\n header_match: null\n description: Cancel a payout\n parameters:\n - name: payout\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: payout\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/payouts/{payout}/reverse\n header_match: null\n description: Reverse a payout\n parameters:\n - name: payout\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: payout\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/plans\n header_match: null\n description: List all plans\n parameters:\n - name: active\n in: query\n type: boolean\n required: false\n description: Only return plans that are active or inactive (e.g., pass `false` to list all inactive plans).\n - name: created\n in: query\n type: string\n required: false\n 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.\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: product\n in: query\n type: string\n required: false\n description: Only return plans for the given product.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/plans\n header_match: null\n description: Create a plan\n parameters: null\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: plan\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/plans/{plan}\n header_match: null\n description: Retrieve a plan\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: plan\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: plan\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/plans/{plan}\n header_match: null\n description: Update a plan\n parameters:\n - name: plan\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: plan\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: DELETE\n path: /v1/plans/{plan}\n header_match: null\n description: Delete a plan\n parameters:\n - name: plan\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\n \"deleted\": true,\n \"id\": \"string\",\n \"object\": \"plan\"\n }\n schema: deleted_plan\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/prices\n header_match: null\n description: List all prices\n parameters:\n - name: active\n in: query\n type: boolean\n required: false\n description: Only return prices that are active or inactive (e.g., pass `false` to list all inactive prices).\n - name: created\n in: query\n type: string\n required: false\n 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.\n - name: currency\n in: query\n type: string\n required: false\n description: Only return prices for the given currency.\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: lookup_keys\n in: query\n type: array\n required: false\n description: Only return the price with these lookup_keys, if any exist. You can specify up to 10 lookup_keys.\n - name: product\n in: query\n type: string\n required: false\n description: Only return prices for the given product.\n - name: recurring\n in: query\n type: object\n required: false\n description: Only return prices with these recurring fields.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n - name: type\n in: query\n type: string\n required: false\n description: Only return prices of type `recurring` or `one_time`.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/prices\n header_match: null\n description: Create a price\n parameters: null\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: price\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/prices/search\n header_match: null\n description: Search prices\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: page\n in: query\n type: string\n required: false\n 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.\n - name: query\n in: query\n type: string\n required: true\n 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).\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/prices/{price}\n header_match: null\n description: Retrieve a price\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: price\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: price\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/prices/{price}\n header_match: null\n description: Update a price\n parameters:\n - name: price\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: price\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/products\n header_match: null\n description: List all products\n parameters:\n - name: active\n in: query\n type: boolean\n required: false\n description: Only return products that are active or inactive (e.g., pass `false` to list all inactive products).\n - name: created\n in: query\n type: string\n required: false\n description: Only return products that were created during the given date interval.\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: ids\n in: query\n type: array\n required: false\n 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).\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: shippable\n in: query\n type: boolean\n required: false\n description: Only return products that can be shipped (i.e., physical, not digital products).\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n - name: url\n in: query\n type: string\n required: false\n description: Only return products with the given url.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/products\n header_match: null\n description: Create a product\n parameters: null\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: product\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/products/search\n header_match: null\n description: Search products\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: page\n in: query\n type: string\n required: false\n 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.\n - name: query\n in: query\n type: string\n required: true\n 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).\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/products/{id}\n header_match: null\n description: Retrieve a product\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: id\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: product\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/products/{id}\n header_match: null\n description: Update a product\n parameters:\n - name: id\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: product\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: DELETE\n path: /v1/products/{id}\n header_match: null\n description: Delete a product\n parameters:\n - name: id\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\n \"deleted\": true,\n \"id\": \"string\",\n \"object\": \"product\"\n }\n schema: deleted_product\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/products/{product}/features\n header_match: null\n description: List all features attached to a product\n parameters:\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: product\n in: path\n type: string\n required: true\n description: null\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/products/{product}/features\n header_match: null\n description: Attach a feature to a product\n parameters:\n - name: product\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: product_feature\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/products/{product}/features/{id}\n header_match: null\n description: Retrieve a product_feature\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: id\n in: path\n type: string\n required: true\n description: The ID of the product_feature.\n - name: product\n in: path\n type: string\n required: true\n description: The ID of the product.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: product_feature\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: DELETE\n path: /v1/products/{product}/features/{id}\n header_match: null\n description: Remove a feature from a product\n parameters:\n - name: id\n in: path\n type: string\n required: true\n description: null\n - name: product\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\n \"deleted\": true,\n \"id\": \"string\",\n \"object\": \"product_feature\"\n }\n schema: deleted_product_feature\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/promotion_codes\n header_match: null\n description: List all promotion codes\n parameters:\n - name: active\n in: query\n type: boolean\n required: false\n description: Filter promotion codes by whether they are active.\n - name: code\n in: query\n type: string\n required: false\n description: Only return promotion codes that have this case-insensitive code.\n - name: coupon\n in: query\n type: string\n required: false\n description: Only return promotion codes for this coupon.\n - name: created\n in: query\n type: string\n required: false\n 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.\n - name: customer\n in: query\n type: string\n required: false\n description: Only return promotion codes that are restricted to this customer.\n - name: customer_account\n in: query\n type: string\n required: false\n description: Only return promotion codes that are restricted to this account representing the customer.\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/promotion_codes\n header_match: null\n description: Create a promotion code\n parameters: null\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: promotion_code\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/promotion_codes/{promotion_code}\n header_match: null\n description: Retrieve a promotion code\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: promotion_code\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: promotion_code\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/promotion_codes/{promotion_code}\n header_match: null\n description: Update a promotion code\n parameters:\n - name: promotion_code\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: promotion_code\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/quotes\n header_match: null\n description: List all quotes\n parameters:\n - name: customer\n in: query\n type: string\n required: false\n description: The ID of the customer whose quotes you're retrieving.\n - name: customer_account\n in: query\n type: string\n required: false\n description: The ID of the account representing the customer whose quotes you're retrieving.\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n - name: status\n in: query\n type: string\n required: false\n description: The status of the quote.\n - name: test_clock\n in: query\n type: string\n required: false\n 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.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/quotes\n header_match: null\n description: Create a quote\n parameters: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: quote\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/quotes/{quote}\n header_match: null\n description: Retrieve a quote\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: quote\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: quote\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/quotes/{quote}\n header_match: null\n description: Update a quote\n parameters:\n - name: quote\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: quote\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/quotes/{quote}/accept\n header_match: null\n description: Accept a quote\n parameters:\n - name: quote\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: quote\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/quotes/{quote}/cancel\n header_match: null\n description: Cancel a quote\n parameters:\n - name: quote\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: quote\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/quotes/{quote}/computed_upfront_line_items\n header_match: null\n description: Retrieve a quote's upfront line items\n parameters:\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: quote\n in: path\n type: string\n required: true\n description: null\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/quotes/{quote}/finalize\n header_match: null\n description: Finalize a quote\n parameters:\n - name: quote\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: quote\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/quotes/{quote}/line_items\n header_match: null\n description: Retrieve a quote's line items\n parameters:\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: quote\n in: path\n type: string\n required: true\n description: null\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/quotes/{quote}/pdf\n header_match: null\n description: Download quote PDF\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: quote\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/pdf\n body: '\"string\"'\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/radar/early_fraud_warnings\n header_match: null\n description: List all early fraud warnings\n parameters:\n - name: charge\n in: query\n type: string\n required: false\n description: Only return early fraud warnings for the charge specified by this charge ID.\n - name: created\n in: query\n type: string\n required: false\n description: Only return early fraud warnings that were created during the given date interval.\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: payment_intent\n in: query\n type: string\n required: false\n description: Only return early fraud warnings for charges that were created by the PaymentIntent specified by this PaymentIntent ID.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/radar/early_fraud_warnings/{early_fraud_warning}\n header_match: null\n description: Retrieve an early fraud warning\n parameters:\n - name: early_fraud_warning\n in: path\n type: string\n required: true\n description: null\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: radar.early_fraud_warning\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/radar/payment_evaluations\n header_match: null\n description: Create a Payment Evaluation\n parameters: null\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: radar.payment_evaluation\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/radar/value_list_items\n header_match: null\n description: List all value list items\n parameters:\n - name: created\n in: query\n type: string\n required: false\n description: Only return items that were created during the given date interval.\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n - name: value\n in: query\n type: string\n required: false\n description: Return items belonging to the parent list whose value matches the specified value (using an \"is like\" match).\n - name: value_list\n in: query\n type: string\n required: true\n description: Identifier for the parent value list this item belongs to.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/radar/value_list_items\n header_match: null\n description: Create a value list item\n parameters: null\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: radar.value_list_item\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/radar/value_list_items/{item}\n header_match: null\n description: Retrieve a value list item\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: item\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: radar.value_list_item\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: DELETE\n path: /v1/radar/value_list_items/{item}\n header_match: null\n description: Delete a value list item\n parameters:\n - name: item\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\n \"deleted\": true,\n \"id\": \"string\",\n \"object\": \"radar.value_list_item\"\n }\n schema: deleted_radar.value_list_item\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/radar/value_lists\n header_match: null\n description: List all value lists\n parameters:\n - name: alias\n in: query\n type: string\n required: false\n description: The alias used to reference the value list when writing rules.\n - name: contains\n in: query\n type: string\n required: false\n description: A value contained within a value list - returns all value lists containing this value.\n - name: created\n in: query\n type: string\n required: false\n description: Only return value lists that were created during the given date interval.\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/radar/value_lists\n header_match: null\n description: Create a value list\n parameters: null\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: radar.value_list\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/radar/value_lists/{value_list}\n header_match: null\n description: Retrieve a value list\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: value_list\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: radar.value_list\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/radar/value_lists/{value_list}\n header_match: null\n description: Update a value list\n parameters:\n - name: value_list\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: radar.value_list\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: DELETE\n path: /v1/radar/value_lists/{value_list}\n header_match: null\n description: Delete a value list\n parameters:\n - name: value_list\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\n \"deleted\": true,\n \"id\": \"string\",\n \"object\": \"radar.value_list\"\n }\n schema: deleted_radar.value_list\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/refunds\n header_match: null\n description: List all refunds\n parameters:\n - name: charge\n in: query\n type: string\n required: false\n description: Only return refunds for the charge specified by this charge ID.\n - name: created\n in: query\n type: string\n required: false\n description: Only return refunds that were created during the given date interval.\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: payment_intent\n in: query\n type: string\n required: false\n description: Only return refunds for the PaymentIntent specified by this ID.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/refunds\n header_match: null\n description: Create customer balance refund\n parameters: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: refund\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/refunds/{refund}\n header_match: null\n description: Retrieve a refund\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: refund\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: refund\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/refunds/{refund}\n header_match: null\n description: Update a refund\n parameters:\n - name: refund\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: refund\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/refunds/{refund}/cancel\n header_match: null\n description: Cancel a refund\n parameters:\n - name: refund\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: refund\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/reporting/report_runs\n header_match: null\n description: List all Report Runs\n parameters:\n - name: created\n in: query\n type: string\n required: false\n description: Only return Report Runs that were created during the given date interval.\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/reporting/report_runs\n header_match: null\n description: Create a Report Run\n parameters: null\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: reporting.report_run\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/reporting/report_runs/{report_run}\n header_match: null\n description: Retrieve a Report Run\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: report_run\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: reporting.report_run\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/reporting/report_types\n header_match: null\n description: List all Report Types\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/reporting/report_types/{report_type}\n header_match: null\n description: Retrieve a Report Type\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: report_type\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: reporting.report_type\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/reviews\n header_match: null\n description: List all open reviews\n parameters:\n - name: created\n in: query\n type: string\n required: false\n description: Only return reviews that were created during the given date interval.\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/reviews/{review}\n header_match: null\n description: Retrieve a review\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: review\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: review\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/reviews/{review}/approve\n header_match: null\n description: Approve a review\n parameters:\n - name: review\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: review\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/setup_attempts\n header_match: null\n description: List all SetupAttempts\n parameters:\n - name: created\n in: query\n type: string\n required: false\n description: |-\n A filter on the list, based on the object `created` field. The value\n can be a string with an integer Unix timestamp or a\n dictionary with a number of different query options.\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: setup_intent\n in: query\n type: string\n required: true\n description: |-\n Only return SetupAttempts created by the SetupIntent specified by\n this ID.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/setup_intents\n header_match: null\n description: List all SetupIntents\n parameters:\n - name: attach_to_self\n in: query\n type: boolean\n required: false\n description: |-\n If present, the SetupIntent's payment method will be attached to the in-context Stripe Account.\n\n It 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.\n - name: created\n in: query\n type: string\n required: false\n 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.\n - name: customer\n in: query\n type: string\n required: false\n description: Only return SetupIntents for the customer specified by this customer ID.\n - name: customer_account\n in: query\n type: string\n required: false\n description: Only return SetupIntents for the account specified by this customer ID.\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: payment_method\n in: query\n type: string\n required: false\n description: Only return SetupIntents that associate with the specified payment method.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/setup_intents\n header_match: null\n description: Create a SetupIntent\n parameters: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: setup_intent\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/setup_intents/{intent}\n header_match: null\n description: Retrieve a SetupIntent\n parameters:\n - name: client_secret\n in: query\n type: string\n required: false\n description: The client secret of the SetupIntent. We require this string if you use a publishable key to retrieve the SetupIntent.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: intent\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: setup_intent\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/setup_intents/{intent}\n header_match: null\n description: Update a SetupIntent\n parameters:\n - name: intent\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: setup_intent\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/setup_intents/{intent}/cancel\n header_match: null\n description: Cancel a SetupIntent\n parameters:\n - name: intent\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: setup_intent\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/setup_intents/{intent}/confirm\n header_match: null\n description: Confirm a SetupIntent\n parameters:\n - name: intent\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: setup_intent\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/setup_intents/{intent}/verify_microdeposits\n header_match: null\n description: Verify microdeposits on a SetupIntent\n parameters:\n - name: intent\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: setup_intent\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/shipping_rates\n header_match: null\n description: List all shipping rates\n parameters:\n - name: active\n in: query\n type: boolean\n required: false\n description: Only return shipping rates that are active or inactive.\n - name: created\n in: query\n type: string\n required: false\n 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.\n - name: currency\n in: query\n type: string\n required: false\n description: Only return shipping rates for the given currency.\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/shipping_rates\n header_match: null\n description: Create a shipping rate\n parameters: null\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: shipping_rate\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/shipping_rates/{shipping_rate_token}\n header_match: null\n description: Retrieve a shipping rate\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: shipping_rate_token\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: shipping_rate\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/shipping_rates/{shipping_rate_token}\n header_match: null\n description: Update a shipping rate\n parameters:\n - name: shipping_rate_token\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: shipping_rate\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/sigma/saved_queries/{id}\n header_match: null\n description: Update an existing Sigma Query\n parameters:\n - name: id\n in: path\n type: string\n required: true\n description: The `id` of the saved query to update. This should be a valid `id` that was previously created.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\n \"created\": 0,\n \"id\": \"string\",\n \"livemode\": true,\n \"name\": \"string\",\n \"object\": \"sigma.sigma_api_query\",\n \"sql\": \"string\"\n }\n schema: sigma.sigma_api_query\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/sigma/scheduled_query_runs\n header_match: null\n description: List all scheduled query runs\n parameters:\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/sigma/scheduled_query_runs/{scheduled_query_run}\n header_match: null\n description: Retrieve a scheduled query run\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: scheduled_query_run\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: scheduled_query_run\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/sources\n header_match: null\n description: Shares a source\n parameters: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 schema: source\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/sources/{source}\n header_match: null\n description: Retrieve a source\n parameters:\n - name: client_secret\n in: query\n type: string\n required: false\n description: The client secret of the source. Required if a publishable key is used to retrieve the source.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: source\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 schema: source\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/sources/{source}\n header_match: null\n description: Update a source\n parameters:\n - name: source\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 schema: source\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/sources/{source}/mandate_notifications/{mandate_notification}\n header_match: null\n description: Retrieve a Source MandateNotification\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: mandate_notification\n in: path\n type: string\n required: true\n description: null\n - name: source\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: source_mandate_notification\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/sources/{source}/source_transactions\n header_match: null\n description: <p>List source transactions for a given source.</p>\n parameters:\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: source\n in: path\n type: string\n required: true\n description: null\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/sources/{source}/source_transactions/{source_transaction}\n header_match: null\n description: Retrieve a source transaction\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: source\n in: path\n type: string\n required: true\n description: null\n - name: source_transaction\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: source_transaction\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/sources/{source}/verify\n header_match: null\n description: <p>Verify a given source.</p>\n parameters:\n - name: source\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 schema: source\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/subscription_items\n header_match: null\n description: List all subscription items\n parameters:\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n - name: subscription\n in: query\n type: string\n required: true\n description: The ID of the subscription whose items will be retrieved.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/subscription_items\n header_match: null\n description: Create a subscription item\n parameters: null\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: subscription_item\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/subscription_items/{item}\n header_match: null\n description: Retrieve a subscription item\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: item\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: subscription_item\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/subscription_items/{item}\n header_match: null\n description: Update a subscription item\n parameters:\n - name: item\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: subscription_item\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: DELETE\n path: /v1/subscription_items/{item}\n header_match: null\n description: Delete a subscription item\n parameters:\n - name: item\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\n \"deleted\": true,\n \"id\": \"string\",\n \"object\": \"subscription_item\"\n }\n schema: deleted_subscription_item\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/subscription_schedules\n header_match: null\n description: List all schedules\n parameters:\n - name: canceled_at\n in: query\n type: string\n required: false\n description: Only return subscription schedules that were created canceled the given date interval.\n - name: completed_at\n in: query\n type: string\n required: false\n description: Only return subscription schedules that completed during the given date interval.\n - name: created\n in: query\n type: string\n required: false\n description: Only return subscription schedules that were created during the given date interval.\n - name: customer\n in: query\n type: string\n required: false\n description: Only return subscription schedules for the given customer.\n - name: customer_account\n in: query\n type: string\n required: false\n description: Only return subscription schedules for the given account.\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: released_at\n in: query\n type: string\n required: false\n description: Only return subscription schedules that were released during the given date interval.\n - name: scheduled\n in: query\n type: boolean\n required: false\n description: Only return subscription schedules that have not started yet.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/subscription_schedules\n header_match: null\n description: Create a schedule\n parameters: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: subscription_schedule\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/subscription_schedules/{schedule}\n header_match: null\n description: Retrieve a schedule\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: schedule\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: subscription_schedule\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/subscription_schedules/{schedule}\n header_match: null\n description: Update a schedule\n parameters:\n - name: schedule\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: subscription_schedule\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/subscription_schedules/{schedule}/cancel\n header_match: null\n description: Cancel a schedule\n parameters:\n - name: schedule\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: subscription_schedule\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/subscription_schedules/{schedule}/release\n header_match: null\n description: Release a schedule\n parameters:\n - name: schedule\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: subscription_schedule\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/subscriptions\n header_match: null\n description: List subscriptions\n parameters:\n - name: automatic_tax\n in: query\n type: object\n required: false\n description: Filter subscriptions by their automatic tax settings.\n - name: collection_method\n in: query\n type: string\n required: false\n description: The collection method of the subscriptions to retrieve. Either `charge_automatically` or `send_invoice`.\n - name: created\n in: query\n type: string\n required: false\n description: Only return subscriptions that were created during the given date interval.\n - name: current_period_end\n in: query\n type: string\n required: false\n description: Only return subscriptions whose minimum item current_period_end falls within the given date interval.\n - name: current_period_start\n in: query\n type: string\n required: false\n description: Only return subscriptions whose maximum item current_period_start falls within the given date interval.\n - name: customer\n in: query\n type: string\n required: false\n description: The ID of the customer whose subscriptions you're retrieving.\n - name: customer_account\n in: query\n type: string\n required: false\n description: The ID of the account representing the customer whose subscriptions you're retrieving.\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: price\n in: query\n type: string\n required: false\n description: Filter for subscriptions that contain this recurring price ID.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n - name: status\n in: query\n type: string\n required: false\n 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.\n - name: test_clock\n in: query\n type: string\n required: false\n 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.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/subscriptions\n header_match: null\n description: Create a subscription\n parameters: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: subscription\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/subscriptions/search\n header_match: null\n description: Search subscriptions\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: page\n in: query\n type: string\n required: false\n 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.\n - name: query\n in: query\n type: string\n required: true\n 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).\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/subscriptions/{subscription_exposed_id}\n header_match: null\n description: Retrieve a subscription\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: subscription_exposed_id\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: subscription\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/subscriptions/{subscription_exposed_id}\n header_match: null\n description: Update a subscription\n parameters:\n - name: subscription_exposed_id\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: subscription\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: DELETE\n path: /v1/subscriptions/{subscription_exposed_id}\n header_match: null\n description: Cancel a subscription\n parameters:\n - name: subscription_exposed_id\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: subscription\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: DELETE\n path: /v1/subscriptions/{subscription_exposed_id}/discount\n header_match: null\n description: Delete a subscription discount\n parameters:\n - name: subscription_exposed_id\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: deleted_discount\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/subscriptions/{subscription}/migrate\n header_match: null\n description: Migrate a subscription\n parameters:\n - name: subscription\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: subscription\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/subscriptions/{subscription}/resume\n header_match: null\n description: Resume a subscription\n parameters:\n - name: subscription\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: subscription\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/tax/associations/find\n header_match: null\n description: Find a Tax Association\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: payment_intent\n in: query\n type: string\n required: true\n description: Valid [PaymentIntent](https://docs.stripe.com/api/payment_intents/object) id\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: tax.association\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/tax/calculations\n header_match: null\n description: Create a Tax Calculation\n parameters: null\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: tax.calculation\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/tax/calculations/{calculation}\n header_match: null\n description: Retrieve a Tax Calculation\n parameters:\n - name: calculation\n in: path\n type: string\n required: true\n description: null\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: tax.calculation\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/tax/calculations/{calculation}/line_items\n header_match: null\n description: Retrieve a calculation's line items\n parameters:\n - name: calculation\n in: path\n type: string\n required: true\n description: null\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/tax/registrations\n header_match: null\n description: List registrations\n parameters:\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n - name: status\n in: query\n type: string\n required: false\n description: The status of the Tax Registration.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/tax/registrations\n header_match: null\n description: Create a registration\n parameters: null\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: tax.registration\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/tax/registrations/{id}\n header_match: null\n description: Retrieve a registration\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: id\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: tax.registration\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/tax/registrations/{id}\n header_match: null\n description: Update a registration\n parameters:\n - name: id\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: tax.registration\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/tax/settings\n header_match: null\n description: Retrieve settings\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: tax.settings\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/tax/settings\n header_match: null\n description: Update settings\n parameters: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: tax.settings\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/tax/transactions/create_from_calculation\n header_match: null\n description: Create a transaction from a calculation\n parameters: null\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: tax.transaction\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/tax/transactions/create_reversal\n header_match: null\n description: Create a reversal transaction\n parameters: null\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: tax.transaction\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/tax/transactions/{transaction}\n header_match: null\n description: Retrieve a transaction\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: transaction\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: tax.transaction\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/tax/transactions/{transaction}/line_items\n header_match: null\n description: Retrieve a transaction's line items\n parameters:\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n - name: transaction\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/tax_codes\n header_match: null\n description: List all tax codes\n parameters:\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/tax_codes/{id}\n header_match: null\n description: Retrieve a tax code\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: id\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\n \"description\": \"string\",\n \"id\": \"string\",\n \"name\": \"string\",\n \"object\": \"tax_code\"\n }\n schema: tax_code\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/tax_ids\n header_match: null\n description: List all tax IDs\n parameters:\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: owner\n in: query\n type: object\n required: false\n description: The account or customer the tax ID belongs to. Defaults to `owner[type]=self`.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/tax_ids\n header_match: null\n description: Create a tax ID\n parameters: null\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: tax_id\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/tax_ids/{id}\n header_match: null\n description: Retrieve a tax ID\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: id\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: tax_id\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: DELETE\n path: /v1/tax_ids/{id}\n header_match: null\n description: Delete a tax ID\n parameters:\n - name: id\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\n \"deleted\": true,\n \"id\": \"string\",\n \"object\": \"tax_id\"\n }\n schema: deleted_tax_id\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/tax_rates\n header_match: null\n description: List all tax rates\n parameters:\n - name: active\n in: query\n type: boolean\n required: false\n description: Optional flag to filter by tax rates that are either active or inactive (archived).\n - name: created\n in: query\n type: string\n required: false\n description: Optional range for filtering created date.\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: inclusive\n in: query\n type: boolean\n required: false\n description: Optional flag to filter by tax rates that are inclusive (or those that are not inclusive).\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/tax_rates\n header_match: null\n description: Create a tax rate\n parameters: null\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: tax_rate\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/tax_rates/{tax_rate}\n header_match: null\n description: Retrieve a tax rate\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: tax_rate\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: tax_rate\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/tax_rates/{tax_rate}\n header_match: null\n description: Update a tax rate\n parameters:\n - name: tax_rate\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: tax_rate\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/terminal/configurations\n header_match: null\n description: List all Configurations\n parameters:\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: is_account_default\n in: query\n type: boolean\n required: false\n description: if present, only return the account default or non-default configurations.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/terminal/configurations\n header_match: null\n description: Create a Configuration\n parameters: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: terminal.configuration\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/terminal/configurations/{configuration}\n header_match: null\n description: Retrieve a Configuration\n parameters:\n - name: configuration\n in: path\n type: string\n required: true\n description: null\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/terminal/configurations/{configuration}\n header_match: null\n description: Update a Configuration\n parameters:\n - name: configuration\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: DELETE\n path: /v1/terminal/configurations/{configuration}\n header_match: null\n description: Delete a Configuration\n parameters:\n - name: configuration\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\n \"deleted\": true,\n \"id\": \"string\",\n \"object\": \"terminal.configuration\"\n }\n schema: deleted_terminal.configuration\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/terminal/connection_tokens\n header_match: null\n description: Create a Connection Token\n parameters: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\n \"location\": \"string\",\n \"object\": \"terminal.connection_token\",\n \"secret\": \"string\"\n }\n schema: terminal.connection_token\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/terminal/locations\n header_match: null\n description: List all Locations\n parameters:\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/terminal/locations\n header_match: null\n description: Create a Location\n parameters: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: terminal.location\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/terminal/locations/{location}\n header_match: null\n description: Retrieve a Location\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: location\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/terminal/locations/{location}\n header_match: null\n description: Update a Location\n parameters:\n - name: location\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: DELETE\n path: /v1/terminal/locations/{location}\n header_match: null\n description: Delete a Location\n parameters:\n - name: location\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\n \"deleted\": true,\n \"id\": \"string\",\n \"object\": \"terminal.location\"\n }\n schema: deleted_terminal.location\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/terminal/onboarding_links\n header_match: null\n description: Create an Onboarding Link\n parameters: null\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: terminal.onboarding_link\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/terminal/readers\n header_match: null\n description: List all Readers\n parameters:\n - name: device_type\n in: query\n type: string\n required: false\n description: Filters readers by device type\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: location\n in: query\n type: string\n required: false\n description: A location ID to filter the response list to only readers at the specific location\n - name: serial_number\n in: query\n type: string\n required: false\n description: Filters readers by serial number\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n - name: status\n in: query\n type: string\n required: false\n description: A status filter to filter readers to only offline or online readers\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/terminal/readers\n header_match: null\n description: Create a Reader\n parameters: null\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: terminal.reader\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/terminal/readers/{reader}\n header_match: null\n description: Retrieve a Reader\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: reader\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/terminal/readers/{reader}\n header_match: null\n description: Update a Reader\n parameters:\n - name: reader\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: DELETE\n path: /v1/terminal/readers/{reader}\n header_match: null\n description: Delete a Reader\n parameters:\n - name: reader\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\n \"deleted\": true,\n \"id\": \"string\",\n \"object\": \"terminal.reader\"\n }\n schema: deleted_terminal.reader\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/terminal/readers/{reader}/cancel_action\n header_match: null\n description: Cancel the current reader action\n parameters:\n - name: reader\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: terminal.reader\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/terminal/readers/{reader}/collect_inputs\n header_match: null\n description: Collect inputs using a Reader\n parameters:\n - name: reader\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: terminal.reader\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/terminal/readers/{reader}/collect_payment_method\n header_match: null\n description: Hand off a PaymentIntent to a Reader and collect card details\n parameters:\n - name: reader\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: terminal.reader\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/terminal/readers/{reader}/confirm_payment_intent\n header_match: null\n description: Confirm a PaymentIntent on the Reader\n parameters:\n - name: reader\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: terminal.reader\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/terminal/readers/{reader}/process_payment_intent\n header_match: null\n description: Hand-off a PaymentIntent to a Reader\n parameters:\n - name: reader\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: terminal.reader\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/terminal/readers/{reader}/process_setup_intent\n header_match: null\n description: Hand-off a SetupIntent to a Reader\n parameters:\n - name: reader\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: terminal.reader\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/terminal/readers/{reader}/refund_payment\n header_match: null\n description: Refund a Charge or a PaymentIntent in-person\n parameters:\n - name: reader\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: terminal.reader\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/terminal/readers/{reader}/set_reader_display\n header_match: null\n description: Set reader display\n parameters:\n - name: reader\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: terminal.reader\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/test_helpers/confirmation_tokens\n header_match: null\n description: Create a test Confirmation Token\n parameters: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: confirmation_token\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/test_helpers/customers/{customer}/fund_cash_balance\n header_match: null\n description: Fund a test mode cash balance\n parameters:\n - name: customer\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: customer_cash_balance_transaction\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/test_helpers/issuing/authorizations\n header_match: null\n description: Create a test-mode authorization\n parameters: null\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: issuing.authorization\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/test_helpers/issuing/authorizations/{authorization}/capture\n header_match: null\n description: Capture a test-mode authorization\n parameters:\n - name: authorization\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: issuing.authorization\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/test_helpers/issuing/authorizations/{authorization}/expire\n header_match: null\n description: Expire a test-mode authorization\n parameters:\n - name: authorization\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: issuing.authorization\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/test_helpers/issuing/authorizations/{authorization}/finalize_amount\n header_match: null\n description: Finalize a test-mode authorization's amount\n parameters:\n - name: authorization\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: issuing.authorization\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/test_helpers/issuing/authorizations/{authorization}/fraud_challenges/respond\n header_match: null\n description: Respond to fraud challenge\n parameters:\n - name: authorization\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: issuing.authorization\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/test_helpers/issuing/authorizations/{authorization}/increment\n header_match: null\n description: Increment a test-mode authorization\n parameters:\n - name: authorization\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: issuing.authorization\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/test_helpers/issuing/authorizations/{authorization}/reverse\n header_match: null\n description: Reverse a test-mode authorization\n parameters:\n - name: authorization\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: issuing.authorization\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/test_helpers/issuing/cards/{card}/shipping/deliver\n header_match: null\n description: Deliver a testmode card\n parameters:\n - name: card\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: issuing.card\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/test_helpers/issuing/cards/{card}/shipping/fail\n header_match: null\n description: Fail a testmode card\n parameters:\n - name: card\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: issuing.card\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/test_helpers/issuing/cards/{card}/shipping/return\n header_match: null\n description: Return a testmode card\n parameters:\n - name: card\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: issuing.card\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/test_helpers/issuing/cards/{card}/shipping/ship\n header_match: null\n description: Ship a testmode card\n parameters:\n - name: card\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: issuing.card\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/test_helpers/issuing/cards/{card}/shipping/submit\n header_match: null\n description: Submit a testmode card\n parameters:\n - name: card\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: issuing.card\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/test_helpers/issuing/personalization_designs/{personalization_design}/activate\n header_match: null\n description: Activate a testmode personalization design\n parameters:\n - name: personalization_design\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: issuing.personalization_design\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/test_helpers/issuing/personalization_designs/{personalization_design}/deactivate\n header_match: null\n description: Deactivate a testmode personalization design\n parameters:\n - name: personalization_design\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: issuing.personalization_design\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/test_helpers/issuing/personalization_designs/{personalization_design}/reject\n header_match: null\n description: Reject a testmode personalization design\n parameters:\n - name: personalization_design\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: issuing.personalization_design\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/test_helpers/issuing/settlements\n header_match: null\n description: Create a test-mode settlement\n parameters: null\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: issuing.settlement\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/test_helpers/issuing/settlements/{settlement}/complete\n header_match: null\n description: Complete a test-mode settlement\n parameters:\n - name: settlement\n in: path\n type: string\n required: true\n description: The settlement token to mark as complete.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: issuing.settlement\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/test_helpers/issuing/transactions/create_force_capture\n header_match: null\n description: Create a test-mode force capture\n parameters: null\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: issuing.transaction\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/test_helpers/issuing/transactions/create_unlinked_refund\n header_match: null\n description: Create a test-mode unlinked refund\n parameters: null\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: issuing.transaction\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/test_helpers/issuing/transactions/{transaction}/refund\n header_match: null\n description: Refund a test-mode transaction\n parameters:\n - name: transaction\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: issuing.transaction\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/test_helpers/refunds/{refund}/expire\n header_match: null\n description: Expire a pending refund.\n parameters:\n - name: refund\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: refund\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/test_helpers/terminal/readers/{reader}/present_payment_method\n header_match: null\n description: Simulate presenting a payment method\n parameters:\n - name: reader\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: terminal.reader\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/test_helpers/terminal/readers/{reader}/succeed_input_collection\n header_match: null\n description: Simulate a successful input collection\n parameters:\n - name: reader\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: terminal.reader\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/test_helpers/terminal/readers/{reader}/timeout_input_collection\n header_match: null\n description: Simulate an input collection timeout\n parameters:\n - name: reader\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: terminal.reader\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/test_helpers/test_clocks\n header_match: null\n description: List all test clocks\n parameters:\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/test_helpers/test_clocks\n header_match: null\n description: Create a test clock\n parameters: null\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: test_helpers.test_clock\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/test_helpers/test_clocks/{test_clock}\n header_match: null\n description: Retrieve a test clock\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: test_clock\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: test_helpers.test_clock\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: DELETE\n path: /v1/test_helpers/test_clocks/{test_clock}\n header_match: null\n description: Delete a test clock\n parameters:\n - name: test_clock\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\n \"deleted\": true,\n \"id\": \"string\",\n \"object\": \"test_helpers.test_clock\"\n }\n schema: deleted_test_helpers.test_clock\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/test_helpers/test_clocks/{test_clock}/advance\n header_match: null\n description: Advance a test clock\n parameters:\n - name: test_clock\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: test_helpers.test_clock\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/test_helpers/treasury/inbound_transfers/{id}/fail\n header_match: null\n description: 'Test mode: Fail an InboundTransfer'\n parameters:\n - name: id\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: treasury.inbound_transfer\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/test_helpers/treasury/inbound_transfers/{id}/return\n header_match: null\n description: 'Test mode: Return an InboundTransfer'\n parameters:\n - name: id\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: treasury.inbound_transfer\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/test_helpers/treasury/inbound_transfers/{id}/succeed\n header_match: null\n description: 'Test mode: Succeed an InboundTransfer'\n parameters:\n - name: id\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: treasury.inbound_transfer\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/test_helpers/treasury/outbound_payments/{id}\n header_match: null\n description: 'Test mode: Update an OutboundPayment'\n parameters:\n - name: id\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: treasury.outbound_payment\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/test_helpers/treasury/outbound_payments/{id}/fail\n header_match: null\n description: 'Test mode: Fail an OutboundPayment'\n parameters:\n - name: id\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: treasury.outbound_payment\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/test_helpers/treasury/outbound_payments/{id}/post\n header_match: null\n description: 'Test mode: Post an OutboundPayment'\n parameters:\n - name: id\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: treasury.outbound_payment\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/test_helpers/treasury/outbound_payments/{id}/return\n header_match: null\n description: 'Test mode: Return an OutboundPayment'\n parameters:\n - name: id\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: treasury.outbound_payment\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/test_helpers/treasury/outbound_transfers/{outbound_transfer}\n header_match: null\n description: 'Test mode: Update an OutboundTransfer'\n parameters:\n - name: outbound_transfer\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: treasury.outbound_transfer\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/test_helpers/treasury/outbound_transfers/{outbound_transfer}/fail\n header_match: null\n description: 'Test mode: Fail an OutboundTransfer'\n parameters:\n - name: outbound_transfer\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: treasury.outbound_transfer\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/test_helpers/treasury/outbound_transfers/{outbound_transfer}/post\n header_match: null\n description: 'Test mode: Post an OutboundTransfer'\n parameters:\n - name: outbound_transfer\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: treasury.outbound_transfer\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/test_helpers/treasury/outbound_transfers/{outbound_transfer}/return\n header_match: null\n description: 'Test mode: Return an OutboundTransfer'\n parameters:\n - name: outbound_transfer\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: treasury.outbound_transfer\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/test_helpers/treasury/received_credits\n header_match: null\n description: 'Test mode: Create a ReceivedCredit'\n parameters: null\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: treasury.received_credit\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/test_helpers/treasury/received_debits\n header_match: null\n description: 'Test mode: Create a ReceivedDebit'\n parameters: null\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: treasury.received_debit\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/tokens\n header_match: null\n description: Create a CVC update token\n parameters: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: token\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/tokens/{token}\n header_match: null\n description: Retrieve a token\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: token\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: token\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/topups\n header_match: null\n description: List all top-ups\n parameters:\n - name: amount\n in: query\n type: string\n required: false\n description: A positive integer representing how much to transfer.\n - name: created\n in: query\n type: string\n required: false\n 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.\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n - name: status\n in: query\n type: string\n required: false\n description: Only return top-ups that have the given status. One of `canceled`, `failed`, `pending` or `succeeded`.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/topups\n header_match: null\n description: Create a top-up\n parameters: null\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: topup\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/topups/{topup}\n header_match: null\n description: Retrieve a top-up\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: topup\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: topup\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/topups/{topup}\n header_match: null\n description: Update a top-up\n parameters:\n - name: topup\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: topup\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/topups/{topup}/cancel\n header_match: null\n description: Cancel a top-up\n parameters:\n - name: topup\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: topup\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/transfers\n header_match: null\n description: List all transfers\n parameters:\n - name: created\n in: query\n type: string\n required: false\n description: Only return transfers that were created during the given date interval.\n - name: destination\n in: query\n type: string\n required: false\n description: Only return transfers for the destination specified by this account ID.\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n - name: transfer_group\n in: query\n type: string\n required: false\n description: Only return transfers with the specified transfer group.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/transfers\n header_match: null\n description: Create a transfer\n parameters: null\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: transfer\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/transfers/{id}/reversals\n header_match: null\n description: List all reversals\n parameters:\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: id\n in: path\n type: string\n required: true\n description: null\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/transfers/{id}/reversals\n header_match: null\n description: Create a transfer reversal\n parameters:\n - name: id\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: transfer_reversal\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/transfers/{transfer}\n header_match: null\n description: Retrieve a transfer\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: transfer\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: transfer\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/transfers/{transfer}\n header_match: null\n description: Update a transfer\n parameters:\n - name: transfer\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: transfer\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/transfers/{transfer}/reversals/{id}\n header_match: null\n description: Retrieve a reversal\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: id\n in: path\n type: string\n required: true\n description: null\n - name: transfer\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: transfer_reversal\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/transfers/{transfer}/reversals/{id}\n header_match: null\n description: Update a reversal\n parameters:\n - name: id\n in: path\n type: string\n required: true\n description: null\n - name: transfer\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: transfer_reversal\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/treasury/credit_reversals\n header_match: null\n description: List all CreditReversals\n parameters:\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: financial_account\n in: query\n type: string\n required: true\n description: Returns objects associated with this FinancialAccount.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: received_credit\n in: query\n type: string\n required: false\n description: Only return CreditReversals for the ReceivedCredit ID.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n - name: status\n in: query\n type: string\n required: false\n description: Only return CreditReversals for a given status.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/treasury/credit_reversals\n header_match: null\n description: Create a CreditReversal\n parameters: null\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: treasury.credit_reversal\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/treasury/credit_reversals/{credit_reversal}\n header_match: null\n description: Retrieve a CreditReversal\n parameters:\n - name: credit_reversal\n in: path\n type: string\n required: true\n description: null\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: treasury.credit_reversal\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/treasury/debit_reversals\n header_match: null\n description: List all DebitReversals\n parameters:\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: financial_account\n in: query\n type: string\n required: true\n description: Returns objects associated with this FinancialAccount.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: received_debit\n in: query\n type: string\n required: false\n description: Only return DebitReversals for the ReceivedDebit ID.\n - name: resolution\n in: query\n type: string\n required: false\n description: Only return DebitReversals for a given resolution.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n - name: status\n in: query\n type: string\n required: false\n description: Only return DebitReversals for a given status.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/treasury/debit_reversals\n header_match: null\n description: Create a DebitReversal\n parameters: null\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: treasury.debit_reversal\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/treasury/debit_reversals/{debit_reversal}\n header_match: null\n description: Retrieve a DebitReversal\n parameters:\n - name: debit_reversal\n in: path\n type: string\n required: true\n description: null\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: treasury.debit_reversal\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/treasury/financial_accounts\n header_match: null\n description: List all FinancialAccounts\n parameters:\n - name: created\n in: query\n type: string\n required: false\n description: Only return FinancialAccounts that were created during the given date interval.\n - name: ending_before\n in: query\n type: string\n required: false\n description: An object ID cursor for use in pagination.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit ranging from 1 to 100 (defaults to 10).\n - name: starting_after\n in: query\n type: string\n required: false\n description: An object ID cursor for use in pagination.\n - name: status\n in: query\n type: string\n required: false\n description: 'Only return FinancialAccounts that have the given status: `open` or `closed`'\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/treasury/financial_accounts\n header_match: null\n description: Create a FinancialAccount\n parameters: null\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: treasury.financial_account\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/treasury/financial_accounts/{financial_account}\n header_match: null\n description: Retrieve a FinancialAccount\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: financial_account\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: treasury.financial_account\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/treasury/financial_accounts/{financial_account}\n header_match: null\n description: Update a FinancialAccount\n parameters:\n - name: financial_account\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: treasury.financial_account\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/treasury/financial_accounts/{financial_account}/close\n header_match: null\n description: Close a FinancialAccount\n parameters:\n - name: financial_account\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: treasury.financial_account\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/treasury/financial_accounts/{financial_account}/features\n header_match: null\n description: Retrieve FinancialAccount Features\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: financial_account\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 schema: treasury.financial_account_features\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/treasury/financial_accounts/{financial_account}/features\n header_match: null\n description: Update FinancialAccount Features\n parameters:\n - name: financial_account\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 schema: treasury.financial_account_features\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/treasury/inbound_transfers\n header_match: null\n description: List all InboundTransfers\n parameters:\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: financial_account\n in: query\n type: string\n required: true\n description: Returns objects associated with this FinancialAccount.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n - name: status\n in: query\n type: string\n required: false\n description: 'Only return InboundTransfers that have the given status: `processing`, `succeeded`, `failed` or `canceled`.'\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/treasury/inbound_transfers\n header_match: null\n description: Create an InboundTransfer\n parameters: null\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: treasury.inbound_transfer\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/treasury/inbound_transfers/{id}\n header_match: null\n description: Retrieve an InboundTransfer\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: id\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: treasury.inbound_transfer\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/treasury/inbound_transfers/{inbound_transfer}/cancel\n header_match: null\n description: Cancel an InboundTransfer\n parameters:\n - name: inbound_transfer\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: treasury.inbound_transfer\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/treasury/outbound_payments\n header_match: null\n description: List all OutboundPayments\n parameters:\n - name: created\n in: query\n type: string\n required: false\n description: Only return OutboundPayments that were created during the given date interval.\n - name: customer\n in: query\n type: string\n required: false\n description: Only return OutboundPayments sent to this customer.\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: financial_account\n in: query\n type: string\n required: true\n description: Returns objects associated with this FinancialAccount.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n - name: status\n in: query\n type: string\n required: false\n description: 'Only return OutboundPayments that have the given status: `processing`, `failed`, `posted`, `returned`, or `canceled`.'\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/treasury/outbound_payments\n header_match: null\n description: Create an OutboundPayment\n parameters: null\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: treasury.outbound_payment\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/treasury/outbound_payments/{id}\n header_match: null\n description: Retrieve an OutboundPayment\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: id\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: treasury.outbound_payment\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/treasury/outbound_payments/{id}/cancel\n header_match: null\n description: Cancel an OutboundPayment\n parameters:\n - name: id\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: treasury.outbound_payment\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/treasury/outbound_transfers\n header_match: null\n description: List all OutboundTransfers\n parameters:\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: financial_account\n in: query\n type: string\n required: true\n description: Returns objects associated with this FinancialAccount.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n - name: status\n in: query\n type: string\n required: false\n description: 'Only return OutboundTransfers that have the given status: `processing`, `canceled`, `failed`, `posted`, or `returned`.'\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/treasury/outbound_transfers\n header_match: null\n description: Create an OutboundTransfer\n parameters: null\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: treasury.outbound_transfer\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/treasury/outbound_transfers/{outbound_transfer}\n header_match: null\n description: Retrieve an OutboundTransfer\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: outbound_transfer\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: treasury.outbound_transfer\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/treasury/outbound_transfers/{outbound_transfer}/cancel\n header_match: null\n description: Cancel an OutboundTransfer\n parameters:\n - name: outbound_transfer\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: treasury.outbound_transfer\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/treasury/received_credits\n header_match: null\n description: List all ReceivedCredits\n parameters:\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: financial_account\n in: query\n type: string\n required: true\n description: The FinancialAccount that received the funds.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: linked_flows\n in: query\n type: object\n required: false\n description: Only return ReceivedCredits described by the flow.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n - name: status\n in: query\n type: string\n required: false\n description: 'Only return ReceivedCredits that have the given status: `succeeded` or `failed`.'\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/treasury/received_credits/{id}\n header_match: null\n description: Retrieve a ReceivedCredit\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: id\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: treasury.received_credit\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/treasury/received_debits\n header_match: null\n description: List all ReceivedDebits\n parameters:\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: financial_account\n in: query\n type: string\n required: true\n description: The FinancialAccount that funds were pulled from.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n - name: status\n in: query\n type: string\n required: false\n description: 'Only return ReceivedDebits that have the given status: `succeeded` or `failed`.'\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/treasury/received_debits/{id}\n header_match: null\n description: Retrieve a ReceivedDebit\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: id\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: treasury.received_debit\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/treasury/transaction_entries\n header_match: null\n description: List all TransactionEntries\n parameters:\n - name: created\n in: query\n type: string\n required: false\n description: Only return TransactionEntries that were created during the given date interval.\n - name: effective_at\n in: query\n type: string\n required: false\n description: null\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: financial_account\n in: query\n type: string\n required: true\n description: Returns objects associated with this FinancialAccount.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: order_by\n in: query\n type: string\n required: false\n description: The results are in reverse chronological order by `created` or `effective_at`. The default is `created`.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n - name: transaction\n in: query\n type: string\n required: false\n description: Only return TransactionEntries associated with this Transaction.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/treasury/transaction_entries/{id}\n header_match: null\n description: Retrieve a TransactionEntry\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: id\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: treasury.transaction_entry\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/treasury/transactions\n header_match: null\n description: List all Transactions\n parameters:\n - name: created\n in: query\n type: string\n required: false\n description: Only return Transactions that were created during the given date interval.\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: financial_account\n in: query\n type: string\n required: true\n description: Returns objects associated with this FinancialAccount.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: order_by\n in: query\n type: string\n required: false\n description: The results are in reverse chronological order by `created` or `posted_at`. The default is `created`.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n - name: status\n in: query\n type: string\n required: false\n description: 'Only return Transactions that have the given status: `open`, `posted`, or `void`.'\n - name: status_transitions\n in: query\n type: object\n required: false\n 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.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/treasury/transactions/{id}\n header_match: null\n description: Retrieve a Transaction\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: id\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: treasury.transaction\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/webhook_endpoints\n header_match: null\n description: List all webhook endpoints\n parameters:\n - name: ending_before\n in: query\n type: string\n required: false\n 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.\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: limit\n in: query\n type: integer\n required: false\n description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.\n - name: starting_after\n in: query\n type: string\n required: false\n 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.\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\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 }\n schema: null\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/webhook_endpoints\n header_match: null\n description: Create a webhook endpoint\n parameters: null\n request_body:\n required: true\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: webhook_endpoint\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: GET\n path: /v1/webhook_endpoints/{webhook_endpoint}\n header_match: null\n description: Retrieve a webhook endpoint\n parameters:\n - name: expand\n in: query\n type: array\n required: false\n description: Specifies which fields in the response should be expanded.\n - name: webhook_endpoint\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: webhook_endpoint\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: POST\n path: /v1/webhook_endpoints/{webhook_endpoint}\n header_match: null\n description: Update a webhook endpoint\n parameters:\n - name: webhook_endpoint\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\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 schema: webhook_endpoint\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\n- kind: http\n method: DELETE\n path: /v1/webhook_endpoints/{webhook_endpoint}\n header_match: null\n description: Delete a webhook endpoint\n parameters:\n - name: webhook_endpoint\n in: path\n type: string\n required: true\n description: null\n request_body:\n required: false\n schema: null\n content_type: application/x-www-form-urlencoded\n responses:\n 200:\n condition: null\n content_type: application/json\n body: |-\n {\n \"deleted\": true,\n \"id\": \"string\",\n \"object\": \"webhook_endpoint\"\n }\n schema: deleted_webhook_endpoint\n script: null\n headers: null\n side_effects: null\n scenarios: null\n stream: null\ngraphql: null\nbehavior: null\ntwin: null\n","endpoints":[{"kind":"http","method":"GET","path":"/v1/account","header_match":null,"description":"Retrieve account","parameters":[{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"account","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/account_links","header_match":null,"description":"Create an account link","parameters":null,"request_body":{"required":true,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\n \"created\": 0,\n \"expires_at\": 0,\n \"object\": \"account_link\",\n \"url\": \"string\"\n}","schema":"account_link","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/account_sessions","header_match":null,"description":"Create an Account Session","parameters":null,"request_body":{"required":true,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"account_session","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/accounts","header_match":null,"description":"List all connected accounts","parameters":[{"name":"created","in":"query","type":"string","required":false,"description":"Only return connected accounts that were created during the given date interval."},{"name":"ending_before","in":"query","type":"string","required":false,"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."},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"limit","in":"query","type":"integer","required":false,"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10."},{"name":"starting_after","in":"query","type":"string","required":false,"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."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":null,"script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/accounts","header_match":null,"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>","parameters":null,"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"account","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/accounts/{account}","header_match":null,"description":"Retrieve account","parameters":[{"name":"account","in":"path","type":"string","required":true,"description":null},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"account","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/accounts/{account}","header_match":null,"description":"Update an account","parameters":[{"name":"account","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"account","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"DELETE","path":"/v1/accounts/{account}","header_match":null,"description":"Delete an account","parameters":[{"name":"account","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\n \"deleted\": true,\n \"id\": \"string\",\n \"object\": \"account\"\n}","schema":"deleted_account","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/accounts/{account}/bank_accounts","header_match":null,"description":"Create an external account","parameters":[{"name":"account","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"external_account","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/accounts/{account}/bank_accounts/{id}","header_match":null,"description":"Retrieve an external account","parameters":[{"name":"account","in":"path","type":"string","required":true,"description":null},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"id","in":"path","type":"string","required":true,"description":"Unique identifier for the external account to be retrieved."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"external_account","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/accounts/{account}/bank_accounts/{id}","header_match":null,"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":[{"name":"account","in":"path","type":"string","required":true,"description":null},{"name":"id","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"external_account","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"DELETE","path":"/v1/accounts/{account}/bank_accounts/{id}","header_match":null,"description":"Delete an external account","parameters":[{"name":"account","in":"path","type":"string","required":true,"description":null},{"name":"id","in":"path","type":"string","required":true,"description":"Unique identifier for the external account to be deleted."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\n \"currency\": \"string\",\n \"deleted\": true,\n \"id\": \"string\",\n \"object\": \"bank_account\"\n}","schema":"deleted_external_account","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/accounts/{account}/capabilities","header_match":null,"description":"List all account capabilities","parameters":[{"name":"account","in":"path","type":"string","required":true,"description":null},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":null,"script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/accounts/{account}/capabilities/{capability}","header_match":null,"description":"Retrieve an Account Capability","parameters":[{"name":"account","in":"path","type":"string","required":true,"description":null},{"name":"capability","in":"path","type":"string","required":true,"description":null},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"capability","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/accounts/{account}/capabilities/{capability}","header_match":null,"description":"Update an Account Capability","parameters":[{"name":"account","in":"path","type":"string","required":true,"description":null},{"name":"capability","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"capability","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/accounts/{account}/external_accounts","header_match":null,"description":"List all external accounts","parameters":[{"name":"account","in":"path","type":"string","required":true,"description":null},{"name":"ending_before","in":"query","type":"string","required":false,"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."},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"limit","in":"query","type":"integer","required":false,"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10."},{"name":"object","in":"query","type":"string","required":false,"description":"Filter external accounts according to a particular object type."},{"name":"starting_after","in":"query","type":"string","required":false,"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."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":null,"script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/accounts/{account}/external_accounts","header_match":null,"description":"Create an external account","parameters":[{"name":"account","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"external_account","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/accounts/{account}/external_accounts/{id}","header_match":null,"description":"Retrieve an external account","parameters":[{"name":"account","in":"path","type":"string","required":true,"description":null},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"id","in":"path","type":"string","required":true,"description":"Unique identifier for the external account to be retrieved."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"external_account","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/accounts/{account}/external_accounts/{id}","header_match":null,"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":[{"name":"account","in":"path","type":"string","required":true,"description":null},{"name":"id","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"external_account","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"DELETE","path":"/v1/accounts/{account}/external_accounts/{id}","header_match":null,"description":"Delete an external account","parameters":[{"name":"account","in":"path","type":"string","required":true,"description":null},{"name":"id","in":"path","type":"string","required":true,"description":"Unique identifier for the external account to be deleted."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\n \"currency\": \"string\",\n \"deleted\": true,\n \"id\": \"string\",\n \"object\": \"bank_account\"\n}","schema":"deleted_external_account","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/accounts/{account}/login_links","header_match":null,"description":"Create a login link","parameters":[{"name":"account","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\n \"created\": 0,\n \"object\": \"login_link\",\n \"url\": \"string\"\n}","schema":"login_link","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/accounts/{account}/people","header_match":null,"description":"List all persons","parameters":[{"name":"account","in":"path","type":"string","required":true,"description":null},{"name":"ending_before","in":"query","type":"string","required":false,"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."},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"limit","in":"query","type":"integer","required":false,"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10."},{"name":"relationship","in":"query","type":"object","required":false,"description":"Filters on the list of people returned based on the person's relationship to the account's company."},{"name":"starting_after","in":"query","type":"string","required":false,"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."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":null,"script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/accounts/{account}/people","header_match":null,"description":"Create a person","parameters":[{"name":"account","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"person","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/accounts/{account}/people/{person}","header_match":null,"description":"Retrieve a person","parameters":[{"name":"account","in":"path","type":"string","required":true,"description":null},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"person","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"person","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/accounts/{account}/people/{person}","header_match":null,"description":"Update a person","parameters":[{"name":"account","in":"path","type":"string","required":true,"description":null},{"name":"person","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"person","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"DELETE","path":"/v1/accounts/{account}/people/{person}","header_match":null,"description":"Delete a person","parameters":[{"name":"account","in":"path","type":"string","required":true,"description":null},{"name":"person","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\n \"deleted\": true,\n \"id\": \"string\",\n \"object\": \"person\"\n}","schema":"deleted_person","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/accounts/{account}/persons","header_match":null,"description":"List all persons","parameters":[{"name":"account","in":"path","type":"string","required":true,"description":null},{"name":"ending_before","in":"query","type":"string","required":false,"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."},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"limit","in":"query","type":"integer","required":false,"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10."},{"name":"relationship","in":"query","type":"object","required":false,"description":"Filters on the list of people returned based on the person's relationship to the account's company."},{"name":"starting_after","in":"query","type":"string","required":false,"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."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":null,"script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/accounts/{account}/persons","header_match":null,"description":"Create a person","parameters":[{"name":"account","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"person","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/accounts/{account}/persons/{person}","header_match":null,"description":"Retrieve a person","parameters":[{"name":"account","in":"path","type":"string","required":true,"description":null},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"person","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"person","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/accounts/{account}/persons/{person}","header_match":null,"description":"Update a person","parameters":[{"name":"account","in":"path","type":"string","required":true,"description":null},{"name":"person","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"person","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"DELETE","path":"/v1/accounts/{account}/persons/{person}","header_match":null,"description":"Delete a person","parameters":[{"name":"account","in":"path","type":"string","required":true,"description":null},{"name":"person","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\n \"deleted\": true,\n \"id\": \"string\",\n \"object\": \"person\"\n}","schema":"deleted_person","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/accounts/{account}/reject","header_match":null,"description":"Reject an account","parameters":[{"name":"account","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":true,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"account","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/apple_pay/domains","header_match":null,"description":"<p>List apple pay domains.</p>","parameters":[{"name":"domain_name","in":"query","type":"string","required":false,"description":null},{"name":"ending_before","in":"query","type":"string","required":false,"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."},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"limit","in":"query","type":"integer","required":false,"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10."},{"name":"starting_after","in":"query","type":"string","required":false,"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."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":null,"script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/apple_pay/domains","header_match":null,"description":"<p>Create an apple pay domain.</p>","parameters":null,"request_body":{"required":true,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\n \"created\": 0,\n \"domain_name\": \"string\",\n \"id\": \"string\",\n \"livemode\": true,\n \"object\": \"apple_pay_domain\"\n}","schema":"apple_pay_domain","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/apple_pay/domains/{domain}","header_match":null,"description":"<p>Retrieve an apple pay domain.</p>","parameters":[{"name":"domain","in":"path","type":"string","required":true,"description":null},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\n \"created\": 0,\n \"domain_name\": \"string\",\n \"id\": \"string\",\n \"livemode\": true,\n \"object\": \"apple_pay_domain\"\n}","schema":"apple_pay_domain","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"DELETE","path":"/v1/apple_pay/domains/{domain}","header_match":null,"description":"<p>Delete an apple pay domain.</p>","parameters":[{"name":"domain","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\n \"deleted\": true,\n \"id\": \"string\",\n \"object\": \"apple_pay_domain\"\n}","schema":"deleted_apple_pay_domain","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/application_fees","header_match":null,"description":"List all application fees","parameters":[{"name":"charge","in":"query","type":"string","required":false,"description":"Only return application fees for the charge specified by this charge ID."},{"name":"created","in":"query","type":"string","required":false,"description":"Only return applications fees that were created during the given date interval."},{"name":"ending_before","in":"query","type":"string","required":false,"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."},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"limit","in":"query","type":"integer","required":false,"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10."},{"name":"starting_after","in":"query","type":"string","required":false,"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."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":null,"script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/application_fees/{fee}/refunds/{id}","header_match":null,"description":"Retrieve an application fee refund","parameters":[{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"fee","in":"path","type":"string","required":true,"description":null},{"name":"id","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"fee_refund","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/application_fees/{fee}/refunds/{id}","header_match":null,"description":"Update an application fee refund","parameters":[{"name":"fee","in":"path","type":"string","required":true,"description":null},{"name":"id","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"fee_refund","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/application_fees/{id}","header_match":null,"description":"Retrieve an application fee","parameters":[{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"id","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"application_fee","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/application_fees/{id}/refund","header_match":null,"description":"","parameters":[{"name":"id","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"application_fee","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/application_fees/{id}/refunds","header_match":null,"description":"List all application fee refunds","parameters":[{"name":"ending_before","in":"query","type":"string","required":false,"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."},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"id","in":"path","type":"string","required":true,"description":null},{"name":"limit","in":"query","type":"integer","required":false,"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10."},{"name":"starting_after","in":"query","type":"string","required":false,"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."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":null,"script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/application_fees/{id}/refunds","header_match":null,"description":"Create an application fee refund","parameters":[{"name":"id","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"fee_refund","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/apps/secrets","header_match":null,"description":"List secrets","parameters":[{"name":"ending_before","in":"query","type":"string","required":false,"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."},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"limit","in":"query","type":"integer","required":false,"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10."},{"name":"scope","in":"query","type":"object","required":true,"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."},{"name":"starting_after","in":"query","type":"string","required":false,"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."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":null,"script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/apps/secrets","header_match":null,"description":"Set a Secret","parameters":null,"request_body":{"required":true,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"apps.secret","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/apps/secrets/delete","header_match":null,"description":"Delete a Secret","parameters":null,"request_body":{"required":true,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"apps.secret","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/apps/secrets/find","header_match":null,"description":"Find a Secret","parameters":[{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"name","in":"query","type":"string","required":true,"description":"A name for the secret that's unique within the scope."},{"name":"scope","in":"query","type":"object","required":true,"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."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"apps.secret","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/balance","header_match":null,"description":"Retrieve balance","parameters":[{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"balance","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/balance/history","header_match":null,"description":"List all balance transactions","parameters":[{"name":"created","in":"query","type":"string","required":false,"description":"Only return transactions that were created during the given date interval."},{"name":"currency","in":"query","type":"string","required":false,"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)."},{"name":"ending_before","in":"query","type":"string","required":false,"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."},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"limit","in":"query","type":"integer","required":false,"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10."},{"name":"payout","in":"query","type":"string","required":false,"description":"For automatic Stripe payouts only, only returns transactions that were paid out on the specified payout ID."},{"name":"source","in":"query","type":"string","required":false,"description":"Only returns transactions associated with the given object."},{"name":"starting_after","in":"query","type":"string","required":false,"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."},{"name":"type","in":"query","type":"string","required":false,"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`."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":null,"script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/balance/history/{id}","header_match":null,"description":"Retrieve a balance transaction","parameters":[{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"id","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"balance_transaction","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/balance_settings","header_match":null,"description":"Retrieve balance settings","parameters":[{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"balance_settings","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/balance_settings","header_match":null,"description":"Update balance settings","parameters":null,"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"balance_settings","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/balance_transactions","header_match":null,"description":"List all balance transactions","parameters":[{"name":"created","in":"query","type":"string","required":false,"description":"Only return transactions that were created during the given date interval."},{"name":"currency","in":"query","type":"string","required":false,"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)."},{"name":"ending_before","in":"query","type":"string","required":false,"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."},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"limit","in":"query","type":"integer","required":false,"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10."},{"name":"payout","in":"query","type":"string","required":false,"description":"For automatic Stripe payouts only, only returns transactions that were paid out on the specified payout ID."},{"name":"source","in":"query","type":"string","required":false,"description":"Only returns transactions associated with the given object."},{"name":"starting_after","in":"query","type":"string","required":false,"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."},{"name":"type","in":"query","type":"string","required":false,"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`."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":null,"script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/balance_transactions/{id}","header_match":null,"description":"Retrieve a balance transaction","parameters":[{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"id","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"balance_transaction","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/billing/alerts","header_match":null,"description":"List billing alerts","parameters":[{"name":"alert_type","in":"query","type":"string","required":false,"description":"Filter results to only include this type of alert."},{"name":"ending_before","in":"query","type":"string","required":false,"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."},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"limit","in":"query","type":"integer","required":false,"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10."},{"name":"meter","in":"query","type":"string","required":false,"description":"Filter results to only include alerts with the given meter."},{"name":"starting_after","in":"query","type":"string","required":false,"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."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":null,"script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/billing/alerts","header_match":null,"description":"Create a billing alert","parameters":null,"request_body":{"required":true,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"billing.alert","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/billing/alerts/{id}","header_match":null,"description":"Retrieve a billing alert","parameters":[{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"id","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"billing.alert","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/billing/alerts/{id}/activate","header_match":null,"description":"Activate a billing alert","parameters":[{"name":"id","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"billing.alert","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/billing/alerts/{id}/archive","header_match":null,"description":"Archive a billing alert","parameters":[{"name":"id","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"billing.alert","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/billing/alerts/{id}/deactivate","header_match":null,"description":"Deactivate a billing alert","parameters":[{"name":"id","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"billing.alert","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/billing/credit_balance_summary","header_match":null,"description":"Retrieve the credit balance summary for a customer","parameters":[{"name":"customer","in":"query","type":"string","required":false,"description":"The customer whose credit balance summary you're retrieving."},{"name":"customer_account","in":"query","type":"string","required":false,"description":"The account representing the customer whose credit balance summary you're retrieving."},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"filter","in":"query","type":"object","required":true,"description":"The filter criteria for the credit balance summary."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"billing.credit_balance_summary","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/billing/credit_balance_transactions","header_match":null,"description":"List credit balance transactions","parameters":[{"name":"credit_grant","in":"query","type":"string","required":false,"description":"The credit grant for which to fetch credit balance transactions."},{"name":"customer","in":"query","type":"string","required":false,"description":"The customer whose credit balance transactions you're retrieving."},{"name":"customer_account","in":"query","type":"string","required":false,"description":"The account representing the customer whose credit balance transactions you're retrieving."},{"name":"ending_before","in":"query","type":"string","required":false,"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."},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"limit","in":"query","type":"integer","required":false,"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10."},{"name":"starting_after","in":"query","type":"string","required":false,"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."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":null,"script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/billing/credit_balance_transactions/{id}","header_match":null,"description":"Retrieve a credit balance transaction","parameters":[{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"id","in":"path","type":"string","required":true,"description":"Unique identifier for the object."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"billing.credit_balance_transaction","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/billing/credit_grants","header_match":null,"description":"List credit grants","parameters":[{"name":"customer","in":"query","type":"string","required":false,"description":"Only return credit grants for this customer."},{"name":"customer_account","in":"query","type":"string","required":false,"description":"Only return credit grants for this account representing the customer."},{"name":"ending_before","in":"query","type":"string","required":false,"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."},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"limit","in":"query","type":"integer","required":false,"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10."},{"name":"starting_after","in":"query","type":"string","required":false,"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."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":null,"script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/billing/credit_grants","header_match":null,"description":"Create a credit grant","parameters":null,"request_body":{"required":true,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"billing.credit_grant","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/billing/credit_grants/{id}","header_match":null,"description":"Retrieve a credit grant","parameters":[{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"id","in":"path","type":"string","required":true,"description":"Unique identifier for the object."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"billing.credit_grant","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/billing/credit_grants/{id}","header_match":null,"description":"Update a credit grant","parameters":[{"name":"id","in":"path","type":"string","required":true,"description":"Unique identifier for the object."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"billing.credit_grant","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/billing/credit_grants/{id}/expire","header_match":null,"description":"Expire a credit grant","parameters":[{"name":"id","in":"path","type":"string","required":true,"description":"Unique identifier for the object."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"billing.credit_grant","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/billing/credit_grants/{id}/void","header_match":null,"description":"Void a credit grant","parameters":[{"name":"id","in":"path","type":"string","required":true,"description":"Unique identifier for the object."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"billing.credit_grant","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/billing/meter_event_adjustments","header_match":null,"description":"Create a billing meter event adjustment","parameters":null,"request_body":{"required":true,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"billing.meter_event_adjustment","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/billing/meter_events","header_match":null,"description":"Create a billing meter event","parameters":null,"request_body":{"required":true,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\n \"created\": 0,\n \"event_name\": \"string\",\n \"identifier\": \"string\",\n \"livemode\": true,\n \"object\": \"billing.meter_event\",\n \"payload\": {},\n \"timestamp\": 0\n}","schema":"billing.meter_event","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/billing/meters","header_match":null,"description":"List billing meters","parameters":[{"name":"ending_before","in":"query","type":"string","required":false,"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."},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"limit","in":"query","type":"integer","required":false,"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10."},{"name":"starting_after","in":"query","type":"string","required":false,"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."},{"name":"status","in":"query","type":"string","required":false,"description":"Filter results to only include meters with the given status."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":null,"script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/billing/meters","header_match":null,"description":"Create a billing meter","parameters":null,"request_body":{"required":true,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"billing.meter","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/billing/meters/{id}","header_match":null,"description":"Retrieve a billing meter","parameters":[{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"id","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"billing.meter","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/billing/meters/{id}","header_match":null,"description":"Update a billing meter","parameters":[{"name":"id","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"billing.meter","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/billing/meters/{id}/deactivate","header_match":null,"description":"Deactivate a billing meter","parameters":[{"name":"id","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"billing.meter","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/billing/meters/{id}/event_summaries","header_match":null,"description":"List billing meter event summaries","parameters":[{"name":"customer","in":"query","type":"string","required":true,"description":"The customer for which to fetch event summaries."},{"name":"end_time","in":"query","type":"integer","required":true,"description":"The timestamp from when to stop aggregating meter events (exclusive). Must be aligned with minute boundaries."},{"name":"ending_before","in":"query","type":"string","required":false,"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."},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"id","in":"path","type":"string","required":true,"description":"Unique identifier for the object."},{"name":"limit","in":"query","type":"integer","required":false,"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10."},{"name":"start_time","in":"query","type":"integer","required":true,"description":"The timestamp from when to start aggregating meter events (inclusive). Must be aligned with minute boundaries."},{"name":"starting_after","in":"query","type":"string","required":false,"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."},{"name":"value_grouping_window","in":"query","type":"string","required":false,"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)."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":null,"script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/billing/meters/{id}/reactivate","header_match":null,"description":"Reactivate a billing meter","parameters":[{"name":"id","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"billing.meter","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/billing_portal/configurations","header_match":null,"description":"List portal configurations","parameters":[{"name":"active","in":"query","type":"boolean","required":false,"description":"Only return configurations that are active or inactive (e.g., pass `true` to only list active configurations)."},{"name":"ending_before","in":"query","type":"string","required":false,"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."},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"is_default","in":"query","type":"boolean","required":false,"description":"Only return the default or non-default configurations (e.g., pass `true` to only list the default configuration)."},{"name":"limit","in":"query","type":"integer","required":false,"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10."},{"name":"starting_after","in":"query","type":"string","required":false,"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."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":null,"script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/billing_portal/configurations","header_match":null,"description":"Create a portal configuration","parameters":null,"request_body":{"required":true,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"billing_portal.configuration","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/billing_portal/configurations/{configuration}","header_match":null,"description":"Retrieve a portal configuration","parameters":[{"name":"configuration","in":"path","type":"string","required":true,"description":null},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"billing_portal.configuration","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/billing_portal/configurations/{configuration}","header_match":null,"description":"Update a portal configuration","parameters":[{"name":"configuration","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"billing_portal.configuration","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/billing_portal/sessions","header_match":null,"description":"Create a portal session","parameters":null,"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"billing_portal.session","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/charges","header_match":null,"description":"List all charges","parameters":[{"name":"created","in":"query","type":"string","required":false,"description":"Only return charges that were created during the given date interval."},{"name":"customer","in":"query","type":"string","required":false,"description":"Only return charges for the customer specified by this customer ID."},{"name":"ending_before","in":"query","type":"string","required":false,"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."},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"limit","in":"query","type":"integer","required":false,"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10."},{"name":"payment_intent","in":"query","type":"string","required":false,"description":"Only return charges that were created by the PaymentIntent specified by this PaymentIntent ID."},{"name":"starting_after","in":"query","type":"string","required":false,"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."},{"name":"transfer_group","in":"query","type":"string","required":false,"description":"Only return charges for this transfer group, limited to 100."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":null,"script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/charges","header_match":null,"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>","parameters":null,"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"charge","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/charges/search","header_match":null,"description":"Search charges","parameters":[{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"limit","in":"query","type":"integer","required":false,"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10."},{"name":"page","in":"query","type":"string","required":false,"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."},{"name":"query","in":"query","type":"string","required":true,"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)."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":null,"script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/charges/{charge}","header_match":null,"description":"Retrieve a charge","parameters":[{"name":"charge","in":"path","type":"string","required":true,"description":null},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"charge","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/charges/{charge}","header_match":null,"description":"Update a charge","parameters":[{"name":"charge","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"charge","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/charges/{charge}/capture","header_match":null,"description":"Capture a payment","parameters":[{"name":"charge","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"charge","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/charges/{charge}/dispute","header_match":null,"description":"<p>Retrieve a dispute for a specified charge.</p>","parameters":[{"name":"charge","in":"path","type":"string","required":true,"description":null},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"dispute","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/charges/{charge}/dispute","header_match":null,"description":"","parameters":[{"name":"charge","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"dispute","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/charges/{charge}/dispute/close","header_match":null,"description":"","parameters":[{"name":"charge","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"dispute","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/charges/{charge}/refund","header_match":null,"description":"Create a refund","parameters":[{"name":"charge","in":"path","type":"string","required":true,"description":"The identifier of the charge to refund."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"charge","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/charges/{charge}/refunds","header_match":null,"description":"List all refunds","parameters":[{"name":"charge","in":"path","type":"string","required":true,"description":null},{"name":"ending_before","in":"query","type":"string","required":false,"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."},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"limit","in":"query","type":"integer","required":false,"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10."},{"name":"starting_after","in":"query","type":"string","required":false,"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."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":null,"script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/charges/{charge}/refunds","header_match":null,"description":"Create customer balance refund","parameters":[{"name":"charge","in":"path","type":"string","required":true,"description":"The identifier of the charge to refund."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"refund","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/charges/{charge}/refunds/{refund}","header_match":null,"description":"<p>Retrieves the details of an existing refund.</p>","parameters":[{"name":"charge","in":"path","type":"string","required":true,"description":null},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"refund","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"refund","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/charges/{charge}/refunds/{refund}","header_match":null,"description":"<p>Update a specified refund.</p>","parameters":[{"name":"charge","in":"path","type":"string","required":true,"description":null},{"name":"refund","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"refund","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/checkout/sessions","header_match":null,"description":"List all Checkout Sessions","parameters":[{"name":"created","in":"query","type":"string","required":false,"description":"Only return Checkout Sessions that were created during the given date interval."},{"name":"customer","in":"query","type":"string","required":false,"description":"Only return the Checkout Sessions for the Customer specified."},{"name":"customer_account","in":"query","type":"string","required":false,"description":"Only return the Checkout Sessions for the Account specified."},{"name":"customer_details","in":"query","type":"object","required":false,"description":"Only return the Checkout Sessions for the Customer details specified."},{"name":"ending_before","in":"query","type":"string","required":false,"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."},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"limit","in":"query","type":"integer","required":false,"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10."},{"name":"payment_intent","in":"query","type":"string","required":false,"description":"Only return the Checkout Session for the PaymentIntent specified."},{"name":"payment_link","in":"query","type":"string","required":false,"description":"Only return the Checkout Sessions for the Payment Link specified."},{"name":"starting_after","in":"query","type":"string","required":false,"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."},{"name":"status","in":"query","type":"string","required":false,"description":"Only return the Checkout Sessions matching the given status."},{"name":"subscription","in":"query","type":"string","required":false,"description":"Only return the Checkout Session for the subscription specified."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":null,"script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/checkout/sessions","header_match":null,"description":"Create a Checkout Session","parameters":null,"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"checkout.session","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/checkout/sessions/{session}","header_match":null,"description":"Retrieve a Checkout Session","parameters":[{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"session","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"checkout.session","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/checkout/sessions/{session}","header_match":null,"description":"Update a Checkout Session","parameters":[{"name":"session","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"checkout.session","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/checkout/sessions/{session}/expire","header_match":null,"description":"Expire a Checkout Session","parameters":[{"name":"session","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"checkout.session","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/checkout/sessions/{session}/line_items","header_match":null,"description":"Retrieve a Checkout Session's line items","parameters":[{"name":"ending_before","in":"query","type":"string","required":false,"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."},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"limit","in":"query","type":"integer","required":false,"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10."},{"name":"session","in":"path","type":"string","required":true,"description":null},{"name":"starting_after","in":"query","type":"string","required":false,"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."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":null,"script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/climate/orders","header_match":null,"description":"List orders","parameters":[{"name":"ending_before","in":"query","type":"string","required":false,"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."},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"limit","in":"query","type":"integer","required":false,"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10."},{"name":"starting_after","in":"query","type":"string","required":false,"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."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":null,"script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/climate/orders","header_match":null,"description":"Create an order","parameters":null,"request_body":{"required":true,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"climate.order","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/climate/orders/{order}","header_match":null,"description":"Retrieve an order","parameters":[{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"order","in":"path","type":"string","required":true,"description":"Unique identifier of the order."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"climate.order","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/climate/orders/{order}","header_match":null,"description":"Update an order","parameters":[{"name":"order","in":"path","type":"string","required":true,"description":"Unique identifier of the order."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"climate.order","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/climate/orders/{order}/cancel","header_match":null,"description":"Cancel an order","parameters":[{"name":"order","in":"path","type":"string","required":true,"description":"Unique identifier of the order."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"climate.order","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/climate/products","header_match":null,"description":"List products","parameters":[{"name":"ending_before","in":"query","type":"string","required":false,"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."},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"limit","in":"query","type":"integer","required":false,"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10."},{"name":"starting_after","in":"query","type":"string","required":false,"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."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":null,"script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/climate/products/{product}","header_match":null,"description":"Retrieve a product","parameters":[{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"product","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"climate.product","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/climate/suppliers","header_match":null,"description":"List suppliers","parameters":[{"name":"ending_before","in":"query","type":"string","required":false,"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."},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"limit","in":"query","type":"integer","required":false,"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10."},{"name":"starting_after","in":"query","type":"string","required":false,"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."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":null,"script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/climate/suppliers/{supplier}","header_match":null,"description":"Retrieve a supplier","parameters":[{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"supplier","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"climate.supplier","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/confirmation_tokens/{confirmation_token}","header_match":null,"description":"Retrieve a ConfirmationToken","parameters":[{"name":"confirmation_token","in":"path","type":"string","required":true,"description":null},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"confirmation_token","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/country_specs","header_match":null,"description":"List Country Specs","parameters":[{"name":"ending_before","in":"query","type":"string","required":false,"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."},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"limit","in":"query","type":"integer","required":false,"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10."},{"name":"starting_after","in":"query","type":"string","required":false,"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."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":null,"script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/country_specs/{country}","header_match":null,"description":"Retrieve a Country Spec","parameters":[{"name":"country","in":"path","type":"string","required":true,"description":null},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"country_spec","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/coupons","header_match":null,"description":"List all coupons","parameters":[{"name":"created","in":"query","type":"string","required":false,"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."},{"name":"ending_before","in":"query","type":"string","required":false,"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."},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"limit","in":"query","type":"integer","required":false,"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10."},{"name":"starting_after","in":"query","type":"string","required":false,"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."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":null,"script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/coupons","header_match":null,"description":"Create a coupon","parameters":null,"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"coupon","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/coupons/{coupon}","header_match":null,"description":"Retrieve a coupon","parameters":[{"name":"coupon","in":"path","type":"string","required":true,"description":null},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"coupon","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/coupons/{coupon}","header_match":null,"description":"Update a coupon","parameters":[{"name":"coupon","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"coupon","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"DELETE","path":"/v1/coupons/{coupon}","header_match":null,"description":"Delete a coupon","parameters":[{"name":"coupon","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\n \"deleted\": true,\n \"id\": \"string\",\n \"object\": \"coupon\"\n}","schema":"deleted_coupon","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/credit_notes","header_match":null,"description":"List all credit notes","parameters":[{"name":"created","in":"query","type":"string","required":false,"description":"Only return credit notes that were created during the given date interval."},{"name":"customer","in":"query","type":"string","required":false,"description":"Only return credit notes for the customer specified by this customer ID."},{"name":"customer_account","in":"query","type":"string","required":false,"description":"Only return credit notes for the account representing the customer specified by this account ID."},{"name":"ending_before","in":"query","type":"string","required":false,"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."},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"invoice","in":"query","type":"string","required":false,"description":"Only return credit notes for the invoice specified by this invoice ID."},{"name":"limit","in":"query","type":"integer","required":false,"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10."},{"name":"starting_after","in":"query","type":"string","required":false,"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."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":null,"script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/credit_notes","header_match":null,"description":"Create a credit note","parameters":null,"request_body":{"required":true,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"credit_note","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/credit_notes/preview","header_match":null,"description":"Preview a credit note","parameters":[{"name":"amount","in":"query","type":"integer","required":false,"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."},{"name":"credit_amount","in":"query","type":"integer","required":false,"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."},{"name":"effective_at","in":"query","type":"integer","required":false,"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."},{"name":"email_type","in":"query","type":"string","required":false,"description":"Type of email to send to the customer, one of `credit_note` or `none` and the default is `credit_note`."},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"invoice","in":"query","type":"string","required":true,"description":"ID of the invoice."},{"name":"lines","in":"query","type":"array","required":false,"description":"Line items that make up the credit note. One of `amount`, `lines`, or `shipping_cost` must be provided."},{"name":"memo","in":"query","type":"string","required":false,"description":"The credit note's memo appears on the credit note PDF."},{"name":"metadata","in":"query","type":"object","required":false,"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`."},{"name":"out_of_band_amount","in":"query","type":"integer","required":false,"description":"The integer amount in cents (or local equivalent) representing the amount that is credited outside of Stripe."},{"name":"reason","in":"query","type":"string","required":false,"description":"Reason for issuing this credit note, one of `duplicate`, `fraudulent`, `order_change`, or `product_unsatisfactory`"},{"name":"refund_amount","in":"query","type":"integer","required":false,"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."},{"name":"refunds","in":"query","type":"array","required":false,"description":"Refunds to link to this credit note."},{"name":"shipping_cost","in":"query","type":"object","required":false,"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."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"credit_note","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/credit_notes/preview/lines","header_match":null,"description":"Retrieve a credit note preview's line items","parameters":[{"name":"amount","in":"query","type":"integer","required":false,"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."},{"name":"credit_amount","in":"query","type":"integer","required":false,"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."},{"name":"effective_at","in":"query","type":"integer","required":false,"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."},{"name":"email_type","in":"query","type":"string","required":false,"description":"Type of email to send to the customer, one of `credit_note` or `none` and the default is `credit_note`."},{"name":"ending_before","in":"query","type":"string","required":false,"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."},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"invoice","in":"query","type":"string","required":true,"description":"ID of the invoice."},{"name":"limit","in":"query","type":"integer","required":false,"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10."},{"name":"lines","in":"query","type":"array","required":false,"description":"Line items that make up the credit note. One of `amount`, `lines`, or `shipping_cost` must be provided."},{"name":"memo","in":"query","type":"string","required":false,"description":"The credit note's memo appears on the credit note PDF."},{"name":"metadata","in":"query","type":"object","required":false,"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`."},{"name":"out_of_band_amount","in":"query","type":"integer","required":false,"description":"The integer amount in cents (or local equivalent) representing the amount that is credited outside of Stripe."},{"name":"reason","in":"query","type":"string","required":false,"description":"Reason for issuing this credit note, one of `duplicate`, `fraudulent`, `order_change`, or `product_unsatisfactory`"},{"name":"refund_amount","in":"query","type":"integer","required":false,"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."},{"name":"refunds","in":"query","type":"array","required":false,"description":"Refunds to link to this credit note."},{"name":"shipping_cost","in":"query","type":"object","required":false,"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."},{"name":"starting_after","in":"query","type":"string","required":false,"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."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":null,"script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/credit_notes/{credit_note}/lines","header_match":null,"description":"Retrieve a credit note's line items","parameters":[{"name":"credit_note","in":"path","type":"string","required":true,"description":null},{"name":"ending_before","in":"query","type":"string","required":false,"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."},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"limit","in":"query","type":"integer","required":false,"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10."},{"name":"starting_after","in":"query","type":"string","required":false,"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."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":null,"script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/credit_notes/{id}","header_match":null,"description":"Retrieve a credit note","parameters":[{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"id","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"credit_note","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/credit_notes/{id}","header_match":null,"description":"Update a credit note","parameters":[{"name":"id","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"credit_note","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/credit_notes/{id}/void","header_match":null,"description":"Void a credit note","parameters":[{"name":"id","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"credit_note","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/customer_sessions","header_match":null,"description":"Create a Customer Session","parameters":null,"request_body":{"required":true,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"customer_session","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/customers","header_match":null,"description":"List all customers","parameters":[{"name":"created","in":"query","type":"string","required":false,"description":"Only return customers that were created during the given date interval."},{"name":"email","in":"query","type":"string","required":false,"description":"A case-sensitive filter on the list based on the customer's `email` field. The value must be a string."},{"name":"ending_before","in":"query","type":"string","required":false,"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."},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"limit","in":"query","type":"integer","required":false,"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10."},{"name":"starting_after","in":"query","type":"string","required":false,"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."},{"name":"test_clock","in":"query","type":"string","required":false,"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."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":null,"script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/customers","header_match":null,"description":"Create a customer","parameters":null,"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"customer","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/customers/search","header_match":null,"description":"Search customers","parameters":[{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"limit","in":"query","type":"integer","required":false,"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10."},{"name":"page","in":"query","type":"string","required":false,"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."},{"name":"query","in":"query","type":"string","required":true,"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)."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":null,"script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/customers/{customer}","header_match":null,"description":"Retrieve a customer","parameters":[{"name":"customer","in":"path","type":"string","required":true,"description":null},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":null,"script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/customers/{customer}","header_match":null,"description":"Update a customer","parameters":[{"name":"customer","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"customer","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"DELETE","path":"/v1/customers/{customer}","header_match":null,"description":"Delete a customer","parameters":[{"name":"customer","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\n \"deleted\": true,\n \"id\": \"string\",\n \"object\": \"customer\"\n}","schema":"deleted_customer","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/customers/{customer}/balance_transactions","header_match":null,"description":"List customer balance transactions","parameters":[{"name":"created","in":"query","type":"string","required":false,"description":"Only return customer balance transactions that were created during the given date interval."},{"name":"customer","in":"path","type":"string","required":true,"description":null},{"name":"ending_before","in":"query","type":"string","required":false,"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."},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"invoice","in":"query","type":"string","required":false,"description":"Only return transactions that are related to the specified invoice."},{"name":"limit","in":"query","type":"integer","required":false,"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10."},{"name":"starting_after","in":"query","type":"string","required":false,"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."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":null,"script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/customers/{customer}/balance_transactions","header_match":null,"description":"Create a customer balance transaction","parameters":[{"name":"customer","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":true,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"customer_balance_transaction","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/customers/{customer}/balance_transactions/{transaction}","header_match":null,"description":"Retrieve a customer balance transaction","parameters":[{"name":"customer","in":"path","type":"string","required":true,"description":null},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"transaction","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"customer_balance_transaction","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/customers/{customer}/balance_transactions/{transaction}","header_match":null,"description":"Update a customer credit balance transaction","parameters":[{"name":"customer","in":"path","type":"string","required":true,"description":null},{"name":"transaction","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"customer_balance_transaction","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/customers/{customer}/bank_accounts","header_match":null,"description":"List all bank accounts","parameters":[{"name":"customer","in":"path","type":"string","required":true,"description":null},{"name":"ending_before","in":"query","type":"string","required":false,"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."},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"limit","in":"query","type":"integer","required":false,"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10."},{"name":"starting_after","in":"query","type":"string","required":false,"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."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":null,"script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/customers/{customer}/bank_accounts","header_match":null,"description":"Create a card","parameters":[{"name":"customer","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"payment_source","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/customers/{customer}/bank_accounts/{id}","header_match":null,"description":"Retrieve a bank account","parameters":[{"name":"customer","in":"path","type":"string","required":true,"description":null},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"id","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"bank_account","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/customers/{customer}/bank_accounts/{id}","header_match":null,"description":"<p>Update a specified source for a given customer.</p>","parameters":[{"name":"customer","in":"path","type":"string","required":true,"description":null},{"name":"id","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":null,"script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"DELETE","path":"/v1/customers/{customer}/bank_accounts/{id}","header_match":null,"description":"Delete a customer source","parameters":[{"name":"customer","in":"path","type":"string","required":true,"description":null},{"name":"id","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":null,"script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/customers/{customer}/bank_accounts/{id}/verify","header_match":null,"description":"Verify a bank account","parameters":[{"name":"customer","in":"path","type":"string","required":true,"description":null},{"name":"id","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"bank_account","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/customers/{customer}/cards","header_match":null,"description":"List all cards","parameters":[{"name":"customer","in":"path","type":"string","required":true,"description":null},{"name":"ending_before","in":"query","type":"string","required":false,"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."},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"limit","in":"query","type":"integer","required":false,"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10."},{"name":"starting_after","in":"query","type":"string","required":false,"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."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":null,"script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/customers/{customer}/cards","header_match":null,"description":"Create a card","parameters":[{"name":"customer","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"payment_source","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/customers/{customer}/cards/{id}","header_match":null,"description":"Retrieve a card","parameters":[{"name":"customer","in":"path","type":"string","required":true,"description":null},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"id","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"card","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/customers/{customer}/cards/{id}","header_match":null,"description":"<p>Update a specified source for a given customer.</p>","parameters":[{"name":"customer","in":"path","type":"string","required":true,"description":null},{"name":"id","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":null,"script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"DELETE","path":"/v1/customers/{customer}/cards/{id}","header_match":null,"description":"Delete a customer source","parameters":[{"name":"customer","in":"path","type":"string","required":true,"description":null},{"name":"id","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":null,"script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/customers/{customer}/cash_balance","header_match":null,"description":"Retrieve a cash balance","parameters":[{"name":"customer","in":"path","type":"string","required":true,"description":null},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"cash_balance","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/customers/{customer}/cash_balance","header_match":null,"description":"Update a cash balance's settings","parameters":[{"name":"customer","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"cash_balance","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/customers/{customer}/cash_balance_transactions","header_match":null,"description":"List cash balance transactions","parameters":[{"name":"customer","in":"path","type":"string","required":true,"description":null},{"name":"ending_before","in":"query","type":"string","required":false,"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."},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"limit","in":"query","type":"integer","required":false,"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10."},{"name":"starting_after","in":"query","type":"string","required":false,"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."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":null,"script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/customers/{customer}/cash_balance_transactions/{transaction}","header_match":null,"description":"Retrieve a cash balance transaction","parameters":[{"name":"customer","in":"path","type":"string","required":true,"description":null},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"transaction","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"customer_cash_balance_transaction","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/customers/{customer}/discount","header_match":null,"description":"","parameters":[{"name":"customer","in":"path","type":"string","required":true,"description":null},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"discount","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"DELETE","path":"/v1/customers/{customer}/discount","header_match":null,"description":"Delete a customer discount","parameters":[{"name":"customer","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"deleted_discount","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/customers/{customer}/funding_instructions","header_match":null,"description":"Create or retrieve funding instructions for a customer cash balance","parameters":[{"name":"customer","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":true,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"funding_instructions","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/customers/{customer}/payment_methods","header_match":null,"description":"List a Customer's PaymentMethods","parameters":[{"name":"allow_redisplay","in":"query","type":"string","required":false,"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."},{"name":"customer","in":"path","type":"string","required":true,"description":null},{"name":"ending_before","in":"query","type":"string","required":false,"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."},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"limit","in":"query","type":"integer","required":false,"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10."},{"name":"starting_after","in":"query","type":"string","required":false,"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."},{"name":"type","in":"query","type":"string","required":false,"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."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":null,"script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/customers/{customer}/payment_methods/{payment_method}","header_match":null,"description":"Retrieve a Customer's PaymentMethod","parameters":[{"name":"customer","in":"path","type":"string","required":true,"description":null},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"payment_method","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"payment_method","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/customers/{customer}/sources","header_match":null,"description":"<p>List sources for a specified customer.</p>","parameters":[{"name":"customer","in":"path","type":"string","required":true,"description":null},{"name":"ending_before","in":"query","type":"string","required":false,"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."},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"limit","in":"query","type":"integer","required":false,"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10."},{"name":"object","in":"query","type":"string","required":false,"description":"Filter sources according to a particular object type."},{"name":"starting_after","in":"query","type":"string","required":false,"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."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":null,"script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/customers/{customer}/sources","header_match":null,"description":"Create a card","parameters":[{"name":"customer","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"payment_source","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/customers/{customer}/sources/{id}","header_match":null,"description":"<p>Retrieve a specified source for a given customer.</p>","parameters":[{"name":"customer","in":"path","type":"string","required":true,"description":null},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"id","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"payment_source","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/customers/{customer}/sources/{id}","header_match":null,"description":"<p>Update a specified source for a given customer.</p>","parameters":[{"name":"customer","in":"path","type":"string","required":true,"description":null},{"name":"id","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":null,"script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"DELETE","path":"/v1/customers/{customer}/sources/{id}","header_match":null,"description":"Delete a customer source","parameters":[{"name":"customer","in":"path","type":"string","required":true,"description":null},{"name":"id","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":null,"script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/customers/{customer}/sources/{id}/verify","header_match":null,"description":"Verify a bank account","parameters":[{"name":"customer","in":"path","type":"string","required":true,"description":null},{"name":"id","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"bank_account","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/customers/{customer}/subscriptions","header_match":null,"description":"List active subscriptions","parameters":[{"name":"customer","in":"path","type":"string","required":true,"description":null},{"name":"ending_before","in":"query","type":"string","required":false,"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."},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"limit","in":"query","type":"integer","required":false,"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10."},{"name":"starting_after","in":"query","type":"string","required":false,"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."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":null,"script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/customers/{customer}/subscriptions","header_match":null,"description":"Create a subscription","parameters":[{"name":"customer","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"subscription","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/customers/{customer}/subscriptions/{subscription_exposed_id}","header_match":null,"description":"Retrieve a subscription","parameters":[{"name":"customer","in":"path","type":"string","required":true,"description":null},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"subscription_exposed_id","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"subscription","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/customers/{customer}/subscriptions/{subscription_exposed_id}","header_match":null,"description":"Update a subscription on a customer","parameters":[{"name":"customer","in":"path","type":"string","required":true,"description":null},{"name":"subscription_exposed_id","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"subscription","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"DELETE","path":"/v1/customers/{customer}/subscriptions/{subscription_exposed_id}","header_match":null,"description":"Cancel a subscription","parameters":[{"name":"customer","in":"path","type":"string","required":true,"description":null},{"name":"subscription_exposed_id","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"subscription","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/customers/{customer}/subscriptions/{subscription_exposed_id}/discount","header_match":null,"description":"","parameters":[{"name":"customer","in":"path","type":"string","required":true,"description":null},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"subscription_exposed_id","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"discount","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"DELETE","path":"/v1/customers/{customer}/subscriptions/{subscription_exposed_id}/discount","header_match":null,"description":"Delete a customer discount","parameters":[{"name":"customer","in":"path","type":"string","required":true,"description":null},{"name":"subscription_exposed_id","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"deleted_discount","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/customers/{customer}/tax_ids","header_match":null,"description":"List all Customer tax IDs","parameters":[{"name":"customer","in":"path","type":"string","required":true,"description":null},{"name":"ending_before","in":"query","type":"string","required":false,"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."},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"limit","in":"query","type":"integer","required":false,"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10."},{"name":"starting_after","in":"query","type":"string","required":false,"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."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":null,"script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/customers/{customer}/tax_ids","header_match":null,"description":"Create a Customer tax ID","parameters":[{"name":"customer","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":true,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"tax_id","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/customers/{customer}/tax_ids/{id}","header_match":null,"description":"Retrieve a Customer tax ID","parameters":[{"name":"customer","in":"path","type":"string","required":true,"description":null},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"id","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"tax_id","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"DELETE","path":"/v1/customers/{customer}/tax_ids/{id}","header_match":null,"description":"Delete a Customer tax ID","parameters":[{"name":"customer","in":"path","type":"string","required":true,"description":null},{"name":"id","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\n \"deleted\": true,\n \"id\": \"string\",\n \"object\": \"tax_id\"\n}","schema":"deleted_tax_id","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/disputes","header_match":null,"description":"List all disputes","parameters":[{"name":"charge","in":"query","type":"string","required":false,"description":"Only return disputes associated to the charge specified by this charge ID."},{"name":"created","in":"query","type":"string","required":false,"description":"Only return disputes that were created during the given date interval."},{"name":"ending_before","in":"query","type":"string","required":false,"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."},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"limit","in":"query","type":"integer","required":false,"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10."},{"name":"payment_intent","in":"query","type":"string","required":false,"description":"Only return disputes associated to the PaymentIntent specified by this PaymentIntent ID."},{"name":"starting_after","in":"query","type":"string","required":false,"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."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":null,"script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/disputes/{dispute}","header_match":null,"description":"Retrieve a dispute","parameters":[{"name":"dispute","in":"path","type":"string","required":true,"description":null},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"dispute","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/disputes/{dispute}","header_match":null,"description":"Update a dispute","parameters":[{"name":"dispute","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"dispute","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/disputes/{dispute}/close","header_match":null,"description":"Close a dispute","parameters":[{"name":"dispute","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"dispute","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/entitlements/active_entitlements","header_match":null,"description":"List all active entitlements","parameters":[{"name":"customer","in":"query","type":"string","required":true,"description":"The ID of the customer."},{"name":"ending_before","in":"query","type":"string","required":false,"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."},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"limit","in":"query","type":"integer","required":false,"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10."},{"name":"starting_after","in":"query","type":"string","required":false,"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."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":null,"script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/entitlements/active_entitlements/{id}","header_match":null,"description":"Retrieve an active entitlement","parameters":[{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"id","in":"path","type":"string","required":true,"description":"The ID of the entitlement."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\n \"feature\": \"string\",\n \"id\": \"string\",\n \"livemode\": true,\n \"lookup_key\": \"string\",\n \"object\": \"entitlements.active_entitlement\"\n}","schema":"entitlements.active_entitlement","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/entitlements/features","header_match":null,"description":"List all features","parameters":[{"name":"archived","in":"query","type":"boolean","required":false,"description":"If set, filter results to only include features with the given archive status."},{"name":"ending_before","in":"query","type":"string","required":false,"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."},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"limit","in":"query","type":"integer","required":false,"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10."},{"name":"lookup_key","in":"query","type":"string","required":false,"description":"If set, filter results to only include features with the given lookup_key."},{"name":"starting_after","in":"query","type":"string","required":false,"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."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":null,"script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/entitlements/features","header_match":null,"description":"Create a feature","parameters":null,"request_body":{"required":true,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\n \"active\": true,\n \"id\": \"string\",\n \"livemode\": true,\n \"lookup_key\": \"string\",\n \"metadata\": {},\n \"name\": \"string\",\n \"object\": \"entitlements.feature\"\n}","schema":"entitlements.feature","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/entitlements/features/{id}","header_match":null,"description":"Retrieve a feature","parameters":[{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"id","in":"path","type":"string","required":true,"description":"The ID of the feature."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\n \"active\": true,\n \"id\": \"string\",\n \"livemode\": true,\n \"lookup_key\": \"string\",\n \"metadata\": {},\n \"name\": \"string\",\n \"object\": \"entitlements.feature\"\n}","schema":"entitlements.feature","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/entitlements/features/{id}","header_match":null,"description":"Updates a feature","parameters":[{"name":"id","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\n \"active\": true,\n \"id\": \"string\",\n \"livemode\": true,\n \"lookup_key\": \"string\",\n \"metadata\": {},\n \"name\": \"string\",\n \"object\": \"entitlements.feature\"\n}","schema":"entitlements.feature","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/ephemeral_keys","header_match":null,"description":"Create an ephemeral key","parameters":null,"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\n \"created\": 0,\n \"expires\": 0,\n \"id\": \"string\",\n \"livemode\": true,\n \"object\": \"ephemeral_key\",\n \"secret\": \"string\"\n}","schema":"ephemeral_key","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"DELETE","path":"/v1/ephemeral_keys/{key}","header_match":null,"description":"Immediately invalidate an ephemeral key","parameters":[{"name":"key","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\n \"created\": 0,\n \"expires\": 0,\n \"id\": \"string\",\n \"livemode\": true,\n \"object\": \"ephemeral_key\",\n \"secret\": \"string\"\n}","schema":"ephemeral_key","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/events","header_match":null,"description":"List all events","parameters":[{"name":"created","in":"query","type":"string","required":false,"description":"Only return events that were created during the given date interval."},{"name":"delivery_success","in":"query","type":"boolean","required":false,"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."},{"name":"ending_before","in":"query","type":"string","required":false,"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."},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"limit","in":"query","type":"integer","required":false,"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10."},{"name":"starting_after","in":"query","type":"string","required":false,"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."},{"name":"type","in":"query","type":"string","required":false,"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."},{"name":"types","in":"query","type":"array","required":false,"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."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":null,"script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/events/{id}","header_match":null,"description":"Retrieve an event","parameters":[{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"id","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"event","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/exchange_rates","header_match":null,"description":"List all exchange rates","parameters":[{"name":"ending_before","in":"query","type":"string","required":false,"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."},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"limit","in":"query","type":"integer","required":false,"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."},{"name":"starting_after","in":"query","type":"string","required":false,"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."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":null,"script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/exchange_rates/{rate_id}","header_match":null,"description":"Retrieve an exchange rate","parameters":[{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"rate_id","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\n \"id\": \"string\",\n \"object\": \"exchange_rate\",\n \"rates\": {}\n}","schema":"exchange_rate","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/external_accounts/{id}","header_match":null,"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":[{"name":"id","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"external_account","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/fabric/service/integration_config","header_match":null,"description":"","parameters":[{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"service_name","in":"query","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\n \"object\": \"fabric_service\"\n}","schema":"fabric_service","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/fabric/service/subscribe","header_match":null,"description":"","parameters":null,"request_body":{"required":true,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\n \"object\": \"fabric_service\"\n}","schema":"fabric_service","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/file_links","header_match":null,"description":"List all file links","parameters":[{"name":"created","in":"query","type":"string","required":false,"description":"Only return links that were created during the given date interval."},{"name":"ending_before","in":"query","type":"string","required":false,"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."},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"expired","in":"query","type":"boolean","required":false,"description":"Filter links by their expiration status. By default, Stripe returns all links."},{"name":"file","in":"query","type":"string","required":false,"description":"Only return links for the given file."},{"name":"limit","in":"query","type":"integer","required":false,"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10."},{"name":"starting_after","in":"query","type":"string","required":false,"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."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":null,"script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/file_links","header_match":null,"description":"Create a file link","parameters":null,"request_body":{"required":true,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"file_link","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/file_links/{link}","header_match":null,"description":"Retrieve a file link","parameters":[{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"link","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"file_link","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/file_links/{link}","header_match":null,"description":"Update a file link","parameters":[{"name":"link","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"file_link","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/files","header_match":null,"description":"List all files","parameters":[{"name":"created","in":"query","type":"string","required":false,"description":"Only return files that were created during the given date interval."},{"name":"ending_before","in":"query","type":"string","required":false,"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."},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"limit","in":"query","type":"integer","required":false,"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10."},{"name":"purpose","in":"query","type":"string","required":false,"description":"Filter queries by the file purpose. If you don't provide a purpose, the queries return unfiltered files."},{"name":"starting_after","in":"query","type":"string","required":false,"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."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":null,"script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/files","header_match":null,"description":"Create a file","parameters":null,"request_body":{"required":true,"schema":null,"content_type":"multipart/form-data"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"file","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/files/{file}","header_match":null,"description":"Retrieve a file","parameters":[{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"file","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"file","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/financial_connections/accounts","header_match":null,"description":"List Accounts","parameters":[{"name":"account_holder","in":"query","type":"object","required":false,"description":"If present, only return accounts that belong to the specified account holder. `account_holder[customer]` and `account_holder[account]` are mutually exclusive."},{"name":"ending_before","in":"query","type":"string","required":false,"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."},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"limit","in":"query","type":"integer","required":false,"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10."},{"name":"session","in":"query","type":"string","required":false,"description":"If present, only return accounts that were collected as part of the given session."},{"name":"starting_after","in":"query","type":"string","required":false,"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."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":null,"script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/financial_connections/accounts/{account}","header_match":null,"description":"Retrieve an Account","parameters":[{"name":"account","in":"path","type":"string","required":true,"description":null},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"financial_connections.account","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/financial_connections/accounts/{account}/disconnect","header_match":null,"description":"Disconnect an Account","parameters":[{"name":"account","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"financial_connections.account","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/financial_connections/accounts/{account}/owners","header_match":null,"description":"List Account Owners","parameters":[{"name":"account","in":"path","type":"string","required":true,"description":null},{"name":"ending_before","in":"query","type":"string","required":false,"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."},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"limit","in":"query","type":"integer","required":false,"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10."},{"name":"ownership","in":"query","type":"string","required":true,"description":"The ID of the ownership object to fetch owners from."},{"name":"starting_after","in":"query","type":"string","required":false,"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."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":null,"script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/financial_connections/accounts/{account}/refresh","header_match":null,"description":"Refresh Account data","parameters":[{"name":"account","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":true,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"financial_connections.account","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/financial_connections/accounts/{account}/subscribe","header_match":null,"description":"Subscribe to data refreshes for an Account","parameters":[{"name":"account","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":true,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"financial_connections.account","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/financial_connections/accounts/{account}/unsubscribe","header_match":null,"description":"Unsubscribe from data refreshes for an Account","parameters":[{"name":"account","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":true,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"financial_connections.account","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/financial_connections/sessions","header_match":null,"description":"Create a Session","parameters":null,"request_body":{"required":true,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"financial_connections.session","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/financial_connections/sessions/{session}","header_match":null,"description":"Retrieve a Session","parameters":[{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"session","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"financial_connections.session","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/financial_connections/transactions","header_match":null,"description":"List Transactions","parameters":[{"name":"account","in":"query","type":"string","required":true,"description":"The ID of the Financial Connections Account whose transactions will be retrieved."},{"name":"ending_before","in":"query","type":"string","required":false,"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."},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"limit","in":"query","type":"integer","required":false,"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10."},{"name":"starting_after","in":"query","type":"string","required":false,"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."},{"name":"transacted_at","in":"query","type":"string","required":false,"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:"},{"name":"transaction_refresh","in":"query","type":"object","required":false,"description":"A filter on the list based on the object `transaction_refresh` field. The value can be a dictionary with the following options:"}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":null,"script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/financial_connections/transactions/{transaction}","header_match":null,"description":"Retrieve a Transaction","parameters":[{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"transaction","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"financial_connections.transaction","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/forwarding/requests","header_match":null,"description":"List all ForwardingRequests","parameters":[{"name":"created","in":"query","type":"object","required":false,"description":"Similar to other List endpoints, filters results based on created timestamp. You can pass gt, gte, lt, and lte timestamp values."},{"name":"ending_before","in":"query","type":"string","required":false,"description":"A pagination cursor to fetch the previous page of the list. The value must be a ForwardingRequest ID."},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"limit","in":"query","type":"integer","required":false,"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10."},{"name":"starting_after","in":"query","type":"string","required":false,"description":"A pagination cursor to fetch the next page of the list. The value must be a ForwardingRequest ID."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":null,"script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/forwarding/requests","header_match":null,"description":"Create a ForwardingRequest","parameters":null,"request_body":{"required":true,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"forwarding.request","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/forwarding/requests/{id}","header_match":null,"description":"Retrieve a ForwardingRequest","parameters":[{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"id","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"forwarding.request","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/identity/verification_reports","header_match":null,"description":"List VerificationReports","parameters":[{"name":"client_reference_id","in":"query","type":"string","required":false,"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."},{"name":"created","in":"query","type":"string","required":false,"description":"Only return VerificationReports that were created during the given date interval."},{"name":"ending_before","in":"query","type":"string","required":false,"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."},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"limit","in":"query","type":"integer","required":false,"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10."},{"name":"starting_after","in":"query","type":"string","required":false,"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."},{"name":"type","in":"query","type":"string","required":false,"description":"Only return VerificationReports of this type"},{"name":"verification_session","in":"query","type":"string","required":false,"description":"Only return VerificationReports created by this VerificationSession ID. It is allowed to provide a VerificationIntent ID."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":null,"script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/identity/verification_reports/{report}","header_match":null,"description":"Retrieve a VerificationReport","parameters":[{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"report","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"identity.verification_report","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/identity/verification_sessions","header_match":null,"description":"List VerificationSessions","parameters":[{"name":"client_reference_id","in":"query","type":"string","required":false,"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."},{"name":"created","in":"query","type":"string","required":false,"description":"Only return VerificationSessions that were created during the given date interval."},{"name":"ending_before","in":"query","type":"string","required":false,"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."},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"limit","in":"query","type":"integer","required":false,"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10."},{"name":"related_customer","in":"query","type":"string","required":false,"description":"Customer ID"},{"name":"related_customer_account","in":"query","type":"string","required":false,"description":"The ID of the Account representing a customer."},{"name":"starting_after","in":"query","type":"string","required":false,"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."},{"name":"status","in":"query","type":"string","required":false,"description":"Only return VerificationSessions with this status. [Learn more about the lifecycle of sessions](https://docs.stripe.com/identity/how-sessions-work)."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":null,"script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/identity/verification_sessions","header_match":null,"description":"Create a VerificationSession","parameters":null,"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"identity.verification_session","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/identity/verification_sessions/{session}","header_match":null,"description":"Retrieve a VerificationSession","parameters":[{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"session","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"identity.verification_session","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/identity/verification_sessions/{session}","header_match":null,"description":"Update a VerificationSession","parameters":[{"name":"session","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"identity.verification_session","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/identity/verification_sessions/{session}/cancel","header_match":null,"description":"Cancel a VerificationSession","parameters":[{"name":"session","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"identity.verification_session","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/identity/verification_sessions/{session}/redact","header_match":null,"description":"Redact a VerificationSession","parameters":[{"name":"session","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"identity.verification_session","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/invoice_payments","header_match":null,"description":"List all payments for an invoice","parameters":[{"name":"created","in":"query","type":"string","required":false,"description":"Only return invoice payments that were created during the given date interval."},{"name":"ending_before","in":"query","type":"string","required":false,"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."},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"invoice","in":"query","type":"string","required":false,"description":"The identifier of the invoice whose payments to return."},{"name":"limit","in":"query","type":"integer","required":false,"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10."},{"name":"payment","in":"query","type":"object","required":false,"description":"The payment details of the invoice payments to return."},{"name":"starting_after","in":"query","type":"string","required":false,"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."},{"name":"status","in":"query","type":"string","required":false,"description":"The status of the invoice payments to return."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":null,"script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/invoice_payments/{invoice_payment}","header_match":null,"description":"Retrieve an InvoicePayment","parameters":[{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"invoice_payment","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"invoice_payment","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/invoice_rendering_templates","header_match":null,"description":"List all invoice rendering templates","parameters":[{"name":"ending_before","in":"query","type":"string","required":false,"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."},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"limit","in":"query","type":"integer","required":false,"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10."},{"name":"starting_after","in":"query","type":"string","required":false,"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."},{"name":"status","in":"query","type":"string","required":false,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":null,"script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/invoice_rendering_templates/{template}","header_match":null,"description":"Retrieve an invoice rendering template","parameters":[{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"template","in":"path","type":"string","required":true,"description":null},{"name":"version","in":"query","type":"integer","required":false,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"invoice_rendering_template","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/invoice_rendering_templates/{template}/archive","header_match":null,"description":"Archive an invoice rendering template","parameters":[{"name":"template","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"invoice_rendering_template","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/invoice_rendering_templates/{template}/unarchive","header_match":null,"description":"Unarchive an invoice rendering template","parameters":[{"name":"template","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"invoice_rendering_template","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/invoiceitems","header_match":null,"description":"List all invoice items","parameters":[{"name":"created","in":"query","type":"string","required":false,"description":"Only return invoice items that were created during the given date interval."},{"name":"customer","in":"query","type":"string","required":false,"description":"The identifier of the customer whose invoice items to return. If none is provided, returns all invoice items."},{"name":"customer_account","in":"query","type":"string","required":false,"description":"The identifier of the account representing the customer whose invoice items to return. If none is provided, returns all invoice items."},{"name":"ending_before","in":"query","type":"string","required":false,"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."},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"invoice","in":"query","type":"string","required":false,"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."},{"name":"limit","in":"query","type":"integer","required":false,"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10."},{"name":"pending","in":"query","type":"boolean","required":false,"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."},{"name":"starting_after","in":"query","type":"string","required":false,"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."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":null,"script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/invoiceitems","header_match":null,"description":"Create an invoice item","parameters":null,"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"invoiceitem","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/invoiceitems/{invoiceitem}","header_match":null,"description":"Retrieve an invoice item","parameters":[{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"invoiceitem","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"invoiceitem","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/invoiceitems/{invoiceitem}","header_match":null,"description":"Update an invoice item","parameters":[{"name":"invoiceitem","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"invoiceitem","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"DELETE","path":"/v1/invoiceitems/{invoiceitem}","header_match":null,"description":"Delete an invoice item","parameters":[{"name":"invoiceitem","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\n \"deleted\": true,\n \"id\": \"string\",\n \"object\": \"invoiceitem\"\n}","schema":"deleted_invoiceitem","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/invoices","header_match":null,"description":"List all invoices","parameters":[{"name":"collection_method","in":"query","type":"string","required":false,"description":"The collection method of the invoice to retrieve. Either `charge_automatically` or `send_invoice`."},{"name":"created","in":"query","type":"string","required":false,"description":"Only return invoices that were created during the given date interval."},{"name":"customer","in":"query","type":"string","required":false,"description":"Only return invoices for the customer specified by this customer ID."},{"name":"customer_account","in":"query","type":"string","required":false,"description":"Only return invoices for the account representing the customer specified by this account ID."},{"name":"due_date","in":"query","type":"string","required":false,"description":null},{"name":"ending_before","in":"query","type":"string","required":false,"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."},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"limit","in":"query","type":"integer","required":false,"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10."},{"name":"starting_after","in":"query","type":"string","required":false,"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."},{"name":"status","in":"query","type":"string","required":false,"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)"},{"name":"subscription","in":"query","type":"string","required":false,"description":"Only return invoices for the subscription specified by this subscription ID."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":null,"script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/invoices","header_match":null,"description":"Create an invoice","parameters":null,"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"invoice","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/invoices/create_preview","header_match":null,"description":"Create a preview invoice","parameters":null,"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"invoice","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/invoices/search","header_match":null,"description":"Search invoices","parameters":[{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"limit","in":"query","type":"integer","required":false,"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10."},{"name":"page","in":"query","type":"string","required":false,"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."},{"name":"query","in":"query","type":"string","required":true,"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)."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":null,"script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/invoices/{invoice}","header_match":null,"description":"Retrieve an invoice","parameters":[{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"invoice","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"invoice","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/invoices/{invoice}","header_match":null,"description":"Update an invoice","parameters":[{"name":"invoice","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"invoice","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"DELETE","path":"/v1/invoices/{invoice}","header_match":null,"description":"Delete a draft invoice","parameters":[{"name":"invoice","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\n \"deleted\": true,\n \"id\": \"string\",\n \"object\": \"invoice\"\n}","schema":"deleted_invoice","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/invoices/{invoice}/add_lines","header_match":null,"description":"Bulk add invoice line items","parameters":[{"name":"invoice","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":true,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"invoice","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/invoices/{invoice}/attach_payment","header_match":null,"description":"Attach a payment to an Invoice","parameters":[{"name":"invoice","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"invoice","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/invoices/{invoice}/finalize","header_match":null,"description":"Finalize an invoice","parameters":[{"name":"invoice","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"invoice","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/invoices/{invoice}/lines","header_match":null,"description":"Retrieve an invoice's line items","parameters":[{"name":"ending_before","in":"query","type":"string","required":false,"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."},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"invoice","in":"path","type":"string","required":true,"description":null},{"name":"limit","in":"query","type":"integer","required":false,"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10."},{"name":"starting_after","in":"query","type":"string","required":false,"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."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":null,"script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/invoices/{invoice}/lines/{line_item_id}","header_match":null,"description":"Update an invoice's line item","parameters":[{"name":"invoice","in":"path","type":"string","required":true,"description":"Invoice ID of line item"},{"name":"line_item_id","in":"path","type":"string","required":true,"description":"Invoice line item ID"}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"line_item","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/invoices/{invoice}/mark_uncollectible","header_match":null,"description":"Mark an invoice as uncollectible","parameters":[{"name":"invoice","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"invoice","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/invoices/{invoice}/pay","header_match":null,"description":"Pay an invoice","parameters":[{"name":"invoice","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"invoice","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/invoices/{invoice}/remove_lines","header_match":null,"description":"Bulk remove invoice line items","parameters":[{"name":"invoice","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":true,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"invoice","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/invoices/{invoice}/send","header_match":null,"description":"Send an invoice for manual payment","parameters":[{"name":"invoice","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"invoice","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/invoices/{invoice}/update_lines","header_match":null,"description":"Bulk update invoice line items","parameters":[{"name":"invoice","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":true,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"invoice","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/invoices/{invoice}/void","header_match":null,"description":"Void an invoice","parameters":[{"name":"invoice","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"invoice","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/issuing/authorizations","header_match":null,"description":"List all authorizations","parameters":[{"name":"card","in":"query","type":"string","required":false,"description":"Only return authorizations that belong to the given card."},{"name":"cardholder","in":"query","type":"string","required":false,"description":"Only return authorizations that belong to the given cardholder."},{"name":"created","in":"query","type":"string","required":false,"description":"Only return authorizations that were created during the given date interval."},{"name":"ending_before","in":"query","type":"string","required":false,"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."},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"limit","in":"query","type":"integer","required":false,"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10."},{"name":"starting_after","in":"query","type":"string","required":false,"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."},{"name":"status","in":"query","type":"string","required":false,"description":"Only return authorizations with the given status. One of `pending`, `closed`, or `reversed`."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":null,"script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/issuing/authorizations/{authorization}","header_match":null,"description":"Retrieve an authorization","parameters":[{"name":"authorization","in":"path","type":"string","required":true,"description":null},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"issuing.authorization","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/issuing/authorizations/{authorization}","header_match":null,"description":"Update an authorization","parameters":[{"name":"authorization","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"issuing.authorization","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/issuing/authorizations/{authorization}/approve","header_match":null,"description":"Approve an authorization","parameters":[{"name":"authorization","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"issuing.authorization","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/issuing/authorizations/{authorization}/decline","header_match":null,"description":"Decline an authorization","parameters":[{"name":"authorization","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"issuing.authorization","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/issuing/cardholders","header_match":null,"description":"List all cardholders","parameters":[{"name":"created","in":"query","type":"string","required":false,"description":"Only return cardholders that were created during the given date interval."},{"name":"email","in":"query","type":"string","required":false,"description":"Only return cardholders that have the given email address."},{"name":"ending_before","in":"query","type":"string","required":false,"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."},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"limit","in":"query","type":"integer","required":false,"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10."},{"name":"phone_number","in":"query","type":"string","required":false,"description":"Only return cardholders that have the given phone number."},{"name":"starting_after","in":"query","type":"string","required":false,"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."},{"name":"status","in":"query","type":"string","required":false,"description":"Only return cardholders that have the given status. One of `active`, `inactive`, or `blocked`."},{"name":"type","in":"query","type":"string","required":false,"description":"Only return cardholders that have the given type. One of `individual` or `company`."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":null,"script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/issuing/cardholders","header_match":null,"description":"Create a cardholder","parameters":null,"request_body":{"required":true,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"issuing.cardholder","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/issuing/cardholders/{cardholder}","header_match":null,"description":"Retrieve a cardholder","parameters":[{"name":"cardholder","in":"path","type":"string","required":true,"description":null},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"issuing.cardholder","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/issuing/cardholders/{cardholder}","header_match":null,"description":"Update a cardholder","parameters":[{"name":"cardholder","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"issuing.cardholder","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/issuing/cards","header_match":null,"description":"List all cards","parameters":[{"name":"cardholder","in":"query","type":"string","required":false,"description":"Only return cards belonging to the Cardholder with the provided ID."},{"name":"created","in":"query","type":"string","required":false,"description":"Only return cards that were issued during the given date interval."},{"name":"ending_before","in":"query","type":"string","required":false,"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."},{"name":"exp_month","in":"query","type":"integer","required":false,"description":"Only return cards that have the given expiration month."},{"name":"exp_year","in":"query","type":"integer","required":false,"description":"Only return cards that have the given expiration year."},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"last4","in":"query","type":"string","required":false,"description":"Only return cards that have the given last four digits."},{"name":"limit","in":"query","type":"integer","required":false,"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10."},{"name":"personalization_design","in":"query","type":"string","required":false,"description":null},{"name":"starting_after","in":"query","type":"string","required":false,"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."},{"name":"status","in":"query","type":"string","required":false,"description":"Only return cards that have the given status. One of `active`, `inactive`, or `canceled`."},{"name":"type","in":"query","type":"string","required":false,"description":"Only return cards that have the given type. One of `virtual` or `physical`."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":null,"script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/issuing/cards","header_match":null,"description":"Create a card","parameters":null,"request_body":{"required":true,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"issuing.card","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/issuing/cards/{card}","header_match":null,"description":"Retrieve a card","parameters":[{"name":"card","in":"path","type":"string","required":true,"description":null},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"issuing.card","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/issuing/cards/{card}","header_match":null,"description":"Update a card","parameters":[{"name":"card","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"issuing.card","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/issuing/disputes","header_match":null,"description":"List all disputes","parameters":[{"name":"created","in":"query","type":"string","required":false,"description":"Only return Issuing disputes that were created during the given date interval."},{"name":"ending_before","in":"query","type":"string","required":false,"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."},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"limit","in":"query","type":"integer","required":false,"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10."},{"name":"starting_after","in":"query","type":"string","required":false,"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."},{"name":"status","in":"query","type":"string","required":false,"description":"Select Issuing disputes with the given status."},{"name":"transaction","in":"query","type":"string","required":false,"description":"Select the Issuing dispute for the given transaction."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":null,"script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/issuing/disputes","header_match":null,"description":"Create a dispute","parameters":null,"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"issuing.dispute","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/issuing/disputes/{dispute}","header_match":null,"description":"Retrieve a dispute","parameters":[{"name":"dispute","in":"path","type":"string","required":true,"description":null},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"issuing.dispute","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/issuing/disputes/{dispute}","header_match":null,"description":"Update a dispute","parameters":[{"name":"dispute","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"issuing.dispute","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/issuing/disputes/{dispute}/submit","header_match":null,"description":"Submit a dispute","parameters":[{"name":"dispute","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"issuing.dispute","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/issuing/personalization_designs","header_match":null,"description":"List all personalization designs","parameters":[{"name":"ending_before","in":"query","type":"string","required":false,"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."},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"limit","in":"query","type":"integer","required":false,"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10."},{"name":"lookup_keys","in":"query","type":"array","required":false,"description":"Only return personalization designs with the given lookup keys."},{"name":"preferences","in":"query","type":"object","required":false,"description":"Only return personalization designs with the given preferences."},{"name":"starting_after","in":"query","type":"string","required":false,"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."},{"name":"status","in":"query","type":"string","required":false,"description":"Only return personalization designs with the given status."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":null,"script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/issuing/personalization_designs","header_match":null,"description":"Create a personalization design","parameters":null,"request_body":{"required":true,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"issuing.personalization_design","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/issuing/personalization_designs/{personalization_design}","header_match":null,"description":"Retrieve a personalization design","parameters":[{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"personalization_design","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"issuing.personalization_design","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/issuing/personalization_designs/{personalization_design}","header_match":null,"description":"Update a personalization design","parameters":[{"name":"personalization_design","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"issuing.personalization_design","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/issuing/physical_bundles","header_match":null,"description":"List all physical bundles","parameters":[{"name":"ending_before","in":"query","type":"string","required":false,"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."},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"limit","in":"query","type":"integer","required":false,"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10."},{"name":"starting_after","in":"query","type":"string","required":false,"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."},{"name":"status","in":"query","type":"string","required":false,"description":"Only return physical bundles with the given status."},{"name":"type","in":"query","type":"string","required":false,"description":"Only return physical bundles with the given type."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":null,"script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/issuing/physical_bundles/{physical_bundle}","header_match":null,"description":"Retrieve a physical bundle","parameters":[{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"physical_bundle","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"issuing.physical_bundle","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/issuing/settlements/{settlement}","header_match":null,"description":"Retrieve a settlement","parameters":[{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"settlement","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"issuing.settlement","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/issuing/settlements/{settlement}","header_match":null,"description":"Update a settlement","parameters":[{"name":"settlement","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"issuing.settlement","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/issuing/tokens","header_match":null,"description":"List all issuing tokens for card","parameters":[{"name":"card","in":"query","type":"string","required":true,"description":"The Issuing card identifier to list tokens for."},{"name":"created","in":"query","type":"string","required":false,"description":"Only return Issuing tokens that were created during the given date interval."},{"name":"ending_before","in":"query","type":"string","required":false,"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."},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"limit","in":"query","type":"integer","required":false,"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10."},{"name":"starting_after","in":"query","type":"string","required":false,"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."},{"name":"status","in":"query","type":"string","required":false,"description":"Select Issuing tokens with the given status."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":null,"script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/issuing/tokens/{token}","header_match":null,"description":"Retrieve an issuing token","parameters":[{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"token","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"issuing.token","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/issuing/tokens/{token}","header_match":null,"description":"Update a token status","parameters":[{"name":"token","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":true,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"issuing.token","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/issuing/transactions","header_match":null,"description":"List all transactions","parameters":[{"name":"card","in":"query","type":"string","required":false,"description":"Only return transactions that belong to the given card."},{"name":"cardholder","in":"query","type":"string","required":false,"description":"Only return transactions that belong to the given cardholder."},{"name":"created","in":"query","type":"string","required":false,"description":"Only return transactions that were created during the given date interval."},{"name":"ending_before","in":"query","type":"string","required":false,"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."},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"limit","in":"query","type":"integer","required":false,"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10."},{"name":"starting_after","in":"query","type":"string","required":false,"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."},{"name":"type","in":"query","type":"string","required":false,"description":"Only return transactions that have the given type. One of `capture` or `refund`."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":null,"script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/issuing/transactions/{transaction}","header_match":null,"description":"Retrieve a transaction","parameters":[{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"transaction","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"issuing.transaction","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/issuing/transactions/{transaction}","header_match":null,"description":"Update a transaction","parameters":[{"name":"transaction","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"issuing.transaction","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/link_account_sessions","header_match":null,"description":"Create a Session","parameters":null,"request_body":{"required":true,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"financial_connections.session","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/link_account_sessions/{session}","header_match":null,"description":"Retrieve a Session","parameters":[{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"session","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"financial_connections.session","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/linked_accounts","header_match":null,"description":"List Accounts","parameters":[{"name":"account_holder","in":"query","type":"object","required":false,"description":"If present, only return accounts that belong to the specified account holder. `account_holder[customer]` and `account_holder[account]` are mutually exclusive."},{"name":"ending_before","in":"query","type":"string","required":false,"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."},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"limit","in":"query","type":"integer","required":false,"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10."},{"name":"session","in":"query","type":"string","required":false,"description":"If present, only return accounts that were collected as part of the given session."},{"name":"starting_after","in":"query","type":"string","required":false,"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."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":null,"script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/linked_accounts/{account}","header_match":null,"description":"Retrieve an Account","parameters":[{"name":"account","in":"path","type":"string","required":true,"description":null},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"financial_connections.account","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/linked_accounts/{account}/disconnect","header_match":null,"description":"Disconnect an Account","parameters":[{"name":"account","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"financial_connections.account","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/linked_accounts/{account}/owners","header_match":null,"description":"List Account Owners","parameters":[{"name":"account","in":"path","type":"string","required":true,"description":null},{"name":"ending_before","in":"query","type":"string","required":false,"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."},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"limit","in":"query","type":"integer","required":false,"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10."},{"name":"ownership","in":"query","type":"string","required":true,"description":"The ID of the ownership object to fetch owners from."},{"name":"starting_after","in":"query","type":"string","required":false,"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."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":null,"script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/linked_accounts/{account}/refresh","header_match":null,"description":"Refresh Account data","parameters":[{"name":"account","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":true,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"financial_connections.account","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/mandates/{mandate}","header_match":null,"description":"Retrieve a Mandate","parameters":[{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"mandate","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"mandate","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/payment_attempt_records","header_match":null,"description":"List Payment Attempt Records","parameters":[{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"limit","in":"query","type":"integer","required":false,"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10."},{"name":"payment_record","in":"query","type":"string","required":true,"description":"The ID of the Payment Record."},{"name":"starting_after","in":"query","type":"string","required":false,"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."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":null,"script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/payment_attempt_records/{id}","header_match":null,"description":"Retrieve a Payment Attempt Record","parameters":[{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"id","in":"path","type":"string","required":true,"description":"The ID of the Payment Attempt Record."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"payment_attempt_record","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/payment_intents","header_match":null,"description":"List all PaymentIntents","parameters":[{"name":"created","in":"query","type":"string","required":false,"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."},{"name":"customer","in":"query","type":"string","required":false,"description":"Only return PaymentIntents for the customer that this customer ID specifies."},{"name":"customer_account","in":"query","type":"string","required":false,"description":"Only return PaymentIntents for the account representing the customer that this ID specifies."},{"name":"ending_before","in":"query","type":"string","required":false,"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."},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"limit","in":"query","type":"integer","required":false,"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10."},{"name":"starting_after","in":"query","type":"string","required":false,"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."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":null,"script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/payment_intents","header_match":null,"description":"Create a PaymentIntent","parameters":null,"request_body":{"required":true,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"payment_intent","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/payment_intents/search","header_match":null,"description":"Search PaymentIntents","parameters":[{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"limit","in":"query","type":"integer","required":false,"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10."},{"name":"page","in":"query","type":"string","required":false,"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."},{"name":"query","in":"query","type":"string","required":true,"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)."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":null,"script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/payment_intents/{intent}","header_match":null,"description":"Retrieve a PaymentIntent","parameters":[{"name":"client_secret","in":"query","type":"string","required":false,"description":"The client secret of the PaymentIntent. We require it if you use a publishable key to retrieve the source."},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"intent","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"payment_intent","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/payment_intents/{intent}","header_match":null,"description":"Update a PaymentIntent","parameters":[{"name":"intent","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"payment_intent","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"GET","path":"/v1/payment_intents/{intent}/amount_details_line_items","header_match":null,"description":"List all PaymentIntent LineItems","parameters":[{"name":"ending_before","in":"query","type":"string","required":false,"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."},{"name":"expand","in":"query","type":"array","required":false,"description":"Specifies which fields in the response should be expanded."},{"name":"intent","in":"path","type":"string","required":true,"description":null},{"name":"limit","in":"query","type":"integer","required":false,"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10."},{"name":"starting_after","in":"query","type":"string","required":false,"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."}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":null,"script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/payment_intents/{intent}/apply_customer_balance","header_match":null,"description":"Reconcile a customer_balance PaymentIntent","parameters":[{"name":"intent","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"payment_intent","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/payment_intents/{intent}/cancel","header_match":null,"description":"Cancel a PaymentIntent","parameters":[{"name":"intent","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"payment_intent","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/payment_intents/{intent}/capture","header_match":null,"description":"Capture a PaymentIntent","parameters":[{"name":"intent","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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}","schema":"payment_intent","script":null,"headers":null,"side_effects":null}},"scenarios":null,"stream":null},{"kind":"http","method":"POST","path":"/v1/payment_intents/{intent}/confirm","header_match":null,"description":"Confirm a PaymentIntent","parameters":[{"name":"intent","in":"path","type":"string","required":true,"description":null}],"request_body":{"required":false,"schema":null,"content_type":"application/x-www-form-urlencoded"},"responses":{"200":{"condition":null,"content_type":"application/json","body":"{\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\"