> ## Documentation Index
> Fetch the complete documentation index at: https://devzone.nayax.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Device Methods

This section covers the API methods for managing payment terminals. You can:

* Get device information (like model, serial number, and software versions)
* Read card data (from magnetic stripes or NFC Mifare cards)
* Configure terminal settings (such as printer use or transaction types)
* Send diagnostic logs for troubleshooting

These tools help you integrate and control payment devices for various purposes, including loyalty programs, identification, and system maintenance. You can also stop a card reading operation if needed.

## Available Methods

<Columns cols={3}>
  <Card icon="link" title="getInfo" href="/docs/integrate-pos-device/tweezercomm/device-methods/getinfo" />

  <Card icon="link" title="readCard" href="/docs/integrate-pos-device/tweezercomm/device-methods/readcard" />

  <Card icon="link" title="abortReadCard" href="/docs/integrate-pos-device/tweezercomm/device-methods/abortreadcard" />

  <Card icon="link" title="getConfig" href="/docs/integrate-pos-device/tweezercomm/device-methods/getconfig" />

  <Card icon="link" title="setConfig" href="/docs/integrate-pos-device/tweezercomm/device-methods/setconfig" />

  <Card icon="link" title="getVersion" href="/docs/integrate-pos-device/tweezercomm/device-methods/getversion" />

  <Card icon="link" title="uploadLogs" href="/docs/integrate-pos-device/tweezercomm/device-methods/uploadlogs" />

  <Card icon="link" title="getProperty" href="/docs/integrate-pos-device/tweezercomm/device-methods/getproperty" />

  <Card icon="link" title="getUserInput" href="/docs/integrate-pos-device/tweezercomm/device-methods/getuserinput" />

  <Card icon="link" title="abortGetUserInput" href="/docs/integrate-pos-device/tweezercomm/device-methods/abortgetuserinput" />

  <Card icon="link" title="getUserSelection" href="/docs/integrate-pos-device/tweezercomm/device-methods/getuserselection" />

  <Card icon="link" title="abortGetUserSelection" href="/docs/integrate-pos-device/tweezercomm/device-methods/abortgetuserselection" />

  <Card icon="link" title="showAnimation" href="/docs/integrate-pos-device/tweezercomm/device-methods/showanimation" />

  <Card icon="link" title="hideAnimation" href="/docs/integrate-pos-device/tweezercomm/device-methods/hideanimation" />

  <Card icon="link" title="displaySwipeCard" href="/docs/integrate-pos-device/tweezercomm/device-methods/displayswipecard" />

  <Card icon="link" title="abortSwipe" href="/docs/integrate-pos-device/tweezercomm/device-methods/abortswipe" />

  <Card icon="link" title="displayQR" href="/docs/integrate-pos-device/tweezercomm/device-methods/displayqr" />

  <Card icon="link" title="abortDisplayQR" href="/docs/integrate-pos-device/tweezercomm/device-methods/abortdisplayqr" />

  <Card icon="link" title="abortDisplay" href="/docs/integrate-pos-device/tweezercomm/device-methods/abortdisplay" />

  <Card icon="link" title="sendGeneralEvent" href="/docs/integrate-pos-device/tweezercomm/device-methods/sendgeneralevent" />
</Columns>

<Note>
  **Send Requests**

  See [Get Started](/docs/integrate-pos-device/tweezercomm/tweezercomm-get-started) for more details on how the requests are structured and sent.
</Note>
