Scroll untuk baca artikel
Knowledge

ISO 8583

326
×

ISO 8583

Sebarkan artikel ini
tutorial
tutorial

In general, ISO 8583 consists of 3 parts:
1. MTI (Message Type Identifier)
2. Bitmaps
3. Data Elements

We will discuss a little bit. Numbers 1 and 2, which are easy to learn. I am sure you will quickly understand. for number 3 this is a bit difficult.

Because the use of Data Elements can be different from business process or flow or destination, ISO 8583 is different. I’ll explain this section number 3 in general only. To deeper, depending on the case you are facing

1. MTI
For MTI, there are 4 bits. It’s easy. Look at this table
0xxx -> version of ISO 8583 (1987 version)
x1xx -> class of the Message (Authorization Message)
xx1x -> function of the Message (Request Response)
xxx0 -> who began the communication (Acquirer)
The above explanation I took from the wiki. We start from the first bit yes.
So the first bit of MTI is signifying the ISO 8583 version. The value used is

Position Meaning
0xxx ISO 8583-1:1987 version
1xxx ISO 8583-2:1993 version
2xxx ISO 8583-1:2003 version
9xxx Private usage

While the second bit of the MTI is to determine the destination message (Message Function) of ISO 8583 itself

Position Meaning Usage
x1xx Authorization Message Determine if funds are available, get an approval but do not post to account for reconciliation, Dual Message System (DMS), awaits file exchange for posting to account
x2xx Financial Message Determine if funds are available, get an approval and post directly to the account, Single Message System (SMS), no file exchange after this
x3xx File Actions Message Used for hot-card, TMS and other exchanges
x4xx Reversal Message Reverses the action of a previous authorization
x5xx Reconciliation Message Transmits settlement information
x6xx Administrative Message Transmits administrative advice. Often used for failure messages (e.g. message reject or failure to apply)
x7xx Fee Collection Message
x8xx Network Management Message Used for secure key exchange, logon, echo test and other network functions
x9xx Reserved by ISO

of the nine, not all you normally use, most used 1, 2 and 4. 1 can make requests / inquiries. For example, check balances. 2 create a financial transaction, for example pay for PLN, transfer, pay phone bill, etc. 4 make reversal, if for example a transaction fails (eg connection loss that causes time out), then all the transactions will be on rollback (direverse).

Why? Can you pay the electricity bill, the status has been paid off, but when will cut the process of saving, connection loss. so do not kepotong money, then free pay electricity.

That’s why reversal is important too. 8 create network management, echo test. The connection nature of the server to this provider is state full, so the connection is established without breaking, within the specified timeframe it will always send a signal with MTI 0800, and 0810 as the yes-responsen. The 3rd and 4th bits are described below.

Well now enter the 3rd bit of MTI. The 3rd bit is Message Function, just look at the table below

Position Meaning
xx0x Request
xx1x Request Response
xx2x Advice
xx3x Advice Response
xx4x Notification
xx8x Response acknowledgment
xx9x Negative acknowledgment

Be patient enough yes. Maybe still dizzy, later finished finished I discuss the new 4th bit you will understand. This 3rd bit marks the ISO 8583 function itself.

klo value 0, then he request, klo 1 then he response. Again, usually the often used is 0 and 1, depending on the case yes. In this case my experience aja. which I see bit 3 if not 0 yes 1 aja. The last bit of MTI is Message Originil, indicating where the ISO Message is.

Position Meaning
xxx0 Acquirer
xxx1 Acquirer Repeat
xxx2 Issuer
xxx3 Issuer Repeat
xxx4 Other
xxx5 Other Repeat

Again in my experience I usually see just 0 aja. but you must understand all the first. Because your case is different from me. For more details, let’s look at the following simple examples

MTI Meaning Usage
0100 Authorization request Request from a point-of-sale terminal for authorization for a cardholder purchase
0110 Issuer Response Issuer response to a point-of-sale terminal for authorization for a cardholder purchase
0200 Acquirer Financial Request Request for funds, typically from an ATM or pinned point-of-sale device
0210 Issuer Response to Financial Request Issuer response to request for funds
0800 Network Management Request Echo test, logon, log off etc.
0810 Network Management Response Echo test, logon, log off etc.

2. Bitmaps
This part I like best. Why? The problem is short, concise, solid, clear, and easy to understand.
This bit map can be 3 macems, 64, 128, or 192 (the last is very rarely used). The most often it is usually 64, or ga 128. I own 64 ones. I am a 64 example.

if you understand, the same way and the way you read it.
Ok, for example I have a bit map like this (again take example from the wiki): 4210001102C04804
then it means the bits I’m playing are 2, 7, 12, 28, 32, 39, 41, 42, 50, 53, 62. How come? I’m not the origin of guessing. There is a count.

Let’s see together. Look again bit2 earlier, and breaks into small pieces, each consisting of 2 bits.

BYTE1: 01000010 = 42x (42 hexes yes, from left: bit 2 and 7)
BYTE2: 00010000 = 10x
BYTE3: 00000000 = 00x
BYTE4: 00010001 = 11x
BYTE5: 00000010 = 02x
BYTE6: 11000000 = C0x
BYTE7: 01001000 = 48x
BYTE8: 00000100 = 04x

Look at the table above? do you understand? still belom? Okay, look.
BYTE 1: 01000010.
if I count from the left, this number 1 is in the 2nd and 7th digit. Then bit 2 ama 7 I turn to mean. Then BYTE2: 00010000 means bit 12 flame. Calculate not from 1 again, continue that earlier. So if you describe the bit2, dapetnya like this:

0________10________20________30________40________50________60__64 1234567890123456789012345678901234567890123456789012345678901234  n-th bit 0100001000010000000000000001000100000010110000000100100000000100  bit map

The last way is more palatable. bitmaps is easiest right?

3. Data elements
Ok. This is the most complicated part. before getting into the core, you must first understand that data elements carry information from the transaction itself.

The length of its bits can be different, user specified. Depending on the deal you use. Each data element has a default format whose content is defined with different lengths and types.
To understand data elements, first understand this table:

Abbreviation Meaning
a Alpha, including blanks
n Numeric values only
s Special characters only
an Alphanumeric
as Alpha & special characters only
ns Numeric and special characters only
ans Alphabetic, numeric and special characters.
b Binary data
z Tracks 2 and 3 code set as defined in ISO/IEC 7813 and ISO/IEC 4909 respectively
. or .. or … variable field length indicator, each . indicating a digit.
x or xx or xxx fixed length of field or maximum length in the case of variable length fields.

While if the length, can be like this:

Type Meaning
Fixed no field length used
LLVAR or (..xx) Where LL < 100, means two leading digits LL specify the field length of field VAR
LLLVAR or (…xxx) Where LLL < 1000, means three leading digits LLL specify the field length of field VAR

Ok, now for example:

Field Definition Meaning
n6 Fixed length field of six digits
n.6 LVAR numeric field of up to 6 digits in length
a..11 LLVAR alphanumeric field of up to 11 characters in length
b…999 LLLVAR binary field of up to 999 bytes in length

Well, then the content of the data element itself please see yourself on the wiki. if the post here stands. Because it buanyak really.
The most important of ISO is:

– data elements 1 contains bitmaps
– bit 3 berisi processing code
– bit 4 berisi amount transaction
– bit 11, stan (system trace audit number)
– bit 18 merchant type
– bit 35: track 2 data
– bit 39: response code, only in the respond
– bit 41: terminal ID
– bit 42: merchant ID
– bit 43: terminal location
– bit 47, 48, 61~63; private bit

Respon (0)

  1. emergency acquire skills snapped in the Lehigh area

    SportsOlympicsHigh SchoolCNY central joggeryoutube video
    night FootballCNY a substantial insideNominate game of headachewhatsapp video
    unquestionablyge ZoneCNYnot likely the particular whatsapp status video
    but instead WeekHS for starters the WeekScoreboardI NikoSportsOlympicsHigh SchoolCNY Friday FootballCNY Nominate More SportsOrge ZoneCNY WeekHS the WeekScoreboardI NikoOlympicsHigh SchoolCNY Friday FootballCNY Nominate More SportsOrge ZoneCNY WeekHS the WeekScoreboardI NikoOlympicsHigh SchoolCNY Friday FootballCNY Nominate More
    ZoneCNY WeekHS the WeekScoreboardI NikoSportsOlympicsHigh SchoolCNY Nominate More SportsOrge ZoneCNY WeekHS the WeekScoreboardI NikoIt’s.

  2. Hello! Someone in my Facebook group shared this website with us so I came to check it out.
    I’m definitely loving the information. I’m bookmarking and will be tweeting this to my followers!
    Fantastic blog and fantastic design.

  3. Hello

    I wanted to order a item from your webshop.
    but I can not find the product anymore on your site,
    it looks like this on this site https://bit.ly/Itemwebshop
    I hope you will sell the product again soon,
    mail me if you are going to sell it again, I’ll wait

    Greetings

  4. Hello there,

    My name is Aly and I would like to know if you would have any interest to have your website here at codeitworld.com promoted as a resource on our blog alychidesign.com ?

    We are in the midst of updating our broken link resources to include current and up to date resources for our readers. Our resource links are manually approved allowing us to mark a link as a do-follow link as well
    .
    If you may be interested please in being included as a resource on our blog, please let me know.

    Thanks,
    Aly

Tinggalkan Balasan

Alamat email Anda tidak akan dipublikasikan. Ruas yang wajib ditandai *

Situs ini menggunakan Akismet untuk mengurangi spam. Pelajari bagaimana data komentar Anda diproses.

Verified by MonsterInsights