improved

Flow Release Notes | 3.8.8

Feature Name : Remaining Representation Attempts Count for Presentations
Deployment Date: April 13th, 2026

We have enhanced the remaining_representation_attempts logic in Presentation Status API and callbacks to make it more accurate and aligned with NPCI rules.

  • Representation attempts are now dynamic and error-code driven
  • Only eligible failures will allow retries
  • Maximum allowed = 2 retries (1 initial + 2 attempts)

Key Changes:

  • For non-eligible error codes: remaining_representation_attempts = 0
    • No further presentations allowed
    • PDN marked as Completed
  • For eligible error codes: remaining_representation_attempts decreases with each retry
    • Up to 2 retries allowed
    • For instant presentations: remaining_representation_attempts = 0
    • No retries allowed when remaining_representation_attempts= 0
  • Same logic is applied across:
    • Presentation Status API
    • Presentation callback payloads

Impact:

  • Eliminates unnecessary re-presentation attempts.
  • Improves accuracy of retry eligibility.
  • Helps merchants take correct actions based on failure reason.