If the payment status in "VERIFIED" then I'll just check if the txn_id exists(using sql) if it doesn't exist then I will continue checking the payment BUT if the txn_id exists it won't continue.
Is this checking method correct for the txn_id in order of preventing a fraud?
Thanks in advance,