Transaction Status


Transaction status after successful payment.

   After transaction Merchant will receive the transaction status of the payment.


How to get the transaction status?

The POST request will be send over HTTPS to the endpoint.


What Parameters are required?

All Parameters are received when a QR Code is successfully scaned.

qrcodeId – MerchantId
amount – User entered amount
toMobile – Merchant Contact Number
comment – Users comment
walletOwnerId – For Decimal Finance Mobile App User it will be 7
fromCurrencyCode- Users Own Currency
to_iban- Merchant IBAN Number
status- Approve
transactionId- It should be always Unique for each transaction
verificationHash – Verification Hash is the combination of (amount+custId+walletOwnerId+fromCurrencyCode)


How to Generate Verification Hash Online?

https://www.freeformatter.com/sha256-generator.html#ad-output

Sample Request


Sample Response


List of response code from API

Response Code Message
1 SUCCESS
2 FAILED
3 INVALID TOKEN