cancel
Showing results for 
Search instead for 
Did you mean: 

Silent post passing decline as success

Here is my php code which has been working fine for ARB payments when they are successful:

 

// Get the response code. 1 is success, 2 is decline, 3 is error
$response_code = (int)$_POST['x_response_code'];


if ($response_code == 1) {
// Approved!
..do important stuff here

 

However, a recent ARB transaction was declined, but the code still ran (i.e. $response_code == 1 when it should have been 2).

 

Did I miss something?

AndrewTraub
Member
1 REPLY 1

Hello @AndrewTraub

 

Can you provide the entire silent post to review?

 

Richard

RichardH
Administrator Administrator
Administrator