dhollingworth Posted November 15, 2010 Share Posted November 15, 2010 Hi I've been writing a payment gateway module to interface with RealEx. This is now working fine. One of the optional extras the RealEx provides is a transaction scoring system (TSS) that looks for potentially fraudulent transactions. Ideally I'd like to be able to get a TSS score and put a suspect transaction into a pending state. However, as far as I can see, there are only 3 states I can return from my payment gateway module; error, declined or success. I don't want to return 'declined' as this tells the customer that transaction has failed, when in reality we've not submitted the transaction yet. Is there a way to return anything other than error, declined or success? Thanks David 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.