{"section":"tutorials","requestedLocale":"en","requestedSlug":"searching-for-transactions-on-payments","locale":"en","slug":"searching-for-transactions-on-payments","path":"docs/en/tutorials/payments/transactions/searching-for-transactions-on-payments.md","branch":"main","content":"Transactions searches can be performed in different ways, and with different types of data. The search options are:\n\n- __Customer's email__\n- __Customer's name__\n- __Customer's identity card number__\n- __Transaction Code:__ code that identifies the transaction in VTEX's gateway.\n- __Payment TID:__ number used for transaction identification with the connector.\n- __Payment ID:__ number used for payment identification with the connector.\n\nTo search for a transaction in the VTEX Transaction module, follow the steps below:\n\n1. In the VTEX Admin, go to **Orders** > **Transactions**, or type **Transactions** in the search bar at the top of the page.\n2. On the Search Bar, enter one of the information listed above.\n\nTo return to the original list of transactions, just delete the value previously entered on the search field.\n\n## Transaction link in the Orders Management\n\nIn the Orders Management, if you click on a given order, you'll see a page with its main information. There you'll find the link _See transaction details_. Click on it to know more about the order:\n\n![Link transação OMS (EN)](https://cdn.statically.io/gh/vtexdocs/help-center-content/refs/heads/main/docs/en/tutorials/payments/transactions/searching-for-transactions-on-payments_1.png)\n\n## Payment TID and Payment ID\n\nThe search using these codes must necessarily contain all digits, or your search will return empty. Here's how to find them:\n\n![Códigos EN](https://cdn.statically.io/gh/vtexdocs/help-center-content/refs/heads/main/docs/en/tutorials/payments/transactions/searching-for-transactions-on-payments_2.png)\n\nThese values, within the transaction detail, represent the communication with the respective connector. At [transaction events](/en/docs/tutorials/how-to-view-the-orders-details), it is possible to validate each contact made.\n\n## Customer's Name\n\nThe name you should look for is the personal data that was registered on the purchase, and not the company name or trade name, in case of legal entities. You can search by name, surname, or both, all in uppercase or lowercase, by any letter of the name.\n\n## CPF\n\nYou must complete the full number of the document, without the scores.\n\n## Directly through the URL\n\nAnother way to search is by entering the parameter directly on the page&#8217;s URL. Usually, the URL structure of PCI Gateway is:\n\n`https://nameofthestore.vtexcommercestable.com.br/admin/pci-gateway#/transactions?_sort=startDate`\n\nIf you want to search directly through the URL, use the **&amp;q=** parameter, and enter the data you want to search. \n\n__Example:__ if you are looking for the order 500408, simply do the following:\n\n`https://nameofthestore.vtexcommercestable.com.br/admin/pci-gateway#/transactions?_sort=startDate&amp;q=500408`"}