Increase.RealTimeDecisions.RealTimeDecision.CardBalanceInquiry.NetworkIdentifiers (Increase v1.0.0)

Copy Markdown View Source

Network-specific identifiers for a specific request or transaction.

Fields

  • authorization_identification_response - The randomly generated 6-character Authorization Identification Response code sent back to the acquirer in an approved response.
  • retrieval_reference_number - A life-cycle identifier used across e.g., an authorization and a reversal. Expected to be unique per acquirer within a window of time. For some card networks the retrieval reference number includes the trace counter.
  • trace_number - A counter used to verify an individual authorization. Expected to be unique per acquirer within a window of time.
  • transaction_id - A globally unique transaction identifier provided by the card network, used across multiple life-cycle requests.

Summary

Types

t()

@type t() ::
  %Increase.RealTimeDecisions.RealTimeDecision.CardBalanceInquiry.NetworkIdentifiers{
    authorization_identification_response: String.t() | nil,
    retrieval_reference_number: String.t() | nil,
    trace_number: String.t() | nil,
    transaction_id: String.t() | nil
  }