Method
| Name | Description |
|---|---|
showScreen | For terminals with large screens (MX925, MX915) this method allows the cash register to display specific screens prior to the processing the tender. Use this method to display order items on a virtual receipt. |
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
xsltFile |
String | ![]() |
The xslt template file to be displayed. |
b64XML |
String | ![]() |
The input data used to populate the template. |
Callback
| Name | Description |
|---|---|
showScreenCallback |
Callback used to return whether the screen displayed correctly, including error messages if applicable. |
Returned Details
| Name | Type | Description |
|---|---|---|
result |
AdyenResult | Result of the operation |
screenId |
int | Unique id that identifies the showScreen operation. |
screenResult |
ScreenResult | Determines if the terminal has accepted the showScreen request |
