This article is about getting a Payment unique ID for a Transaction in order to investigate further for example on AWS Dynamo DB logs to check what flow a transaction followed:

  1. Below you can see a basic transaction lookup for a merchant:
  2. Next, you will right-click inspect, as follows:
  3. Next, you will be presented with the following screen going to the Network tab then clicking on the transactionListing.json file, then going on the Response tab as indicated:
  4. Lastly in the same block as the response, you press ctrl + f and search for PAYMENT_UNIQUE_ID and it will come up for you to use and to investigate further:


Related links below:

  • Follow this link to find out more on how to investigate further on Dynamo DB AWS logs, link