Skip to main content

Transaction Status Enquiry

Transaction status enquiry is to check whether the transaction made is successful or failed.

Method : POST
URL : https://xxx.finexusgroup.com/fnx-fintech/xxx/mqpos-host/thirdparty/transactionDetailsEnquiry

Mandatory Fields

Field NameTypeLengthDescriptionExample
EmailString100User input email address."ali@email.com"
TxnIDString50Unique transaction ID assigned by caller application."2021061414062020000"
sourceSystemString3Channel/Source Name."mxx"
sequenceNoString16A running message sequence number which unique within system on a calendar day and shall restart from 1 every day."202209151126218"
signedMessageString2048The signature value is generated from other fields, then signed by RSA private key.

Please refer to Appendix 1.
"..."

Example Message

POST Request
curl -X POST "https://xxx.finexusgroup.com/fnx-fintech/xxx/mqpos-host/thirdparty/transactionDetailsEnquiry" \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-d '{
Email: "ali@test.com"
TxnID:"2021061414062021072"
sourceSystem:"mxx"
sequenceNo:"2022091511262180"
signedMessage:""
}'