CardReaderAPDU Request

It contains the APDU request to send to the chip of the card, and a possible invitation message to display on the CashierInterface or the CustomerInterface. Content of the Card Reader APDU Request message.

Click to copy

Request Parameters

APDUClassstringRequired

Class field of the APDU command (CLA). APDU request for Card Reader device request. For specific card like synchronous card, a private value should be used in accordance to ISO 7816- 4 (private range D0-FE).

APDUInstructionstringRequired

Instruction field of the APDU command (INS).

APDUPar1stringRequired

Parameter 1 field of the APDU command (P1).

APDUPar2stringRequired

Parameter 2 field of the APDU command(P2).

APDUDatastring

Data field of the APDU command (Lc + Data).

APDUExpectedLengthstring

Expected length of the data field of the APDU response to the command (Le).

Response parameters

After submitting a call, you receive a response message to inform you that your request was received and processed.

Depending on the HTTP status code of the response message, it is helpful to build some logic to handle any errors that a request or the system may return.

HTTP Responses

  • 200

    Content of the Card Reader APDU Response message. It contains the result of the requested service, APDU response sent by the chip of the card in response to the APDU request.

    Show moreShow less