Partial Grade
This function performs a chip card validation before GPO. It is useful to obtain card information without performing any financial transaction.
Parameter Configuration
This function requires you to fill in the input register values with the payment methods list, the fallback MSR flag and the card input timeout. Refer to the Input Registers section to learn more.
Function ID
Register | Value |
---|---|
110 | 9 |
Input Registers
Register | Description | Mandatory | Value |
---|---|---|---|
390 | Payment methods list | Yes | List of payment methods separated by "|". For example: |
391 | Fallback MSR flag. Allows processing MSR transactions even when the card has a chip. NoteThis option is useful as an alternative when the card's chip does not work. | Yes | true/false |
392 | Card input timeout (in milliseconds) | Yes | Timeout to successfully providing card input. For example, for 30 seconds: |
393 | Offline PIN message. Configures the text for the message displayed | No | Title and message in the following format: title;message. For example: |
394 | Multiapp selector params | No | JSON that configures the text for a multiapp card selector popup. For example: { "title": "Select Card" } |
Output Registers
Register | Description | Value | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
112 | Call result |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
290 | Payment method selected by the customer | Any of the following values: EMV, MSR or EMVCTLS. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
291 | CVM result | Only for EMVCTLS. Describes the Cardholder Verification Method (CVM) selected. The possible results are: PIN_ONLINE, CD_CVM, SIGNATURE, NO_CVM, NA. |