Marqeta Bundles API

// Conditional snippet for beta or internal content include::../../maturity-admonition-banner.adoc[] The bundles feature on Marqeta's credit platform enables you to create and manage bundles by choosing the specific policies that make up a bundle. A bundle must contain one document policy, credit product policy, fee policy, APR policy, and an optional reward policy. The configurations of each policy in a bundle determine the characteristics and attributes of the bundle's associated credit accounts, reward programs, disclosures, and more. For more on how to configure a policy, see >. [IMPORTANT] ==== To create and manage bundles, you must use the link:https://app.marqeta.com/[Marqeta Dashboard, window="_blank"]. For more on bundles in the dashboard, see >.   + The following endpoints are displayed for reference purposes only. ====

OpenAPI Specification

marqeta-bundles-api-openapi.yml Raw ↑
openapi: 3.0.3
info:
  contact:
    email: support@marqeta.com
    name: Marqeta
  description: Marqeta's Core API endpoints, conveniently annotated to enable code generation (including SDKs), test cases, and documentation. Currently in beta.
  termsOfService: https://www.marqeta.com/api-terms
  title: Core accepted countries Bundles API
  version: 3.0.39
servers:
- url: /v3
security:
- mqAppAndAccessToken: []
tags:
- description: '// Conditional snippet for beta or internal content

    include::../../maturity-admonition-banner.adoc[]


    The bundles feature on Marqeta''s credit platform enables you to create and manage bundles by choosing the specific policies that make up a bundle.

    A bundle must contain one document policy, credit product policy, fee policy, APR policy, and an optional reward policy.

    The configurations of each policy in a bundle determine the characteristics and attributes of the bundle''s associated credit accounts, reward programs, disclosures, and more.

    For more on how to configure a policy, see <</core-api/credit-policies, Policies>>.


    [IMPORTANT]

    ====

    To create and manage bundles, you must use the link:https://app.marqeta.com/[Marqeta Dashboard, window="_blank"].

    For more on bundles in the dashboard, see <</developer-guides/credit-programs-dashboard, Managing Credit Programs in the Marqeta Dashboard>>.


    &#160; +


    The following endpoints are displayed for reference purposes only.

    ===='
  name: Bundles
paths:
  /bundles:
    get:
      description: 'Retrieve an array of bundles.


        This endpoint supports <</core-api/sorting-and-pagination, sorting and pagination>>.'
      operationId: listBundles
      parameters:
      - description: Number of bundles resources to retrieve.
        explode: true
        in: query
        name: count
        required: false
        schema:
          default: 5
          maximum: 100
          minimum: 1
          type: integer
        style: form
      - description: Sort order index of the first resource in the returned array.
        explode: true
        in: query
        name: start_index
        required: false
        schema:
          default: 0
          minimum: 0
          type: integer
        style: form
      - description: 'Field on which to sort.

          Prefix the field name with a hyphen (`-`) to sort in descending order.

          Omit the hyphen to sort in ascending order.


          *NOTE:*

          You must sort using system field names such as `lastModifiedTime`, not by the field names appearing in response bodies: for example, `last_modified_time`.'
        explode: true
        in: query
        name: sort_by
        required: false
        schema:
          default: -lastModifiedTime
          enum:
          - lastModifiedTime
          - -lastModifiedTime
          type: string
        style: form
      - description: An array of statuses by which to filter bundles.
        explode: true
        in: query
        name: status
        required: false
        schema:
          items:
            $ref: '#/components/schemas/BundleResourceStatus'
          type: array
        style: form
      responses:
        '200':
          content:
            application/json:
              example:
                count: 2
                data:
                - apr_policy_detail:
                    created_time: 2024-04-01 23:41:58.802000+00:00
                    description: A gold APR policy
                    effective_date: 2024-05-01
                    name: Gold APR Policy
                    purchases:
                      external_token: my_external_purchase_token1234
                      name: A purchase at a merchant
                      tiers:
                      - apr: 0
                        margin_rate: 1
                      - apr: 0
                        margin_rate: 5
                    token: my_apr_policy_token_1234
                    updated_time: 2024-04-05 16:04:48.643000+00:00
                  apr_policy_token: my_apr_policy_token_1234
                  created_time: 2024-04-01 23:41:58.802000+00:00
                  credit_product_policy_detail:
                    card_products:
                    - level: TRADITIONAL
                      network: VISA
                      token: my_card_product_token1234
                    classification: CONSUMER
                    created_time: 2024-04-01 23:41:58.802000+00:00
                    credit_line:
                      max: 3500
                      min: 50
                    currency_code: USD
                    description: A gold credit product policy
                    interest_calculation:
                      application_of_credits:
                        cycle_type: END_REVOLVING
                        day: 15
                      day_count: ACTUAL
                      exclude_tran_types:
                      - ANNUAL_FEE
                      - LATE_PAYMENT_FEE
                      - CASH_BACK_STATEMENT_CREDIT
                      grace_days_application: NEXT_CYCLE_DATE
                      interest_application:
                      - PRINCIPAL
                      - FEES
                      interest_on_grace_reactivation: ACCRUE_PAYMENT_DATE
                      method: AVG_DAILY_BALANCE_WITH_NEW_TRANSACTIONS
                      minimum_interest: 1
                    name: Gold Credit Product Policy
                    payments:
                      allocation_order:
                      - INTEREST
                      - FEES
                      - PRINCIPAL
                      billing_cycle_day: 1
                      due_day: 31
                      min_payment_calculation:
                        include_overlimit_amount: true
                        include_past_due_amount: false
                        min_payment_flat_amount: 20
                        min_payment_percentage:
                          include_fees_charged:
                          - LATE_PAYMENT_FEE
                          include_interest_charged: false
                          percentage_of_balance: 1
                    product_sub_type: CREDIT_CARD
                    product_type: REVOLVING
                    token: my_credit_product_policy_token_1234
                    updated_time: 2024-04-05 16:04:48.643000+00:00
                    usage:
                    - PURCHASE
                  credit_product_policy_token: my_credit_product_policy_token_1234
                  description: A gold credit bundle
                  document_policy_detail:
                    account_statement:
                      template_token: an_account_statement_template_token1234
                      template_urls:
                        html: https://url.com/an_account_statement_template_token1234.html
                    benefits_disclosure:
                      asset_token: a_benefits_disclosure_asset_token1234
                      asset_urls:
                        html: https://url.com/a_benefits_disclosure_asset_token1234.html
                        pdf: https://url.com/a_benefits_disclosure_asset_token1234.pdf
                        png: https://url.com/a_benefits_disclosure_asset_token1234.png
                    card_member_agreement:
                      asset_token: a_card_member_agreement_asset_token1234
                      asset_urls:
                        html: https://url.com/a_card_member_agreement_asset_token1234.html
                        pdf: https://url.com/a_card_member_agreement_asset_token1234.pdf
                        png: https://url.com/a_card_member_agreement_asset_token1234.png
                    created_time: 2025-04-01 23:41:58.802000+00:00
                    e_disclosure:
                      asset_token: a_e_disclosure_asset_token1234
                      asset_urls:
                        html: https://url.com/a_e_disclosure_asset_token1234.html
                        pdf: https://url.com/a_e_disclosure_asset_token1234.pdf
                        png: https://url.com/a_e_disclosure_asset_token1234.png
                    name: My Document Policy
                    notice_of_adverse_action:
                      template_token: a_notice_of_adverse_action_template_token1234
                      template_urls:
                        html: https://url.com/a_notice_of_adverse_action_template_token1234.html
                    privacy_policy:
                      asset_token: a_privacy_policy_asset_token1234
                      asset_urls:
                        html: https://url.com/a_privacy_policy_asset_token1234.html
                        pdf: https://url.com/a_privacy_policy_asset_token1234.pdf
                        png: https://url.com/a_privacy_policy_asset_token1234.png
                    rewards_disclosure:
                      asset_token: a_rewards_disclosure_asset_token1234
                      asset_urls:
                        html: https://url.com/a_rewards_disclosure_asset_token1234.html
                        pdf: https://url.com/a_rewards_disclosure_asset_token1234.pdf
                        png: https://url.com/a_rewards_disclosure_asset_token1234.png
                      template_token: a_rewards_disclosure_template_token1234
                      template_urls:
                        html: https://url.com/a_rewards_disclosure_template_token1234.html
                    summary_of_credit_terms:
                      asset_token: a_summary_of_credit_terms_asset_token1234
                      asset_urls:
                        html: https://url.com/a_summary_of_credit_terms_asset_token1234.html
                        pdf: https://url.com/a_summary_of_credit_terms_asset_token1234.pdf
                        png: https://url.com/a_summary_of_credit_terms_asset_token1234.png
                      template_token: a_summary_of_credit_terms_template_token1234
                      template_urls:
                        html: https://url.com/a_summary_of_credit_terms_template_token1234.html
                    terms_schedule:
                      template_token: a_terms_schedule_template_token1234
                      template_urls:
                        html: https://url.com/a_terms_schedule_template_token1234.html
                    token: my_document_policy_token_1234
                    updated_time: 2025-04-05 16:04:48.643000+00:00
                  document_policy_token: my_document_policy_token_1234
                  fee_policy_detail:
                    account:
                      foreign_transaction_fee:
                        default_method: PERCENTAGE
                        default_value: 12.5
                      late_payment:
                        default_method: FLAT
                        default_value: 10
                      returned_payment:
                        default_method: FLAT
                        default_value: 10
                    created_time: 2024-04-01 23:41:58.802000+00:00
                    description: A gold fee policy
                    name: Gold Fee Policy
                    token: my_fee_policy_token_1234
                    updated_time: 2024-04-05 16:04:48.643000+00:00
                  fee_policy_token: my_fee_policy_token_1234
                  name: Gold Credit Bundle
                  offer_policy_detail:
                    created_time: 2024-04-01 23:41:58.802000+00:00
                    description: A gold offer policy
                    name: Gold Offer Policy
                    token: my_offer_policy_token_1234
                    updated_time: 2024-04-05 16:04:48.643000+00:00
                  offer_policy_token: my_offer_policy_token_1234
                  parent_token: my_parent_token_1234
                  reward_policy_detail:
                    accrual_strategy: DEFAULT
                    conversions:
                    - conversion_increment: 10
                      conversion_rate: 0.001
                      currency: USD
                      type: STATEMENT_CREDIT
                    created_time: 2025-04-01 23:41:58.802000+00:00
                    description: A gold reward policy
                    exclusions:
                      custom_exclusions:
                      - 2000-2999
                      - '4321'
                      use_default_exclusions: false
                    name: Gold Reward Policy
                    redemption_strategy: MANUAL
                    rounding_strategy: ROUND_HALF_EVEN
                    rules:
                    - amount: null
                      attributes:
                        mcc:
                        - 0001-1499
                        - '1500'
                      calculation_type: PER_TRANSACTION
                      description: Earn 3x on selected categories.
                      multiplier: 3
                      type: MULTIPLIER_PER_TRANSACTION
                    settlement_strategy: STATEMENT
                    token: my_reward_policy_token_1234
                    updated_time: 2025-04-05 16:04:48.643000+00:00
                  reward_policy_token: my_reward_policy_token_1234
                  status: DRAFT
                  token: my_bundle_token_1234
                  updated_time: 2024-04-05 16:04:48.643000+00:00
                - apr_policy_detail:
                    created_time: 2024-04-01 23:41:58.802000+00:00
                    description: A silver APR policy
                    effective_date: 2024-06-01
                    name: Silver APR Policy
                    purchases:
                      external_token: my_external_purchase_token4321
                      name: A purchase at a merchant
                      tiers:
                      - apr: 0
                        margin_rate: 3
                      - apr: 0
                        margin_rate: 6
                    token: my_apr_policy_token_4321
                    updated_time: 2024-04-05 16:04:48.643000+00:00
                  apr_policy_token: my_apr_policy_token_4321
                  created_time: 2024-04-01 23:41:58.802000+00:00
                  credit_product_policy_detail:
                    card_products:
                    - level: TRADITIONAL
                      network: VISA
                      token: my_card_product_token4321
                    classification: CONSUMER
                    created_time: 2024-04-01 23:41:58.802000+00:00
                    credit_line:
                      max: 3100
                      min: 50
                    currency_code: USD
                    description: A silver credit product policy
                    interest_calculation:
                      application_of_credits:
                        cycle_type: END_REVOLVING
                        day: 15
                      day_count: ACTUAL
                      exclude_tran_types:
                      - ANNUAL_FEE
                      - LATE_PAYMENT_FEE
                      - CASH_BACK_STATEMENT_CREDIT
                      grace_days_application: NEXT_CYCLE_DATE
                      interest_application:
                      - PRINCIPAL
                      - FEES
                      interest_on_grace_reactivation: ACCRUE_PAYMENT_DATE
                      method: AVG_DAILY_BALANCE_WITH_NEW_TRANSACTIONS
                      minimum_interest: 1
                    name: Silver Credit Product Policy
                    payments:
                      allocation_order:
                      - INTEREST
                      - FEES
                      - PRINCIPAL
                      billing_cycle_day: 1
                      due_day: 31
                      min_payment_calculation:
                        include_overlimit_amount: true
                        include_past_due_amount: false
                        min_payment_flat_amount: 20
                        min_payment_percentage:
                          include_fees_charged:
                          - LATE_PAYMENT_FEE
                          include_interest_charged: false
                          percentage_of_balance: 1
                    product_sub_type: CREDIT_CARD
                    product_type: REVOLVING
                    token: my_credit_product_policy_token_4321
                    updated_time: 2024-04-05 16:04:48.643000+00:00
                    usage:
                    - PURCHASE
                  credit_product_policy_token: my_credit_product_policy_token_4321
                  description: A silver credit bundle
                  document_policy_detail:
                    account_statement:
                      template_token: an_account_statement_template_token4321
                      template_urls:
                        html: https://url.com/an_account_statement_template_token4321.html
                    benefits_disclosure:
                      asset_token: a_benefits_disclosure_asset_token4321
                      asset_urls:
                        html: https://url.com/a_benefits_disclosure_asset_token4321.html
                        pdf: https://url.com/a_benefits_disclosure_asset_token4321.pdf
                        png: https://url.com/a_benefits_disclosure_asset_token4321.png
                    card_member_agreement:
                      asset_token: a_card_member_agreement_asset_token4321
                      asset_urls:
                        html: https://url.com/a_card_member_agreement_asset_token4321.html
                        pdf: https://url.com/a_card_member_agreement_asset_token4321.pdf
                        png: https://url.com/a_card_member_agreement_asset_token4321.png
                    created_time: 2025-04-01 23:41:58.802000+00:00
                    e_disclosure:
                      asset_token: a_e_disclosure_asset_token4321
                      asset_urls:
                        html: https://url.com/a_e_disclosure_asset_token4321.html
                        pdf: https://url.com/a_e_disclosure_asset_token4321.pdf
                        png: https://url.com/a_e_disclosure_asset_token4321.png
                    name: My Document Policy
                    notice_of_adverse_action:
                      template_token: a_notice_of_adverse_action_template_token4321
                      template_urls:
                        html: https://url.com/a_notice_of_adverse_action_template_token4321.html
                    privacy_policy:
                      asset_token: a_privacy_policy_asset_token4321
                      asset_urls:
                        html: https://url.com/a_privacy_policy_asset_token4321.html
                        pdf: https://url.com/a_privacy_policy_asset_token4321.pdf
                        png: https://url.com/a_privacy_policy_asset_token4321.png
                    rewards_disclosure:
                      asset_token: a_rewards_disclosure_asset_token4321
                      asset_urls:
                        html: https://url.com/a_rewards_disclosure_asset_token4321.html
                        pdf: https://url.com/a_rewards_disclosure_asset_token4321.pdf
                        png: https://url.com/a_rewards_disclosure_asset_token4321.png
                      template_token: a_rewards_disclosure_template_token4321
                      template_urls:
                        html: https://url.com/a_rewards_disclosure_template_token4321.html
                    summary_of_credit_terms:
                      asset_token: a_summary_of_credit_terms_asset_token4321
                      asset_urls:
                        html: https://url.com/a_summary_of_credit_terms_asset_token4321.html
                        pdf: https://url.com/a_summary_of_credit_terms_asset_token4321.pdf
                        png: https://url.com/a_summary_of_credit_terms_asset_token4321.png
                      template_token: a_summary_of_credit_terms_template_token4321
                      template_urls:
                        html: https://url.com/a_summary_of_credit_terms_template_token4321.html
                    terms_schedule:
                      template_token: a_terms_schedule_template_token4321
                      template_urls:
                        html: https://url.com/a_terms_schedule_template_token4321.html
                    token: my_document_policy_token_4321
                    updated_time: 2025-04-05 16:04:48.643000+00:00
                  document_policy_token: my_document_policy_token_4321
                  fee_policy_detail:
                    account:
                      foreign_transaction_fee:
                        default_method: PERCENTAGE
                        default_value: 12.5
                      late_payment:
                        default_method: FLAT
                        default_value: 10
                      returned_payment:
                        default_method: FLAT
                        default_value: 10
                    created_time: 2025-04-01 23:41:58.802000+00:00
                    description: A silver fee policy
                    name: Silver Fee Policy
                    token: my_fee_policy_token_4321
                    updated_time: 2025-04-05 16:04:48.643000+00:00
                  fee_policy_token: my_fee_policy_token_4321
                  name: Silver Credit Bundle
                  offer_policy_detail:
                    created_time: 2024-04-01 23:41:58.802000+00:00
                    description: A silver offer policy
                    name: Silver Offer Policy
                    token: my_offer_policy_token_4321
                    updated_time: 2024-04-05 16:04:48.643000+00:00
                  offer_policy_token: my_offer_policy_token_4321
                  parent_token: my_parent_token_4321
                  reward_policy_detail:
                    accrual_strategy: DEFAULT
                    conversions:
                    - conversion_increment: 10
                      conversion_rate: 0.001
                      currency: USD
                      type: STATEMENT_CREDIT
                    created_time: 2025-04-01 23:41:58.802000+00:00
                    description: A gold reward policy
                    exclusions:
                      custom_exclusions:
                      - 2000-2999
                      - '4321'
                      use_default_exclusions: false
                    name: Gold Reward Policy
                    redemption_strategy: MANUAL
                    rounding_strategy: ROUND_HALF_EVEN
                    rules:
                    - amount: null
                      attributes:
                        mcc:
                        - 0001-1499
                        - '1500'
                      calculation_type: PER_TRANSACTION
                      description: Earn 3x on selected categories.
                      multiplier: 3
                      type: MULTIPLIER_PER_TRANSACTION
                    settlement_strategy: STATEMENT
                    token: my_reward_policy_token_4321
                    updated_time: 2025-04-05 16:04:48.643000+00:00
                  reward_policy_token: my_reward_policy_token_4321
                  status: DRAFT
                  token: my_bundle_token_4321
                  updated_time: 2024-04-05 16:04:48.643000+00:00
                end_index: 2
                is_more: true
                start_index: 0
              schema:
                $ref: '#/components/schemas/BundleResponsePage'
          description: Expected response to a valid request.
        default:
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
          description: Unexpected error
      security:
      - zionToken: []
      summary: List bundles
      tags:
      - Bundles
    post:
      description: Create a bundle.
      operationId: createBundle
      parameters: []
      requestBody:
        content:
          application/json:
            example:
              apr_policy_token: my_apr_policy_token_1234
              credit_product_policy_token: my_credit_product_policy_token_1234
              description: A gold credit bundle policy
              document_policy_token: my_document_policy_token_1234
              fee_policy_token: my_fee_policy_token_1234
              name: Gold Credit Bundle
              offer_policy_token: my_offer_policy_token_1234
              reward_policy_token: my_reward_policy_token_1234
              status: DRAFT
              token: my_bundle_token_1234
            schema:
              $ref: '#/components/schemas/BundleCreateReq'
        required: true
      responses:
        '201':
          content:
            application/json:
              example:
                apr_policy_detail:
                  created_time: 2025-04-01 23:41:58.802000+00:00
                  description: A gold APR policy
                  effective_date: 2025-05-01
                  name: Gold APR Policy
                  purchases:
                    external_token: my_external_purchase_token1234
                    name: A purchase at a merchant
                    tiers:
                    - apr: 0
                      margin_rate: 1
                    - apr: 0
                      margin_rate: 5
                  token: my_apr_policy_token_1234
                  updated_time: 2025-04-05 16:04:48.643000+00:00
                apr_policy_token: my_apr_policy_token_1234
                created_time: 2025-04-01 23:41:58.802000+00:00
                credit_product_policy_detail:
                  card_products:
                  - level: TRADITIONAL
                    network: VISA
                    token: my_card_product_token1234
                  classification: CONSUMER
                  created_time: 2025-04-01 23:41:58.802000+00:00
                  credit_line:
                    max: 3500
                    min: 50
                  currency_code: USD
                  description: A gold credit product policy
                  interest_calculation:
                    application_of_credits:
                      cycle_type: END_REVOLVING
                      day: 15
                    day_count: ACTUAL
                    exclude_tran_types:
                    - ANNUAL_FEE
                    - LATE_PAYMENT_FEE
                    - CASH_BACK_STATEMENT_CREDIT
                    grace_days_application: NEXT_CYCLE_DATE
                    interest_application:
                    - PRINCIPAL
                    - FEES
                    interest_on_grace_reactivation: ACCRUE_PAYMENT_DATE
                    method: AVG_DAILY_BALANCE_WITH_NEW_TRANSACTIONS
                    minimum_interest: 1
                  name: Gold Credit Product Policy
                  payments:
                    allocation_order:
                    - INTEREST
                    - FEES
                    - PRINCIPAL
                    billing_cycle_day: 1
                    due_day: 31
                    min_payment_calculation:
                      include_overlimit_amount: true
                      include_past_due_amount: false
                      min_payment_flat_amount: 20
                      min_payment_percentage:
                        include_fees_charged:
                        - LATE_PAYMENT_FEE
                        include_interest_charged: false
                        percentage_of_balance: 1
                  product_sub_type: CREDIT_CARD
                  product_type: REVOLVING
                  token: my_credit_product_policy_token_1234
                  updated_time: 2025-04-05 16:04:48.643000+00:00
                  usage:
                  - PURCHASE
                credit_product_policy_token: my_credit_product_policy_token_1234
                description: A gold credit bundle policy
                document_policy_detail:
                  account_statement:
                    template_token: an_account_statement_template_token1234
                    template_urls:
                      html: https://url.com/an_account_statement_template_token1234.html
                  benefits_disclosure:
                    asset_token: a_benefits_disclosure_asset_token1234
                    asset_urls:
                      html: https://url.com/a_benefits_disclosure_asset_token1234.html
                      pdf: https://url.com/a_benefits_disclosure_asset_token1234.pdf
                      png: https://url.com/a_benefits_disclosure_asset_token1234.png
                  card_member_agreement:
                    asset_token: a_card_member_agreement_asset_token1234
                    asset_urls:
                      html: https://url.com/a_card_member_agreement_asset_token1234.html
                      pdf: https://url.com/a_card_member_agreement_asset_token1234.pdf
                      png: https://url.com/a_card_member_agreement_asset_token1234.png
                  created_time: 2025-04-01 23:41:58.802000+00:00
                  e_disclosure:
                    asset_token: a_e_disclosure_asset_token1234
                    asset_urls:
                      html: https://url.com/a_e_disclosure_asset_token1234.html
                      pdf: https://url.com/a_e_disclosure_asset_token1234.pdf
                      png: https://url.com/a_e_disclosure_asset_token1234.png
                  name: My Document Policy
                  notice_of_adverse_action:
                    template_token: a_notice_of_adverse_action_template_token1234
                    template_urls:
                      html: https://url.com/a_notice_of_adverse_action_template_token1234.html
                  privacy_policy:
                    asset_token: a_privacy_policy_asset_token1234
                    asset_urls:
                      html: https://url.com/a_privacy_policy_asset_token1234.html
                      pdf: https://url.com/a_privacy_policy_asset_token1234.pdf
                      png: https://url.com/a_privacy_policy_asset_token1234.png
                  rewards_disclosure:
                    asset_token: a_rewards_disclosure_asset_token1234
                    asset_urls:
                      html: https://url.com/a_rewards_disclosure_asset_token1234.html
                      pdf: https://url.com/a_rewards_disclosure_asset_token1234.pdf
                      png: https://url.com/a_rewards_disclosure_asset_token1234.png
                    template_token: a_rewards_disclosure_template_token1234
                    template_urls:
                      html: https://url.com/a_rewards_disclosure_template_token1234.html
                  summary_of_credit_terms:
                    asset_token: a_summary_of_credit_terms_asset_token1234
                    asset_urls:
                      html: https://url.com/a_summary_of_credit_terms_asset_token1234.html
                      pdf: https://url.com/a_summary_of_credit_terms_asset_token1234.pdf
                      png: https://url.com/a_summary_of_credit_terms_asset_token1234.png
                    template_token: a_summary_of_credit_terms_template_token1234
                    template_urls:
                      html: https://asset-bucket.s3.amazonaws.com/short_code/a_summary_of_credit_terms_template_token1234/a_summary_of_credit_terms_template_token1234.html
                  terms_schedule:
                    template_token: a_terms_schedule_template_token1234
                    template_urls:
                      html: https://url.com/a_terms_schedule_template_token1234.html
                  token: my_document_policy_token_1234
                  updated_time: 2025-04-05 16:04:48.643000+00:00
                document_policy_token: my_document_policy_token_1234
                fee_policy_detail:
                  account:
                    foreign_transaction_fee:
                      default_method: PERCENTAGE
                      default_value: 12.5
                    late_payment:
                      default_method: FLAT
                      default_value: 10
                    returned_payment:
                      default_method: FLAT
                      default_value: 10
                  created_time: 2025-04-01 23:41:58.802000+00:00
                  description: A gold fee policy
                  name: Gold Fee Policy
                  token: my_fee_policy_token_1234
                  updated_time: 2025-04-05 16:04:48.643000+00:00
                fee_policy_token: my_fee_policy_token_1234
                name: Gold Credit Bundle
                offer_policy_detail:
                  created_time: 2025-04-01 23:41:58.802000+00:00
                  descr

# --- truncated at 32 KB (117 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/marqeta/refs/heads/main/openapi/marqeta-bundles-api-openapi.yml