Not sure where to post this, so here goes.
I have a credit card page (using amember software) that is connecting to the payment gateway but not making a transaction.
"Please provide the error code returned by our Payment Gateway." the gateway techs told me.
My server is connecting, trying to make the payment, and then they are sending an error code which generates a "card declined system failure" error..
soooo.. I need to know how to get the code the gateway server is sending back.
Any help appreciated!
Thanks!
where is error code from remote server
Moderator: General Moderators
Re: where is error code from remote server
How are you connecting to the remote server? What protocol? For instance if this was a SOAP request I'd print_r() the response object to see the raw structured response, you could also log this somewhere if its a production server.