digitization.complete

MDES sends a notification to the Issuer confirming that the token creation is completed.

KLV data: "digitized pan" = 254, "digitized wallet id" = 255, "digitized device id" = 910, "digitized pan expiry" = 911, "digitized fpan masked" = 912, "Token Unique Reference" = 913, "Digitized Token Requestor ID" = 915, "Digitization event type" = 923, "Digitization event reason code" = 924

For more information on KLV data, click KLV Format

Request example

<?xml version="1.0"?>
<methodCall>
  <methodName>AdministrativeMessage</methodName>
  <params>
    <param>
      <value>
        <string>0054239023</string>
      </value>
    </param>
    <param>
      <value>
        <string>mdestesting</string>
      </value>
    </param>
    <param>
      <value>
        <string>digitization.complete</string>
      </value>
    </param>
    <param>
      <value>
        <string>254165308426600000116255031039100221911042311912165190XXXXXXXX953891348DAPLMC00002584413e8419ef209a4257a24cfc68ce45d378</string>
      </value>
    </param>
    <param>
      <value>
        <string>663851</string>
      </value>
    </param>
    <param>
      <value>
        <dateTime.iso8601>20201008T12:29:55</dateTime.iso8601>
      </value>
    </param>
    <param>
      <value>
        <string>6E4103865CAD4496FCA1EC15181449A64D128AA7BE8E8FF8FF0FBB9E2766341D</string>
      </value>
    </param>
  </params>
</methodCall>

Response example

<?xml version="1.0"?>
<methodResponse>
  <params>
    <param>
      <value>
        <struct>
          <member>
            <name>resultCode</name>
            <value>
              <int>1</int>
            </value>
          </member>
        </struct>
      </value>
    </param>
  </params>
</methodResponse>