Searches for transactions with the given payment ID. You get the payment ID in the Run card transaction or Process transaction from terminal response as the id
. Or, in the page event for the ecommerce or retail iframe.
Because you get the paymentId
in the response for a transaction, this endpoint is useful for quickly getting transaction information and updates.
Also, you can use this endpoint instead of View transactions when you only need to get information about a single transaction and in order to get all response parameters related to the transaction without needing to request them specifically.
Notes
- It may take up to a minute after a transaction is run before you can see it in the response for this endpoint.
- Payment ID is not the same as the Nexio Transaction ID, which is returned as
id
in this endpoint or in the View transaction by transaction ID or View transactions endpoints.- Certain transaction data will be returned as numerical values. The definitions are provided in the Constant transaction values tables.
Try It
To use the Try It feature for this endpoint, you can use the credentials for your Sandbox API user.
You can also use the following test account. Copy the value and paste it into the appropriate space in the Try It section to the right.
username:[email protected]
password:JZdzoXpdDeH6VA
Include the payment ID in the path parameter of the request.