Discussions

Ask a Question
Back to All

Bank Account details verification

i am getting error while implement this

"25004", CURLOPT_URL => $url, CURLOPT_RETURNTRANSFER => true, CURLOPT_ENCODING => "", CURLOPT_MAXREDIRS => 10, CURLOPT_TIMEOUT => 30, CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1, CURLOPT_CUSTOMREQUEST => "POST", CURLOPT_POSTFIELDS => $bodyParam, CURLOPT_HTTPHEADER => array( "cache-control: no-cache", "content-type: application/x-www-form-urlencoded", "developer_key:" . $dev_key ), )); $response = curl_exec($curl); // Contains the response from server echo "
";
print_r($response);
?>