921 - DNA Core API - Include Rejected Transactions

Category Core Specific

Description Select true to retrieve rejected transactions when getting account transaction history.

Purpose Controls whether transaction history returned from CoreAPI includes:

  • transactions that were rejected, and
  • their corresponding reversal entries

Behavior

  • When set to true:
    • rejected transactions are included in history
    • the option to retrieve reversals is automatically set to true
    • both sides of each rejected transaction will be returned
  • When set to false:
    • rejected transactions are omitted
    • only successfully posted transactions are included (standard behavior)

Valid Values

  • True – Include rejected transactions and associated reversals
  • False – Do not include rejected transactions

Default Value T

Notes/Dependencies

  • Applies to CoreAPI transaction history retrieval
  • Enables visibility into:
    • failed postings
    • reversal activity
    • exception conditions
  • May increase the number of transactions returned in history queries