Transaction Status Check ## Sections • [API Docs](https://app.theneo.io/dejavoo/transaction-status-check/api-docs.md): Version History Title Description Title Field Description End Points 05/08/25 Initial release of Transaction Status Check API (v1) iposTransactStatus v1 Prerequisites For Sandbox (UAT) Users should be onboarded on the iPOSpays sandbox (UAT) environment as a merchant and have a valid TPN. For Production (Live) Users should be onboarded on the iPOSpays production environment as a merchant and have a valid TPN. If you do not have a TPN, contact your ISO or devsupport@dejavoo.io Generate an Authentication Token To authenticate your API requests, you must include a valid token in the request header. This token is generated directly from the merchant portal. Steps to Generate a Token: Step 1 : Log in to your merchant account via the iPOSpays Portal and go to the Settings section. Step 2 : Under the Generate Ecom/TOP Merchant Keys section: Select the appropriate TPN (Terminal Profile Number) from the dropdown list. Click Generate Token to create a new authentication token. The generated token will be displayed and must be used in your API request headers. Need help? Watch this video tutorial for a guided walkthrough of the token generation process. • [Sample Request – Alternate Payment (Wallet/ACH)](https://app.theneo.io/dejavoo/transaction-status-check/api-docs/sample-request-alternate-payment-wallet-ach.md): Used to check the status of non-card transactions like ACH or digital wallets, by passing the same merchantId and transactionReferenceId . • [Sample Error Response – Invalid Transaction Reference](https://app.theneo.io/dejavoo/transaction-status-check/api-docs/sample-error-response-invalid-transaction-reference.md): Returned when the transactionReferenceId is invalid or not found. Includes an error message indicating no transaction was registered with the provided reference ID. • [Sample Request – Standard Card Transaction](https://app.theneo.io/dejavoo/transaction-status-check/api-docs/sample-request-standard-card-transaction.md)