Skip to main content

Module processing_code

Module processing_code 

Source
Available on crate feature std only.
Expand description

ISO 8583 Processing Codes

Processing codes indicate the type of transaction and account types involved. Format: TTFFTT where:

  • TT (positions 1-2): Transaction type
  • FF (positions 3-4): From account type
  • TT (positions 5-6): To account type

Structs§

ProcessingCode
Processing Code (6 digits)

Enums§

AccountType
Account Type (positions 3-4 and 5-6)
TransactionType
Transaction Type (first 2 digits)