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 imp...