> ## 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.

# Global Payment Methods

This section describes the API methods for handling payment transactions for transactions globally with the `engine` payment service. You can:

* Start different types of transactions.
* Cancel transactions that are in progress but not yet finished.
* Look up details of past transactions using a unique ID.
* Get reports about various transaction records.

These tools give you complete control over your payment processes, making it easy to manage, track, and report on all your transactions.

## Available Methods

<Columns cols={3}>
  <Card icon="link" title="doTransaction" href="/docs/integrate-pos-device/tweezercomm/global-payment-methods/dotransaction" arrow />

  <Card icon="link" title="abortTransaction" href="/docs/integrate-pos-device/tweezercomm/global-payment-methods/abort-transaction" arrow />

  <Card icon="link" title="getTransactionByVuid" href="/docs/integrate-pos-device/tweezercomm/global-payment-methods/gettransactionbyvuid" arrow />

  <Card icon="link" title="getReport" href="/docs/integrate-pos-device/tweezercomm/global-payment-methods/getreport" arrow />

  <Card icon="link" title="getStatus" href="/docs/integrate-pos-device/tweezercomm/global-payment-methods/getstatus" arrow />

  <Card icon="link" title="getRetailerInfo" href="/docs/integrate-pos-device/tweezercomm/global-payment-methods/getretailerinfo" arrow />
</Columns>

<Card icon="link" title="getInternalStatus" href="/docs/integrate-pos-device/tweezercomm/global-payment-methods/getinternalstatus" arrow />

<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>
