Query By Transaction ID
Retrieve a transaction by the Transaction ID generated by Revenue Monster.
Store the Transaction ID from every payment response — it is the most reliable way to look up a specific transaction.
When to Use
▾
Use this endpoint when:
- You captured the RM-issued Transaction ID from the original payment response
- Querying a specific transaction's status and details
- Building a refund or reversal flow
How to Use
▾
/v3/payment/transaction/{transactionId}Step 1: Get the Transaction ID
▾
Capture transactionId from the original payment response.
Step 2: Send the GET Request
▾
Pass transactionId as a path parameter — /v3/payment/transaction/{transactionId}.
Step 3: Read the Response
▾
The item object contains the full transaction record.
Request Parameters
▾
Transaction ID to look up
Example: "230522082259300426500551"
Response Parameters
▾
Transaction response object
Revenue Monster's unique transaction ID
Reference ID from the payment provider
Order details
Order ID
Order title
Currency type
Order amount in cents
Order detail
Additional data
Store details
Currency type (MYR)
Remaining balance amount for initiating refund
Amount after all deductions
Transaction platform
Transaction type
Payment method
Payment region
Transaction status (SUCCESS, FAILED, IN_PROCESS, etc.)
Transaction date time (only when SUCCESS)
Created date time
Last updated date time
"SUCCESS" if the request succeeded, otherwise an error code.
Error details
Error code if the request failed.
Error message if the request failed.
Debug message (sandbox only).
See Transaction Object for the full field breakdown of the item response.