Write Magnetic Stripe
Command property:
Asynchronous command.
Command action:
Write the magnetic stripes of the card inside the encoder.
Syntax:
<command name="writemagstripe" Track1="[String]" Track2="[String]" Track3="[String]" Coercivity="[High/Low]" />
Parameters:
Name |
Mandatory |
Description |
Format |
Track1 |
Yes |
Track 1 data to encode. Accordingly the ISO-7811 |
String |
Track2 |
Yes |
Track 2 data to encode. Accordingly the ISO-7811 |
String |
Track3 |
Yes |
Track 3 data to encode. Accordingly the ISO-7811 |
String |
Reply:
<command valid="true" />
When the command is executed, the system reply with:
<command name="WriteMagStripe" executed="true" />
If the command execution fails, the system reply with:
<command name="WriteMagStripe" executed="false" error="[Transport Errors]" >
Command purpose:
This command is used to write the magnetic stripes of the card.