get https://api.nexiopaysandbox.com/transaction/v3/paymentId/
Searches for transactions with the given payment ID.
Try It
To use the Try It feature for this endpoint, you can use your own Sandbox credentials.
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.
💻
Configuring your backend server to listen for requests from the frontend
Open Recipe
✔️
Creating the confirmation page for payment success
Open Recipe