Skip to main content
The getTransactionByVuid method retrieves a transaction using its vendor-unique identifier (vuid). This allows client applications to fetch transaction details, including status, amount, and processing details. This method helps track transactions, confirm their status, and retrieve essential metadata, such as entry mode, timestamps, and deposit status.

Request

JSON-RPC 2.0All methods in TweezerComm follow a JSON-RPC 2.0 structure. See Get Started for more details on how the requests are structured and sent.
In the request, the method field needs to be set to getTransactionByVuid, as shown in the example request below:

Request Parameters

See the table below for a description of the available request parameters for this method.

Response

A successful request will return a response similar to the one in the code block below:

Response Parameters

Below is a table with all the possible response parameters and their description: